]>
Commit | Line | Data |
---|---|---|
4b32a942 | 1 | # Font |
96097728 RBR |
2 | font_family InputMonoNarrow Nerd Font Thin |
3 | bold_font InputMonoNarrow Nerd Font Medium | |
4 | italic_font InputMonoNarrowIta Nerd Font Thin | |
5 | bold_italic_font InputMonoNarrowIta Nerd Font Medium | |
8010d7b5 | 6 | font_size 14.0 |
4b32a942 RBR |
7 | |
8 | # Cursor | |
9 | cursor #eeeeee | |
10 | cursor_text_color #3e3937 | |
11 | cursor_shape block | |
12 | ||
66eb9e76 RBR |
13 | # Mouse |
14 | mouse_hide_wait 0 | |
15 | ||
4b32a942 RBR |
16 | |
17 | # Color Scheme | |
c2715eb5 RBR |
18 | foreground #ffffff |
19 | background #000000 | |
4b32a942 RBR |
20 | selection_foreground #000000 |
21 | selection_background #c1ddff | |
4350cafb RBR |
22 | active_border_color #55ff55 |
23 | inactive_border_color #c1ddff | |
24 | ||
c2715eb5 RBR |
25 | active_tab_foreground #000000 |
26 | active_tab_background #00FFFF | |
27 | inactive_tab_foreground #00FFFF | |
28 | inactive_tab_background #000000 | |
29 | ||
66eb9e76 | 30 | macos_titlebar_color background |
c2715eb5 | 31 | background_opacity 1.0 |
4b32a942 RBR |
32 | |
33 | # Regular Colors | |
34 | # black | |
35 | color0 #888888 | |
36 | # red | |
c2715eb5 | 37 | color1 #ff0000 |
4b32a942 | 38 | # green |
c2715eb5 | 39 | color2 #00ff00 |
4b32a942 | 40 | # yellow |
c2715eb5 | 41 | color3 #ffff00 |
4b32a942 | 42 | # blue |
c2715eb5 | 43 | color4 #0000ff |
4b32a942 | 44 | # magenta |
c2715eb5 | 45 | color5 #ff00ff |
4b32a942 | 46 | # cyan |
c2715eb5 | 47 | color6 #00ffff |
4b32a942 RBR |
48 | # white |
49 | color7 #c7c7c7 | |
50 | ||
51 | # black | |
52 | color8 #aaaaaa | |
53 | # red | |
54 | color9 #ff5555 | |
55 | # green | |
c2715eb5 | 56 | color10 #55ff55 |
4b32a942 RBR |
57 | # yellow |
58 | color11 #ffff55 | |
59 | # blue | |
c2715eb5 | 60 | color12 #5555ff |
4b32a942 | 61 | # magenta |
c2715eb5 | 62 | color13 #ff55ff |
4b32a942 | 63 | # cyan |
c2715eb5 | 64 | color14 #55ffff |
4b32a942 | 65 | # white |
c2715eb5 | 66 | color15 #ffffff |
4b32a942 RBR |
67 | |
68 | # window | |
44d3b999 | 69 | hide_window_decorations no |
4b32a942 | 70 | tab_bar_style separator |
41643559 RBR |
71 | |
72 | # keyboard | |
73 | macos_option_as_alt left |