Files
dotfiles/.config/helix/themes/custom.toml
T
2025-09-13 14:48:54 +03:00

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