dotfiles/data/kitty/mocha.conf

81 lines
1.4 KiB
Plaintext
Raw Normal View History

# vim:ft=kitty
2022-10-24 14:57:44 +00:00
## name: Catppuccin Kitty Mocha
## author: Catppuccin Org
## license: MIT
2023-06-19 03:01:17 +00:00
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf
## blurb: Soothing pastel theme for the high-spirited!
# The basic colors
2024-06-01 18:15:38 +00:00
foreground #cdd6f4
background #1e1e2e
selection_foreground #1e1e2e
selection_background #f5e0dc
# Cursor colors
2024-06-01 18:15:38 +00:00
cursor #f5e0dc
cursor_text_color #1e1e2e
# URL underline color when hovering with mouse
2024-06-01 18:15:38 +00:00
url_color #f5e0dc
# Kitty window border colors
2024-06-01 18:15:38 +00:00
active_border_color #b4befe
inactive_border_color #6c7086
bell_border_color #f9e2af
# OS Window titlebar colors
2024-06-01 18:15:38 +00:00
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors
2024-06-01 18:15:38 +00:00
active_tab_foreground #11111b
active_tab_background #cba6f7
inactive_tab_foreground #cdd6f4
inactive_tab_background #181825
2024-06-01 18:15:38 +00:00
tab_bar_background #11111b
# Colors for marks (marked text in the terminal)
2024-06-01 18:15:38 +00:00
mark1_foreground #1e1e2e
mark1_background #b4befe
mark2_foreground #1e1e2e
mark2_background #cba6f7
mark3_foreground #1e1e2e
mark3_background #74c7ec
# The 16 terminal colors
# black
2024-06-01 18:15:38 +00:00
color0 #45475a
color8 #585b70
# red
2024-06-01 18:15:38 +00:00
color1 #f38ba8
color9 #f38ba8
# green
2024-06-01 18:15:38 +00:00
color2 #a6e3a1
color10 #a6e3a1
# yellow
2024-06-01 18:15:38 +00:00
color3 #f9e2af
color11 #f9e2af
# blue
2024-06-01 18:15:38 +00:00
color4 #89b4fa
color12 #89b4fa
# magenta
2024-06-01 18:15:38 +00:00
color5 #f5c2e7
color13 #f5c2e7
# cyan
2024-06-01 18:15:38 +00:00
color6 #94e2d5
color14 #94e2d5
# white
2024-06-01 18:15:38 +00:00
color7 #bac2de
color15 #a6adc8