summaryrefslogtreecommitdiff
path: root/.config/helix/themes/ctp.toml
blob: 824f64e0fa8d85316a86287ceaadaa642ded3d20 (plain)
1
2
3
4
5
6
7
8
9
10
11
inherits = "catppuccin_macchiato"

hint = { fg = "text" }
info = { fg = "blue" }
warning = { fg = "peach" }
error = { fg = "red" }

diagnostic.hint = { underline = { color = "text" } }
diagnostic.info = { underline = { color = "blue" } }
diagnostic.warning = { underline = { color = "peach" } }
diagnostic.error = { underline = { color = "red" } }