diff --git a/user/dot_config/kitty/current-theme.conf b/user/dot_config/kitty/current-theme.conf index 88447de..dda305c 100644 --- a/user/dot_config/kitty/current-theme.conf +++ b/user/dot_config/kitty/current-theme.conf @@ -1,84 +1,80 @@ # vim:ft=kitty -## name: Catppuccin-Macchiato +## name: Catppuccin-Mocha ## author: Pocco81 (https://github.com/Pocco81) ## license: MIT -## upstream: https://github.com/catppuccin/kitty/blob/main/macchiato.conf +## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf ## blurb: Soothing pastel theme for the high-spirited! # The basic colors -foreground #CAD3F5 -background #24273A -selection_foreground #24273A -selection_background #F4DBD6 +foreground #CDD6F4 +background #1E1E2E +selection_foreground #1E1E2E +selection_background #F5E0DC # Cursor colors -cursor #F4DBD6 -cursor_text_color #24273A +cursor #F5E0DC +cursor_text_color #1E1E2E # URL underline color when hovering with mouse -url_color #F4DBD6 +url_color #F5E0DC # Kitty window border colors -active_border_color #B7BDF8 -inactive_border_color #6E738D -bell_border_color #EED49F +active_border_color #B4BEFE +inactive_border_color #6C7086 +bell_border_color #F9E2AF # OS Window titlebar colors wayland_titlebar_color system macos_titlebar_color system # Tab bar colors -active_tab_foreground #181926 -active_tab_background #C6A0F6 -inactive_tab_foreground #CAD3F5 -inactive_tab_background #1E2030 -tab_bar_background #181926 +active_tab_foreground #11111B +active_tab_background #CBA6F7 +inactive_tab_foreground #CDD6F4 +inactive_tab_background #181825 +tab_bar_background #11111B # Colors for marks (marked text in the terminal) -mark1_foreground #24273A -mark1_background #B7BDF8 -mark2_foreground #24273A -mark2_background #C6A0F6 -mark3_foreground #24273A -mark3_background #7DC4E4 +mark1_foreground #1E1E2E +mark1_background #B4BEFE +mark2_foreground #1E1E2E +mark2_background #CBA6F7 +mark3_foreground #1E1E2E +mark3_background #74C7EC # The 16 terminal colors # black -color0 #494D64 -color8 #5B6078 +color0 #45475A +color8 #585B70 # red -color1 #ED8796 -color9 #ED8796 +color1 #F38BA8 +color9 #F38BA8 # green -color2 #A6DA95 -color10 #A6DA95 +color2 #A6E3A1 +color10 #A6E3A1 # yellow -color3 #EED49F -color11 #EED49F +color3 #F9E2AF +color11 #F9E2AF # blue -color4 #8AADF4 -color12 #8AADF4 +color4 #89B4FA +color12 #89B4FA # magenta -color5 #F5BDE6 -color13 #F5BDE6 +color5 #F5C2E7 +color13 #F5C2E7 # cyan -color6 #8BD5CA -color14 #8BD5CA +color6 #94E2D5 +color14 #94E2D5 # white -color7 #B8C0E0 -color15 #A5ADCB - -# Make kitty transparent -background_opacity 0.7 - +color7 #BAC2DE +color15 #A6ADC8 diff --git a/user/dot_config/kitty/kitty.conf b/user/dot_config/kitty/kitty.conf index b1cd81f..311bb20 100644 --- a/user/dot_config/kitty/kitty.conf +++ b/user/dot_config/kitty/kitty.conf @@ -752,7 +752,7 @@ visual_bell_duration 0.3 #: parts, like this: 2.0 ease-in linear. kitty supports all the CSS #: easing functions . -visual_bell_color #494d64 +# visual_bell_color #494d64 #: The color used by visual bell. Set to none will fall back to #: selection background color. If you feel that the visual bell is too @@ -2617,7 +2617,7 @@ include dank-tabs.conf # BEGIN_KITTY_THEME -# Catppuccin-Macchiato +# Catppuccin-Mocha include current-theme.conf # END_KITTY_THEME