15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"dark": {
|
|
"background": "#404040",
|
|
"foreground": "#EAEAEA",
|
|
"highlight": "#FA1504",
|
|
"subdued": "#fda052"
|
|
},
|
|
"bright": {
|
|
"background": "#fda052",
|
|
"foreground": "#202020",
|
|
"highlight": "#df2100",
|
|
"subdued": "#EAEAEA"
|
|
}
|
|
}
|