blob: 7fcb55151ba955b5b8df31b337aefebc8a14af32 (
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
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
|
# Font
font_family InputMonoNarrow Nerd Font Thin
bold_font InputMonoNarrow Nerd Font Medium
italic_font InputMonoNarrowIta Nerd Font Thin
bold_italic_font InputMonoNarrowIta Nerd Font Medium
font_size 14.0
# Cursor
cursor #eeeeee
cursor_text_color #3e3937
cursor_shape block
# Mouse
mouse_hide_wait 0
macos_titlebar_color background
background_opacity 1.0
# Color Scheme - Ruben Tranquil
foreground #ffffff
# Deep Slate Green
background #0F261F
# Deep Slate Green
selection_foreground #0F261F
# Light Neutral Gray
selection_background #DAE6E3
# Calamine Blue
active_border_color #80FFCC
# Light Neutral Gray
inactive_border_color #DAE6E3
# Deep Slate Green
active_tab_foreground #0F261F
# Calamine Blue
active_tab_background #80FFCC
# Neutral Gray
inactive_tab_foreground #B5D1CC
# Deep Slate Green
inactive_tab_background #0F261F
# Regular Colors - Ruben Tranquil
# black
# Dark Neutral Gray
color0 #90A6A2
# red
# Jasper Red
color1 #FA2B00
# green
# Light Porcelain Green
color2 #23C17C
# yellow
# Naples Yellow
color3 #FAED8F
# blue
# Olympic Blue
color4 #4F8FE6
# magenta
# Hermosa Pink
color5 #FFB4F0
# cyan
# Calamine Blue
color6 #80FFCC
# white
# Light Neutral Gray
color7 #DAE6E3
# black
# Neutral Gray
color8 #B5D1CC
# red
# Grenadine Pink
color9 #FF616B
# green
color10 #55ff55
# yellow
color11 #ffff55
# blue
color12 #5555ff
# magenta
# Seashell Pink
color13 #FFCFC4
# cyan
color14 #55ffff
# white
color15 #ffffff
# Color Scheme - Ruben Primary
# 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
# Regular Colors - Ruben Primary
# 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 no
tab_bar_style separator
# keyboard
macos_option_as_alt left
|