mirror of
https://github.com/diced/zipline.git
synced 2026-01-14 13:57:13 -08:00
20 lines
286 B
JSON
20 lines
286 B
JSON
{
|
|
"name": "Black Dark",
|
|
"colorScheme": "dark",
|
|
"colors": {
|
|
"dark": [
|
|
"#ffffff",
|
|
"#A7A9AD",
|
|
"#7B7E84",
|
|
"#61646A",
|
|
"#54575D",
|
|
"#303236",
|
|
"#282a2e",
|
|
"#060606",
|
|
"#141517",
|
|
"#000000"
|
|
]
|
|
},
|
|
"primaryColor": "gray"
|
|
}
|