breed/themes/default.toml

33 lines
843 B
TOML
Raw Permalink Normal View History

2023-04-13 01:25:12 +00:00
"ui.cursorline" = {}
"ui.linenr" = "black"
"ui.linenr.selected" = "white"
2023-04-12 03:34:24 +00:00
2023-09-14 23:41:42 +00:00
"ui.window" = { bg = "magenta" }
2023-04-13 00:31:51 +00:00
"error" = "red"
"comment" = { fg = "black", modifiers = ["italics"] }
"constant" = "yellow"
"constant.character.escape" = "light-cyan"
"constant.language" = "magenta"
"constant.numeric" = "blue"
"entity.name" = "blue"
"entity.other.attribute-name" = "red"
"entity.other.inherited-class" = "red"
"invalid.deprecated" = "red"
"invalid" = "red"
"keyword" = "magenta"
"keyword.control" = "magenta"
"keyword.declaration" = "blue"
"keyword.operator" = "blue"
"meta.path" = "blue"
"punctuation" = "gray"
"punctuation.definition.string.begin" = "green"
"punctuation.definition.string.end" = "green"
"storage" = "magenta"
"storage.type" = "magenta"
"string" = "green"
"support" = "yellow"
"variable" = "green"
"variable.language" = "magenta"