diff --git a/ssh_theme.conf b/ssh_theme.conf index d986dbe..3f7af0f 100644 --- a/ssh_theme.conf +++ b/ssh_theme.conf @@ -1,6 +1,15 @@ + +## name: Catppuccin Mocha 🌿 +## author: Pocco81 (https://github.com/Pocco81) +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf +## blurb: Soothing pastel theme for the high-spirited! + + + # The basic colors -foreground #e0e0e0 -background #212121 +foreground #CDD6F4 +background #231616ff selection_foreground #1E1E2E selection_background #F5E0DC @@ -11,6 +20,7 @@ cursor_text_color #1E1E2E # URL underline color when hovering with mouse url_color #B4BEFE +# Kitty window border colors active_border_color #CBA6F7 inactive_border_color #8E95B3 bell_border_color #EBA0AC @@ -28,7 +38,7 @@ tab_bar_background #11111B # Colors for marks (marked text in the terminal) mark1_foreground #1E1E2E -mark1_background #f98787 +mark1_background #87B0F9 mark2_foreground #1E1E2E mark2_background #CBA6F7 mark3_foreground #1E1E2E @@ -45,16 +55,16 @@ color1 #F38BA8 color9 #F38BA8 # green -color2 #e3a1d1 -color10 #e3a1a1 +color2 #A6E3A1 +color10 #A6E3A1 # yellow color3 #F9E2AF color11 #F9E2AF # blue -color4 #ffcaca -color12 #f98787 +color4 #87B0F9 +color12 #87B0F9 # magenta color5 #F5C2E7