-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitty.conf
127 lines (101 loc) · 2.41 KB
/
kitty.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# default conf
# Window Management
map cmd+d launch --location=vsplit --cwd=current
map cmd+j launch --location=hsplit --cwd=current
# Window Navigation
cmd+] next_window
cmd+[ previous_window
# Window Resizing
map opt+j resize_window shorter 2
map opt+k resize_window taller 2
map opt+h resize_window wider 2
map opt+l resize_window narrower 2
# Window Actions
map cmd+w close_window
map cmd+o open_url_with_hints
map cmd+f toggle_fullscreen
map cmd+shift+r load_config_file
# Window Layout
enabled_layouts splits
initial_window_width 1200
initial_window_height 800
# Tab Bar
tab_bar_edge top
tab_bar_style powerline
tab_powerline_style slanted
tab_bar_min_tabs 1
tab_title_template "{index}.{tab.active_wd.replace('/Users/jetty', '~').split('/')[-1]}"
# Font Configuration
font_family Hack Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
font_size 16.7
modify_font cell_height +1px
# OS Integration
confirm_os_window_close 0
macos_titlebar_color background
clipboard_max_size 0
# Background
background_image_layout cscaled
# Text Cursor Customization
cursor_trail 2
cursor_trail_decay 0.1 0.2
#########################
# Catpuccin Frappe theme
#########################
# The basic colors
foreground #C6D0F5
background #303446
selection_foreground #303446
selection_background #F2D5CF
# Cursor colors
cursor #F2D5CF
cursor_text_color #303446
# URL underline color when hovering with mouse
url_color #F2D5CF
# Kitty window border colors
active_border_color #BABBF1
inactive_border_color #737994
bell_border_color #E5C890
# OS Window titlebar colors
wayland_titlebar_color #303446
macos_titlebar_color #303446
# Tab bar colors
active_tab_foreground #232634
active_tab_background #CA9EE6
inactive_tab_foreground #C6D0F5
inactive_tab_background #292C3C
tab_bar_background #232634
# Colors for marks (marked text in the terminal)
mark1_foreground #303446
mark1_background #BABBF1
mark2_foreground #303446
mark2_background #CA9EE6
mark3_foreground #303446
mark3_background #85C1DC
# The 16 terminal colors
# black
color0 #51576D
color8 #626880
# red
color1 #E78284
color9 #E78284
# green
color2 #A6D189
color10 #A6D189
# yellow
color3 #E5C890
color11 #E5C890
# blue
color4 #8CAAEE
color12 #8CAAEE
# magenta
color5 #F4B8E4
color13 #F4B8E4
# cyan
color6 #81C8BE
color14 #81C8BE
# white
color7 #B5BFE2
color15 #A5ADCE