# HG changeset patch # User Zeger Van de Vannet # Date 1701434151 -3600 # Node ID 39b3cbfa80c47148eef162b22be6a383a1c37bc6 # Parent 839151e45b7355870e9a41b4f5d954e94047f991 feat: tweak helix colors diff -r 839151e45b73 -r 39b3cbfa80c4 dot_config/helix/themes/tutticolori.toml --- a/dot_config/helix/themes/tutticolori.toml Tue Nov 28 07:57:45 2023 +0100 +++ b/dot_config/helix/themes/tutticolori.toml Fri Dec 01 13:35:51 2023 +0100 @@ -16,11 +16,21 @@ "ui.popup" = { fg = "black", bg = "ice-light" } "ui.help" = { fg = "black", bg = "ice-light" } -"diagnostic.error" = { underline = { color = "error-red", style = "line" }, bg = "error-bg" } +"diagnostic.error" = { underline = { color = "error-red", style = "curl" } } +"diagnostic.warning" = { underline = { color = "orange", style = "curl"}} + +"error" = { fg = "error-red" } +"warning" = { fg = "orange" } +"info" = { fg = "green" } +"hint" = { fg = "sky" } + "comment" = { fg = "gray", modifiers = ["italic"] } "operator" = { fg = "blue", bg = "ice-light", modifiers = ["bold"] } -"variable" = { fg = "teal" } +"variable" = { fg = "black" } +"variable.other.member" = { fg = "teal" } +"variable.parameter" = { fg = "cyan" } +"variable.builtin" = { fg = "blue" } "number" = { fg = "purple-light", bg = "purple-lighter" } "constant" = { fg = "purple-light", bg = "purple-lighter" } "attributes" = { fg = "purple-dark" }