Skip to content

Commit 85bf1f4

Browse files
committed
Add soy milk theme to show off new style options.
1 parent 63d8dda commit 85bf1f4

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ tweak them to look correct on your display.
131131
[`themes/dark-paper`](themes/dark-paper)
132132
![Dark paper theme screenshot](screenshot_dark_paper.png)
133133

134+
[`themes/soy-milk`](themes/soy-milk)
135+
![Soy milk theme screenshot](screenshot_soy_milk.png)
136+
134137
## Performance
135138

136139
By default, tofi isn't really any faster than its alternatives. However, when

screenshot_soy_milk.png

31.3 KB
Loading

themes/soy-milk

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

0 commit comments

Comments
 (0)