This commit is contained in:
NicklasVraa
2023-09-05 19:08:11 +02:00
3 changed files with 23 additions and 0 deletions

Binary file not shown.

Binary file not shown.

23
palettes/tokyo-night.json Normal file
View File

@@ -0,0 +1,23 @@
{
"type": "palette",
"name": "Tokyo-Night",
"desc": "A clean theme that celebrates the lights of Downtown Tokyo at night.",
"smooth": true,
"colors": [
"#32344a",
"#444b6a",
"#9699a8",
"#acb0d0",
"#9ece6a",
"#7aa2f7",
"#7aa2f7",
"#f7768e",
"#ff7a93",
"#e0af68",
"#ff9e64",
"#449dab",
"#0db9d7",
"#ad8ee6",
"#bb9af7"
]
}