mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
// Documentation at https://www.sublimetext.com/docs/themes.html
|
|
{
|
|
"variables":
|
|
{
|
|
"dark_bg": "color(var(--background) blend(white 55%))",
|
|
"medium_dark_bg": "color(var(--background) blend(black 30%))",
|
|
},
|
|
"rules":
|
|
[
|
|
|
|
]
|
|
}
|