-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.kitty.conf
More file actions
56 lines (45 loc) · 927 Bytes
/
example.kitty.conf
File metadata and controls
56 lines (45 loc) · 927 Bytes
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
# Set the font
font_family menlo
font_size 8.0
# Set colors (using the Nord color scheme)
background #2E3440
foreground #D8DEE9
cursor #D8DEE9
cursor_text_color #2E3440
# Normal colors
color0 #3B4252
color1 #BF616A
color2 #A3BE8C
color3 #EBCB8B
color4 #81A1C1
color5 #B48EAD
color6 #88C0D0
color7 #E5E9F0
# Bright colors
color8 #4C566A
color9 #BF616A
color10 #A3BE8C
color11 #EBCB8B
color12 #81A1C1
color13 #B48EAD
color14 #8FBCBB
color15 #ECEFF4
# Opacity
background_opacity 0.85
# Additional tweaks
allow_remote_control no
# Enable true color, if needed (usually by default)
# enable_concatenate_colors no
# Uncomment and customize more options as needed
# Scrollback buffer
scrollback_lines 10000
# Hints and bells
# inherit_hints no
enable_audio_bell no
# page-up / page-down
map shift+page_up scroll_page_up
map shift+page_down scroll_page_down
term xterm-color
input_delay 0
repaint_delay 2
sync_to_monitor no