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