Mercurial > dotfiles
diff dot_config/helix/themes/tutticolori.toml @ 850:c772355fedfb
feat: tweak helix colors
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 23 Feb 2024 15:37:58 +0100 |
parents | 5d48918b3a65 |
children | ff1e2121f5bc |
line wrap: on
line diff
--- a/dot_config/helix/themes/tutticolori.toml Fri Feb 23 15:33:13 2024 +0100 +++ b/dot_config/helix/themes/tutticolori.toml Fri Feb 23 15:37:58 2024 +0100 @@ -5,16 +5,17 @@ "ui.linenr.selected" = { fg = "blue" } "ui.cursorline" = { bg = "gray-light" } "ui.statusline" = { fg = "gray-darker", bg = "soft-blue" } -"ui.cursor" = { bg = "gray-lighter" } +"ui.cursor" = { bg = "gray-blue" } "ui.cursor.match" = { bg = "sky", underline = { style = "line" } } "ui.cursor.select" = {bg = "gray-blue"} -"ui.cursor.primary" = { bg = "gray-blue" } +"ui.cursor.primary" = { bg = "error-bg" } "ui.selection" = { bg = "sky" } "ui.virtual.indent-guide" = { fg = "gray-blue" } "ui.menu" = { fg = "black", bg = "ice-light" } "ui.menu.selected" = { fg = "black", bg = "soft-blue" } "ui.popup" = { fg = "black", bg = "ice-light" } "ui.help" = { fg = "black", bg = "ice-light" } +"ui.virtual.whitespace" = { fg = "gray" } "diagnostic.error" = { underline = { color = "error-red", style = "curl" } } "diagnostic.warning" = { underline = { color = "orange", style = "curl"}}