-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitty.conf
68 lines (50 loc) · 1.04 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
# font config
font_family Fira Code
font_size 10
# --- Gruvbox colorscheme BEGIN---
background #282828
foreground #ebdbb2
# black
color0 #282828
color8 #928374
# red
color1 #cc241d
color9 #fb4934
# green
color2 #98971a
color10 #b8bb26
# yellow
color3 #d79921
color11 #fabd2f
# blue
color4 #458588
color12 #83a598
# magenta
color5 #b16286
color13 #d3869b
# cyan
color6 #689d61
color14 #8ec07c
# white
color7 #a89984
color15 #ebdbb2
selection_foreground #282828
selection_background #ebdbb2
active_border_color #d65d0e
inactive_border_color #282828
active_tab_foreground #282828
active_tab_background #a89984
inactive_tab_foreground #a89984
inactive_tab_background #3c3836
inactive_tab_font_style normal
cursor #ebdbb2
# --- Gruvbox colorscheme END ---
# -- Shortcuts
map ctrl+shift+enter new_window_with_cwd
map ctrl+shift+alt+enter new_window
map ctrl+shift+j next_window
map ctrl+shift+k previous_window
map ctrl+shift+x close_window
map ctrl+shift+s show_scrollback
# -- Settings
copy_on_select yes