dotfiles/.config/kitty/current-theme.conf

81 lines
1.5 KiB
Text
Raw Normal View History

2024-11-04 09:43:21 -05:00
# vim:ft=kitty
2024-11-10 16:14:42 -05:00
## name: Catppuccin-Frappe
2024-11-04 09:43:21 -05:00
## author: Pocco81 (https://github.com/Pocco81)
## license: MIT
2024-11-10 16:14:42 -05:00
## upstream: https://github.com/catppuccin/kitty/blob/main/frappe.conf
2024-11-04 09:43:21 -05:00
## blurb: Soothing pastel theme for the high-spirited!
# The basic colors
2024-11-10 16:14:42 -05:00
foreground #C6D0F5
background #303446
selection_foreground #303446
selection_background #F2D5CF
2024-11-04 09:43:21 -05:00
# Cursor colors
2024-11-10 16:14:42 -05:00
cursor #F2D5CF
cursor_text_color #303446
2024-11-04 09:43:21 -05:00
# URL underline color when hovering with mouse
2024-11-10 16:14:42 -05:00
url_color #F2D5CF
2024-11-04 09:43:21 -05:00
# Kitty window border colors
2024-11-10 16:14:42 -05:00
active_border_color #BABBF1
inactive_border_color #737994
bell_border_color #E5C890
2024-11-04 09:43:21 -05:00
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors
2024-11-10 16:14:42 -05:00
active_tab_foreground #232634
active_tab_background #CA9EE6
inactive_tab_foreground #C6D0F5
inactive_tab_background #292C3C
tab_bar_background #232634
2024-11-04 09:43:21 -05:00
# Colors for marks (marked text in the terminal)
2024-11-10 16:14:42 -05:00
mark1_foreground #303446
mark1_background #BABBF1
mark2_foreground #303446
mark2_background #CA9EE6
mark3_foreground #303446
mark3_background #85C1DC
2024-11-04 09:43:21 -05:00
# The 16 terminal colors
# black
2024-11-10 16:14:42 -05:00
color0 #51576D
color8 #626880
2024-11-04 09:43:21 -05:00
# red
2024-11-10 16:14:42 -05:00
color1 #E78284
color9 #E78284
2024-11-04 09:43:21 -05:00
# green
2024-11-10 16:14:42 -05:00
color2 #A6D189
color10 #A6D189
2024-11-04 09:43:21 -05:00
# yellow
2024-11-10 16:14:42 -05:00
color3 #E5C890
color11 #E5C890
2024-11-04 09:43:21 -05:00
# blue
2024-11-10 16:14:42 -05:00
color4 #8CAAEE
color12 #8CAAEE
2024-11-04 09:43:21 -05:00
# magenta
2024-11-10 16:14:42 -05:00
color5 #F4B8E4
color13 #F4B8E4
2024-11-04 09:43:21 -05:00
# cyan
2024-11-10 16:14:42 -05:00
color6 #81C8BE
color14 #81C8BE
2024-11-04 09:43:21 -05:00
# white
2024-11-10 16:14:42 -05:00
color7 #B5BFE2
color15 #A5ADCE