emma
/
breed
Archived
forked from mars/breed
1
0
Fork 0
This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
breed/themes/default.toml

31 lines
809 B
TOML

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