chasinglightning
·
2025-06-04
current-theme.conf
1# vim:ft=kitty
2
3## name: Catppuccin-Frappe
4## author: Pocco81 (https://github.com/Pocco81)
5## license: MIT
6## upstream: https://github.com/catppuccin/kitty/blob/main/frappe.conf
7## blurb: Soothing pastel theme for the high-spirited!
8
9
10
11# The basic colors
12foreground #C6D0F5
13background #303446
14selection_foreground #303446
15selection_background #F2D5CF
16
17# Cursor colors
18cursor #F2D5CF
19cursor_text_color #303446
20
21# URL underline color when hovering with mouse
22url_color #F2D5CF
23
24# Kitty window border colors
25active_border_color #BABBF1
26inactive_border_color #737994
27bell_border_color #E5C890
28
29# OS Window titlebar colors
30wayland_titlebar_color system
31macos_titlebar_color system
32
33# Tab bar colors
34active_tab_foreground #232634
35active_tab_background #CA9EE6
36inactive_tab_foreground #C6D0F5
37inactive_tab_background #292C3C
38tab_bar_background #232634
39
40# Colors for marks (marked text in the terminal)
41mark1_foreground #303446
42mark1_background #BABBF1
43mark2_foreground #303446
44mark2_background #CA9EE6
45mark3_foreground #303446
46mark3_background #85C1DC
47
48# The 16 terminal colors
49
50# black
51color0 #51576D
52color8 #626880
53
54# red
55color1 #E78284
56color9 #E78284
57
58# green
59color2 #A6D189
60color10 #A6D189
61
62# yellow
63color3 #E5C890
64color11 #E5C890
65
66# blue
67color4 #8CAAEE
68color12 #8CAAEE
69
70# magenta
71color5 #F4B8E4
72color13 #F4B8E4
73
74# cyan
75color6 #81C8BE
76color14 #81C8BE
77
78# white
79color7 #B5BFE2
80color15 #A5ADCE