From aa3db4ff1a9087acb6943e91df338e8363958c5b Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 12 Mar 2026 18:35:55 +0200 Subject: [PATCH] ghostty, helix: try some new color themes --- dot_config/ghostty/config.tmpl | 6 +++--- dot_config/helix/config.toml | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dot_config/ghostty/config.tmpl b/dot_config/ghostty/config.tmpl index 0758944..5cae9b1 100644 --- a/dot_config/ghostty/config.tmpl +++ b/dot_config/ghostty/config.tmpl @@ -1,4 +1,3 @@ -theme = Gruvbox Dark font-family = Maple Mono NL NF {{- if eq .chezmoi.os "darwin" }} font-size = 14 @@ -16,8 +15,9 @@ window-padding-color = extend keybind = alt+t=new_tab keybind = alt+c=copy_to_clipboard keybind = alt+v=paste_from_clipboard -keybind = alt+f=start_search -keybind = alt+e=search_selection +# bring back after 1.3.0 +# keybind = alt+f=start_search +# keybind = alt+e=search_selection {{- end }} keybind = ctrl+g>c=new_tab keybind = ctrl+g>v=new_split:right diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml index 308f9de..39b7d6a 100644 --- a/dot_config/helix/config.toml +++ b/dot_config/helix/config.toml @@ -1,7 +1,6 @@ -theme = "gruvbox" - -[editor] -true-color = true +# remember this for later, cool theme +# theme = "spacebones_light" +theme = "everforest_dark" [editor.cursor-shape] normal = "block"