shelix/themes/grayscale.dark.json

25 lines
373 B
JSON
Raw Normal View History

2024-02-26 02:37:44 +03:00
{
"name": "Grayscale (dark)",
"author": "Chris Kempson",
"color": [
"#101010",
"#7c7c7c",
"#8e8e8e",
"#a0a0a0",
"#686868",
"#747474",
"#868686",
"#b9b9b9",
"#525252",
"#7c7c7c",
"#8e8e8e",
"#a0a0a0",
"#686868",
"#747474",
"#868686",
"#f7f7f7"
],
"foreground": "#b9b9b9",
"background": "#101010"
}