From 843f0dc23def4a26bb36a9728a18c2221e8f04a6 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 27 Sep 2022 17:45:28 -0400 Subject: [PATCH 1/3] Update colors to differeniate dark from light --- config/kitty/everforest-dark.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/kitty/everforest-dark.conf b/config/kitty/everforest-dark.conf index b3d1ec3..e725d6b 100644 --- a/config/kitty/everforest-dark.conf +++ b/config/kitty/everforest-dark.conf @@ -13,29 +13,29 @@ color0 #4a555b color8 #525c62 # red -color1 #e68183 +color1 #e26c6e color9 #e68183 # green -color2 #a7c080 +color2 #9bb86f color10 #a7c080 # yellow -color3 #dbbc7f +color3 #d5b26b color11 #dbbc7f # blue -color4 #7fbbb3 +color4 #6eb2a9 color12 #7fbbb3 # magenta -color5 #d699b6 +color5 #cf87a9 color13 #d699b6 # cyan -color6 #83c092 +color6 #72b783 color14 #83c092 # white -color7 #d8caac +color7 #d0bf9b color15 #d8caac From 264fd648bdb2289aea8e0c803e09b00c56443f24 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 11 Oct 2022 21:05:18 -0400 Subject: [PATCH 2/3] Remove kitty integration from rc file, add conda --- bashrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bashrc b/bashrc index 8dce138..ef30374 100644 --- a/bashrc +++ b/bashrc @@ -13,7 +13,4 @@ alias r="urxvt -name Ranger -e ranger & disown" alias kssh="/usr/bin/kitty +kitten ssh" neofetch - -# BEGIN_KITTY_SHELL_INTEGRATION -if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi -# END_KITTY_SHELL_INTEGRATION +[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh From 627988acfdf3cf78ec49343c40b2a888365772fd Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 11 Oct 2022 21:06:32 -0400 Subject: [PATCH 3/3] update font size and theme --- config/kitty/kitty.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 0f5e4a8..a46720f 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,9 +1,10 @@ font_family Hack -font_size 12 +font_size 10 cursor_shape block -shell_integration no-cursor +cursor_stop_blinking_after 10 +shell_integration enabled no-cursor enable_audio_bell no -#background_opacity 0.9 +#background_opacity 0.7 window_padding_width 20 #background #202020 -include zenburn.conf +include everforest-dark.conf