-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitty.conf
163 lines (122 loc) · 2.64 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
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
# Font
font_size 12.0
font_family MonoLisa
font_features MonoLisa-Medium +zero +ss04 +ss07 +ss08 +ss09
font_features MonoLisa-MediumItalic +zero +ss04 +ss07 +ss08 +ss09
# Sounds
enable_audio_bell no
# Cursor
cursor_shape block
# Hide titlebar/borders
hide_window_decorations titlebar-only
titlebar-only yes
# Theme
cursor #61afef
foreground #abb2bf
background #282c34
# black
color0 #282c34
color8 #5c6370
# red
color1 #e06c75
color9 #e06c75
# green
color2 #98c379
color10 #98c379
# yellow
color3 #e5c07b
color11 #e5c07b
# blue
color4 #61afef
color12 #61afef
# magenta
color5 #d19a66
color13 #d19a66
# cyan
color6 #56b6c2
color14 #56b6c2
# white
color7 #abb2bf
color15 #f5f5f5
# Hotkeys
map f11 toggle_fullscreen
map alt+enter toggle_fullscreen
# Misc
update_check_interval 0
term xterm-256color
# Gruvbox!
#cursor #928374
#cursor_text_color background
#url_color #83a598
#visual_bell_color #8ec07c
#bell_border_color #8ec07c
#active_border_color #d3869b
#inactive_border_color #665c54
#background #282828
#foreground #fbf1c7
#selection_foreground #928374
#selection_background #ebdbb2
#active_tab_foreground #fbf1c7
#active_tab_background #665c54
#inactive_tab_foreground #a89984
#inactive_tab_background #3c3836
## black
#color0 #282828
#color8 #7c6f64
## red
#color1 #cc241d
#color9 #fb4934
##: green
#color2 #98971a
#color10 #b8bb26
## yellow
#color3 #d79921
#color11 #fabd2f
## blue
#color4 #458588
#color12 #83a598
## purple
#color5 #b16286
#color13 #d3869b
## aqua
#color6 #689d6a
#color14 #8ec07c
## white
#color7 #a89984
#color15 #fbf1c7
# Everforest
background #323d43
foreground #d8caac
cursor #d8caac
selection_foreground #d8caac
selection_background #505a60
color0 #3c474d
color8 #868d80
# red
color1 #e68183
# light red
color9 #e68183
# green
color2 #a7c080
# light green
color10 #a7c080
# yellow
color3 #d9bb80
# light yellow
color11 #d9bb80
# blue
color4 #83b6af
# light blue
color12 #83b6af
# magenta
color5 #d39bb6
# light magenta
color13 #d39bb6
# cyan
color6 #87c095
# light cyan
color14 #87c095
# light gray
color7 #868d80
# dark gray
color15 #868d80