128 lines
2.3 KiB
Text
128 lines
2.3 KiB
Text
#########################
|
|
### KITTY THEME START ###
|
|
#########################
|
|
# vim:ft=kitty
|
|
|
|
## name: Catppuccin Kitty Macchiato
|
|
## author: Catppuccin Org
|
|
## license: MIT
|
|
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/macchiato.conf
|
|
## blurb: Soothing pastel theme for the high-spirited!
|
|
|
|
|
|
|
|
# The basic colors
|
|
foreground #CAD3F5
|
|
background #24273A
|
|
selection_foreground #24273A
|
|
selection_background #F4DBD6
|
|
|
|
# Cursor colors
|
|
cursor #F4DBD6
|
|
cursor_text_color #24273A
|
|
|
|
# URL underline color when hovering with mouse
|
|
url_color #F4DBD6
|
|
|
|
# Kitty window border colors
|
|
active_border_color #B7BDF8
|
|
inactive_border_color #6E738D
|
|
bell_border_color #EED49F
|
|
|
|
# OS Window titlebar colors
|
|
wayland_titlebar_color #24273A
|
|
macos_titlebar_color #24273A
|
|
|
|
# Tab bar colors
|
|
active_tab_foreground #181926
|
|
active_tab_background #C6A0F6
|
|
inactive_tab_foreground #CAD3F5
|
|
inactive_tab_background #1E2030
|
|
tab_bar_background #181926
|
|
|
|
# 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
|
|
|
|
# The 16 terminal colors
|
|
|
|
# black
|
|
color0 #494D64
|
|
color8 #5B6078
|
|
|
|
# red
|
|
color1 #ED8796
|
|
color9 #ED8796
|
|
|
|
# green
|
|
color2 #A6DA95
|
|
color10 #A6DA95
|
|
|
|
# yellow
|
|
color3 #EED49F
|
|
color11 #EED49F
|
|
|
|
# blue
|
|
color4 #8AADF4
|
|
color12 #8AADF4
|
|
|
|
# magenta
|
|
color5 #F5BDE6
|
|
color13 #F5BDE6
|
|
|
|
# cyan
|
|
color6 #8BD5CA
|
|
color14 #8BD5CA
|
|
|
|
# white
|
|
color7 #B8C0E0
|
|
color15 #A5ADCB
|
|
# extended colors
|
|
color16 #ff9e64
|
|
color17 #db4b4b
|
|
|
|
# opacity
|
|
background_opacity 0.95
|
|
background_blur 48
|
|
background_tint 0.6
|
|
background_tint_gaps 0.35
|
|
|
|
#########################
|
|
### KITTY THEME END ###
|
|
#########################
|
|
|
|
hide_window_decorations titlebar-only
|
|
|
|
# Perf tweaks
|
|
repaint_delay 3
|
|
input_delay 0
|
|
sync_to_monitor yes
|
|
|
|
# tabs
|
|
tab_bar_style powerline
|
|
tab_powerline_style slanted
|
|
tab_bar_margin_width 10
|
|
tab_bar_margin_height 0 0
|
|
|
|
# mac
|
|
macos_quit_when_last_window_closed yes
|
|
|
|
# font
|
|
font_family JetBrainsMono Nerd Font
|
|
font_size 12
|
|
modify_font cell_height +2
|
|
|
|
#########################
|
|
### KEYMAPING START ###
|
|
#########################
|
|
map ctrl+up scroll_page_up
|
|
map ctrl+down scroll_page_down
|
|
|
|
map cmd+t new_tab_with_cwd
|
|
#########################
|
|
### KEYMAPING END ###
|
|
#########################
|