Mercurial > dotfiles
changeset 806:39b3cbfa80c4
feat: tweak helix colors
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 01 Dec 2023 13:35:51 +0100 |
parents | 839151e45b73 |
children | fa76b30a3c2f |
files | dot_config/helix/themes/tutticolori.toml |
diffstat | 1 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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" }