diff dot_config/helix/themes/tutticolori.toml @ 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 ed2d383b97a7
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" }