blob: e72fb708b84bfb2db03916be97b4d5d3630079a2 (
plain)
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
|
# Font
font_family Input Mono Light
bold_font Input Mono Medium
italic_font Input Mono Light Italic
bold_italic_font Input Mono Medium Italic
font_size 14.0
macos_thicken_font 0.75
# Cursor
cursor #eeeeee
cursor_text_color #3e3937
cursor_shape block
# Color Scheme
foreground #ffffff
background #000000
selection_foreground #000000
selection_background #c1ddff
active_border_color #55ff55
inactive_border_color #c1ddff
active_tab_foreground #000000
active_tab_background #00FFFF
inactive_tab_foreground #00FFFF
inactive_tab_background #000000
background_opacity 1.0
# Regular Colors
# black
color0 #888888
# red
color1 #ff0000
# green
color2 #00ff00
# yellow
color3 #ffff00
# blue
color4 #0000ff
# magenta
color5 #ff00ff
# cyan
color6 #00ffff
# white
color7 #c7c7c7
# black
color8 #aaaaaa
# red
color9 #ff5555
# green
color10 #55ff55
# yellow
color11 #ffff55
# blue
color12 #5555ff
# magenta
color13 #ff55ff
# cyan
color14 #55ffff
# white
color15 #ffffff
# window
hide_window_decorations yes
tab_bar_style separator
# keyboard
macos_option_as_alt left
|