File tree Expand file tree Collapse file tree 2 files changed +46
-47
lines changed
Expand file tree Collapse file tree 2 files changed +46
-47
lines changed Original file line number Diff line number Diff line change 1+ [colors.bright]
2+ black = "#928374"
3+ blue = "#83a598"
4+ cyan = "#8ec07c"
5+ green = "#b8bb26"
6+ magenta = "#d3869b"
7+ red = "#fb4934"
8+ white = "#ebdbb2"
9+ yellow = "#fabd2f"
10+
11+ [colors.normal]
12+ black = "#282828"
13+ blue = "#458588"
14+ cyan = "#689d6a"
15+ green = "#98971a"
16+ magenta = "#b16286"
17+ red = "#cc241d"
18+ white = "#a89984"
19+ yellow = "#d79921"
20+
21+ [colors.primary]
22+ background = "#282828"
23+ foreground = "#ebdbb2"
24+
25+ [font]
26+ size = 16.0
27+
28+ [font.bold]
29+ family = "Hack Nerd Font Mono"
30+ style = "Bold"
31+
32+ [font.italic]
33+ family = "Hack Nerd Font Mono"
34+ style = "Italic"
35+
36+ [font.normal]
37+ family = "Hack Nerd Font Mono"
38+ style = "Regular"
39+
40+ [window]
41+ dynamic_padding = true
42+ startup_mode = "Fullscreen"
43+
44+ [window.dimensions]
45+ columns = 120
46+ lines = 37
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments