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