Files
dotfiles/.config/helix/themes/custom.toml
2025-07-22 13:56:44 +03:00

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 = {}