18 lines
401 B
TOML
18 lines
401 B
TOML
inherits = "carbonfox"
|
|
|
|
warning = "magenta"
|
|
error = "red"
|
|
info = "blue"
|
|
hint = "orange"
|
|
|
|
"comment.block.documentation" = { fg = "comment", modifiers = [
|
|
"dim", # hard to distinguish otherwise
|
|
] } # Block doc comments, e.g '/** */' in rust.
|
|
"comment.line.documentation" = { fg = "comment", modifiers = [
|
|
"italic",
|
|
] } # Line doc comments, e.g '///' in rust.
|
|
|
|
|
|
# ui.background = {}
|
|
# ui.gutter = {}
|