File tree 3 files changed +49
-0
lines changed
3 files changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ tweak them to look correct on your display.
131
131
[ ` themes/dark-paper ` ] ( themes/dark-paper )
132
132
![ Dark paper theme screenshot] ( screenshot_dark_paper.png )
133
133
134
+ [ ` themes/soy-milk ` ] ( themes/soy-milk )
135
+ ![ Soy milk theme screenshot] ( screenshot_soy_milk.png )
136
+
134
137
## Performance
135
138
136
139
By default, tofi isn't really any faster than its alternatives. However, when
Original file line number Diff line number Diff line change
1
+ # Font
2
+ font = Fredoka One
3
+ font-size = 20
4
+
5
+ # Window Style
6
+ horizontal = true
7
+ anchor = top
8
+ width = 100%
9
+ height = 48
10
+
11
+ outline-width = 0
12
+ border-width = 0
13
+ min-input-width = 120
14
+ result-spacing = 30
15
+ padding-top = 8
16
+ padding-bottom = 0
17
+ padding-left = 20
18
+ padding-right = 0
19
+
20
+ # Text style
21
+ prompt-text = "Can I have a"
22
+ prompt-padding = 30
23
+
24
+ background-color = #fff0dc
25
+ text-color = #4280a0
26
+
27
+ prompt-background = #eebab1
28
+ prompt-background-padding = 4, 10
29
+ prompt-background-corner-radius = 12
30
+
31
+ input-color = #e1666a
32
+ input-background = #f4cf42
33
+ input-background-padding = 4, 10
34
+ input-background-corner-radius = 12
35
+
36
+ alternate-result-background = #b8daf3
37
+ alternate-result-background-padding = 4, 10
38
+ alternate-result-background-corner-radius = 12
39
+
40
+ selection-color = #f0d2af
41
+ selection-background = #da5d64
42
+ selection-background-padding = 4, 10
43
+ selection-background-corner-radius = 12
44
+ selection-match-color = #fff
45
+
46
+ clip-to-padding = false
You can’t perform that action at this time.
0 commit comments