mirror of
https://github.com/diced/zipline.git
synced 2026-01-18 15:47:36 -08:00
21 lines
319 B
JSON
Executable File
21 lines
319 B
JSON
Executable File
{
|
|
"name": "Black Dark",
|
|
"colorScheme": "dark",
|
|
"colors": {
|
|
"dark": [
|
|
"#ffffff",
|
|
"#A7A9AD",
|
|
"#7B7E84",
|
|
"#61646A",
|
|
"#54575D",
|
|
"#303236",
|
|
"#191a1c",
|
|
"#060606",
|
|
"#141517",
|
|
"#000000"
|
|
]
|
|
},
|
|
"primaryColor": "gray",
|
|
"mainBackgroundColor": "#000"
|
|
}
|