-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkitty.conf
More file actions
202 lines (178 loc) · 4.47 KB
/
kitty.conf
File metadata and controls
202 lines (178 loc) · 4.47 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
# Performance
repaint_delay 6
input_delay 1
sync_to_monitor no
# Font settings
font_family JetBrainsMono Nerd Font
# font_features FiraCode-Retina +cv04 +cv10 +ss04 +ss03 +cv25 +cv32 +cv28 +ss06 +ss07
# bold_font FiraCode-Bold
italic_font auto
bold_italic_font auto
font_size 24
disable_ligatures never
# adjust_line_height 1
# Mouse
copy_on_select yes
strip_trailing_spaces always
# Cursor
# cursor_shape block
# cursor_blink_interval 0
# Window layout
window_border_width 1px
# hide_window_decorations yes
initial_window_width 50c
initial_window_height 15c
# 透明度
# background_opacity 0.7
# Bell
enable_audio_bell no
window_alert_on_bell yes
bell_on_tab no
# # Tab Bar
# tab_bar_edge bottom
# tab_bar_style powerline
# tab_powerline_style angled
# tab_bar_min_tabs 1
# tab_bar_align left
# Advance
shell_integration enabled no-cursor
update_check_interval 0
# Nord Colorscheme for Kitty
# Based on:
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
# - https://github.com/arcticicestudio/nord-hyper
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
# This work is licensed under the terms of the MIT license.
# For a copy, see https://opensource.org/licenses/MIT.
background #282828
foreground #ebdbb2
cursor #928374
selection_foreground #928374
selection_background #3c3836
color0 #282828
color8 #928374
# red
color1 #cc241d
# light red
color9 #fb4934
# green
color2 #98971a
# light green
color10 #b8bb26
# yellow
color3 #d79921
# light yellow
color11 #fabd2d
# blue
color4 #458588
# light blue
color12 #83a598
# magenta
color5 #b16286
# light magenta
color13 #d3869b
# cyan
color6 #689d6a
# lighy cyan
color14 #8ec07c
# light gray
color7 #a89984
# dark gray
color15 #928374
##############默认颜色##############
# foreground #e0def4
# background #12121e
# selection_foreground #12121e
# selection_background #FFFACD
# url_color #9ccfd8
# cursor #cccccc
#
# # black
# color0 #3B4252
# color8 #4C566A
#
# # red
# color1 #FF789E
# color9 #FF789E
#
# # green
# color2 #A3BE8C
# color10 #A3BE8C
#
# # yellow
# color3 #f6c177
# color11 #f6c177
#
# # blue
# color4 #81A1C1
# color12 #81A1C1
#
# # magenta
# color5 #c4a7e7
# color13 #c4a7e7
#
# # cyan
# color6 #9ccfd8
# color14 #8FBCBB
#
# # white
# color7 #E5E9F0
# color15 #ECEFF4
#
# # Windows
# active_border_color #f6c177
# inactive_border_color #12121e
#
# # Tabs
# active_tab_foreground #12121e
# active_tab_background #9ccfd8
# active_tab_font_style bold
# inactive_tab_foreground #e0def4
# inactive_tab_background #12121e
# inactive_tab_font_style normal
##############结束##############
# ####### Keyboard Shortcuts #######
#
# ## Misc
# # map alt+ctrl+shift+g launch --cwd=current gitui
#
# ## Tab management
# map alt+c new_tab
# map kitty_mod+enter new_tab
#
# map alt+1 goto_tab 1
# map alt+2 goto_tab 2
# map alt+3 goto_tab 3
# map alt+4 goto_tab 4
# map alt+5 goto_tab 5
# map alt+6 goto_tab 6
# map alt+7 goto_tab 7
# map alt+8 goto_tab 8
# map alt+9 goto_tab 9
#
# ## Window management
# map alt+enter new_window_with_cwd
#
# map alt+v toggle_layout tall
# map alt+s toggle_layout grid
#
# map alt+h neighboring_window left
# map alt+j neighboring_window bottom
# map alt+k neighboring_window top
# map alt+l neighboring_window right
#
# map alt+shift+h move_window left
# map alt+shift+j move_window bottom
# map alt+shift+k move_window top
# map alt+shift+l move_window right
#
# # map alt+shift+1 move_window left
# # map alt+shift+2 move_window bottom
# # map alt+shift+3 move_window top
# # map alt+shift+4 move_window right
# # map alt+shift+5 move_window right
# # map alt+shift+6 move_window right
# # map alt+shift+7 move_window right
# # map alt+shift+8 move_window right
# # map alt+shift+9 move_window right
# map kitty_mod+f4 detach_window ask