diff dot_config/helix/themes/tutticolori.toml @ 851:ff1e2121f5bc

feat: enable auto-save
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 23 Feb 2024 17:04:17 +0100
parents c772355fedfb
children e95eddf5000e
line wrap: on
line diff
--- a/dot_config/helix/themes/tutticolori.toml	Fri Feb 23 15:37:58 2024 +0100
+++ b/dot_config/helix/themes/tutticolori.toml	Fri Feb 23 17:04:17 2024 +0100
@@ -18,7 +18,7 @@
 "ui.virtual.whitespace" = { fg = "gray" }
 
 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } }
-"diagnostic.warning" = { underline = { color = "orange", style = "curl"}}
+"diagnostic.warning" = { underline = { color = "orange", style = "curl"} }
 
 "error" = { fg = "error-red" }
 "warning" = { fg = "orange" }