-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitty.conf
70 lines (63 loc) · 1.21 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
# dmyTRUEk's kitty config
# DISABLE BELL
#bell_path none
#command_on_bell none
enable_audio_bell no
#linux_bell_theme none
# font config
font_size 14.0
font_family JetBrains Mono
bold_font auto
italic_font auto
bold_italic_font auto
map ctrl+equal change_font_size all +1.0
map ctrl+minus change_font_size all -1.0
# don't ask confirmation on exit/quit
confirm_os_window_close 0
# background opacity, transparent
background_opacity .7
dynamic_background_opacity yes
map ctrl+shift+equal set_background_opacity -.05
map ctrl+shift+minus set_background_opacity +.05
# window size
remember_window_size no
initial_window_width 960
initial_window_height 540
# main colors:
#background #282828
#foreground #c5c8c6
background #000000
foreground #ffffff
# black
color0 #1d1f21
color8 #666666
# red
color1 #cc6666
color9 #d54e53
# green
color2 #b5bd68
color10 #b9ca4a
# yellow
color3 #f0c674
color11 #e7c547
# blue
color4 #81a2be
color12 #7aa6da
# magenta
color5 #b294bb
color13 #c397d8
# cyan
color6 #8abeb7
color14 #70c0b1
# white
color7 #c5c8c6
color15 #eaeaea
# ?
mark1_foreground black
mark1_background #98d3cb
# ?
mark2_foreground black
mark2_background #f2dcd3
# ?
mark3_foreground black
mark3_background #f274bc