From e0e77ed9b03ac848d4ff457b37187337dce71f81 Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 1 Jul 2024 17:58:38 +0200 Subject: [PATCH] zsh changes 3 --- home/core/shell/cnst.nix | 12 ++++++------ home/extra/kitty/default.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/home/core/shell/cnst.nix b/home/core/shell/cnst.nix index 36dfa084..4a64685f 100644 --- a/home/core/shell/cnst.nix +++ b/home/core/shell/cnst.nix @@ -31,16 +31,16 @@ autoload -U colors && colors ''; initExtra = '' - ZSH_THEME_GIT_PROMPT_PREFIX="%F{66}(%F{66}" + ZSH_THEME_GIT_PROMPT_PREFIX="%F{143}(%F{167}" ZSH_THEME_GIT_PROMPT_SUFFIX="%f " - ZSH_THEME_GIT_PROMPT_DIRTY="%F{66}) %F{172}%1{✗%}" - ZSH_THEME_GIT_PROMPT_CLEAN="%F{66)" + ZSH_THEME_GIT_PROMPT_DIRTY="%F{143}) %F{202}%1{✗%}" + ZSH_THEME_GIT_PROMPT_CLEAN="%F{143})" - ZSH_THEME_RUBY_PROMPT_PREFIX="%F{66}‹" + ZSH_THEME_RUBY_PROMPT_PREFIX="%F{167}‹" ZSH_THEME_RUBY_PROMPT_SUFFIX="›%f" - PROMPT='%F{66}%c%f $(git_prompt_info)$(virtualenv_prompt_info) - %F{66}➜ ' + PROMPT='%F{143}%c%f $(git_prompt_info)$(virtualenv_prompt_info) + %F{143}➜ ' RPROMPT='$(ruby_prompt_info)' diff --git a/home/extra/kitty/default.nix b/home/extra/kitty/default.nix index 8b9977a1..6825af26 100644 --- a/home/extra/kitty/default.nix +++ b/home/extra/kitty/default.nix @@ -1,7 +1,7 @@ { programs.kitty = { enable = true; - theme = "Gruvbox Material Dark Medium"; + theme = "Gruvbox Material Dark Soft"; settings = { enable_audio_bell = false; open_url_with = "firefox-nightly"; @@ -28,7 +28,7 @@ active_tab_background = "#8bba7f"; inactive_tab_foreground = "#665C54"; inactive_tab_background = "#6f8352"; - tab_bar_background = "#32302f"; + tab_bar_background = "#504945"; }; extraConfig = '' kitty_mod ctrl