File tree 1 file changed +124
-0
lines changed
1 file changed +124
-0
lines changed Original file line number Diff line number Diff line change
1
+ # theme = "Soothing"
2
+
3
+ [[colors .indexed_colors ]]
4
+ color = " #FAB387"
5
+ index = 16
6
+
7
+ [[colors .indexed_colors ]]
8
+ color = " #F5E0DC"
9
+ index = 17
10
+
11
+ [colors .bright ]
12
+ black = " #585B70"
13
+ blue = " #89B4FA"
14
+ cyan = " #94E2D5"
15
+ green = " #A6E3A1"
16
+ magenta = " #F5C2E7"
17
+ red = " #F38BA8"
18
+ white = " #A6ADC8"
19
+ yellow = " #F9E2AF"
20
+
21
+ [colors .cursor ]
22
+ cursor = " #F5E0DC"
23
+ text = " #1E1E2E"
24
+
25
+ [colors .dim ]
26
+ black = " #45475A"
27
+ blue = " #89B4FA"
28
+ cyan = " #94E2D5"
29
+ green = " #A6E3A1"
30
+ magenta = " #F5C2E7"
31
+ red = " #F38BA8"
32
+ white = " #BAC2DE"
33
+ yellow = " #F9E2AF"
34
+
35
+ [colors .hints .end ]
36
+ background = " #A6ADC8"
37
+ foreground = " #1E1E2E"
38
+
39
+ [colors .hints .start ]
40
+ background = " #F9E2AF"
41
+ foreground = " #1E1E2E"
42
+
43
+ [colors .normal ]
44
+ black = " #45475A"
45
+ blue = " #89B4FA"
46
+ cyan = " #94E2D5"
47
+ green = " #A6E3A1"
48
+ magenta = " #F5C2E7"
49
+ red = " #F38BA8"
50
+ white = " #BAC2DE"
51
+ yellow = " #F9E2AF"
52
+
53
+ [colors .primary ]
54
+ background = " #1E1E2E"
55
+ bright_foreground = " #CDD6F4"
56
+ dim_foreground = " #CDD6F4"
57
+ foreground = " #CDD6F4"
58
+
59
+ [colors .search .focused_match ]
60
+ background = " #A6E3A1"
61
+ foreground = " #1E1E2E"
62
+
63
+ # [colors.search.footer_bar]
64
+ # background = "#A6ADC8"
65
+ # foreground = "#1E1E2E"
66
+
67
+ [colors .search .matches ]
68
+ background = " #A6ADC8"
69
+ foreground = " #1E1E2E"
70
+
71
+ [colors .selection ]
72
+ background = " #F5E0DC"
73
+ text = " #1E1E2E"
74
+
75
+ [colors .vi_mode_cursor ]
76
+ cursor = " #B4BEFE"
77
+ text = " #1E1E2E"
78
+
79
+ [cursor ]
80
+ style = " Beam"
81
+ vi_mode_style = " Beam"
82
+
83
+ [env ]
84
+ TERM = " xterm-256color"
85
+
86
+ [font ]
87
+ size = 11
88
+
89
+ [font .bold ]
90
+ family = " JetBrainsMonoNL Nerd Font Mono"
91
+ style = " Bold"
92
+
93
+ [font .glyph_offset ]
94
+ y = 0
95
+
96
+ [font .italic ]
97
+ family = " JetBrainsMonoNL Nerd Font Mono"
98
+ style = " Italic"
99
+
100
+ [font .normal ]
101
+ family = " JetBrainsMonoNL Nerd Font Mono"
102
+ style = " Regular"
103
+
104
+ [font .offset ]
105
+ y = 0
106
+
107
+ [scrolling ]
108
+ history = 1000
109
+ multiplier = 3
110
+
111
+ [shell ]
112
+ program = " /bin/zsh"
113
+
114
+ [window ]
115
+ decorations = " none"
116
+ opacity = 0.8
117
+
118
+ [window .dimensions ]
119
+ columns = 80
120
+ lines = 24
121
+
122
+ [window .padding ]
123
+ x = 12
124
+ y = 12
You can’t perform that action at this time.
0 commit comments