breed/themes/default.toml

33 lines
843 B
TOML

"ui.cursorline" = {}
"ui.linenr" = "black"
"ui.linenr.selected" = "white"
"ui.window" = { bg = "magenta" }
"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"