From 46799fd4afadb76d968a9d9041b446b3639b75b2 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 23 Sep 2023 12:40:29 +0200 Subject: [PATCH] [kitty] Update github_dimmed theme --- .../kitty/color_schemes/github_dimmed.conf | 29 ++++++++----------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/.config/kitty/color_schemes/github_dimmed.conf b/.config/kitty/color_schemes/github_dimmed.conf index f388c26..5b527d8 100644 --- a/.config/kitty/color_schemes/github_dimmed.conf +++ b/.config/kitty/color_schemes/github_dimmed.conf @@ -1,23 +1,22 @@ -# github colors for Kitty -# upstream: https://github.com/projekt0n/github-theme-contrib/ +# (Github Dark Dimmed) Colors for kitty +# https://github.com/projekt0n/github-theme-contrib/blob/main/themes/kitty/github_dark_dimmed.conf background #22272e -foreground #c0cbec -selection_background #264466 -selection_foreground #768390 -url_color #768390 -cursor #6cb6ff +foreground #adbac7 +url_color #adbac7 + +cursor #adbac7 cursor_text_color background # Tabs -active_tab_background #539bf5 -active_tab_foreground #1e2228 -inactive_tab_background #636e7b -inactive_tab_foreground #1e2228 +active_tab_background #57ab5a +active_tab_foreground #22272e +inactive_tab_background #253040 +inactive_tab_foreground #636e7b # Windows Border -active_border_color #444c56 -inactive_border_color #444c56 +active_border_color #539bf5 +inactive_border_color #333940 # normal color0 #545d68 @@ -38,7 +37,3 @@ color12 #6cb6ff color13 #dcbdfb color14 #56d4dd color15 #cdd9e5 - -# extended colors -color16 #22272e -color17 #ff938a