changeset 850:c772355fedfb

feat: tweak helix colors
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 23 Feb 2024 15:37:58 +0100
parents af787ecac7c4
children ff1e2121f5bc
files dot_config/helix/config.toml.tmpl dot_config/helix/themes/tutticolori.toml
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/helix/config.toml.tmpl	Fri Feb 23 15:33:13 2024 +0100
+++ b/dot_config/helix/config.toml.tmpl	Fri Feb 23 15:37:58 2024 +0100
@@ -13,12 +13,18 @@
 normal = "block"
 select = "underline"
 
+[editor.whitespace.render]
+newline = "all"
+
+[editor.whitespace.characters]
+newline = "~"
+
 [editor.indent-guides]
 render = true
 skip-levels = 1
 
 [editor.statusline]
-right = ["diagnostics", "version-control", "selections", "register", "position", "position-percentage"]
+right = ["diagnostics", "selections", "register", "position", "position-percentage"]
 
 [keys.insert]
 C-f = "move_char_right"
--- 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"}}