From 85bf1f42929f38ae007f92c5ca9ff90dd6d32b6a Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Thu, 1 Dec 2022 22:59:35 +0000 Subject: Add soy milk theme to show off new style options. --- README.md | 3 +++ screenshot_soy_milk.png | Bin 0 -> 32014 bytes themes/soy-milk | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 screenshot_soy_milk.png create mode 100644 themes/soy-milk diff --git a/README.md b/README.md index fee5463..cb38911 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,9 @@ tweak them to look correct on your display. [`themes/dark-paper`](themes/dark-paper) ![Dark paper theme screenshot](screenshot_dark_paper.png) +[`themes/soy-milk`](themes/soy-milk) +![Soy milk theme screenshot](screenshot_soy_milk.png) + ## Performance By default, tofi isn't really any faster than its alternatives. However, when diff --git a/screenshot_soy_milk.png b/screenshot_soy_milk.png new file mode 100644 index 0000000..ab50c66 Binary files /dev/null and b/screenshot_soy_milk.png differ diff --git a/themes/soy-milk b/themes/soy-milk new file mode 100644 index 0000000..4a4bbe2 --- /dev/null +++ b/themes/soy-milk @@ -0,0 +1,46 @@ +# Font +font = Fredoka One +font-size = 20 + +# Window Style +horizontal = true +anchor = top +width = 100% +height = 48 + +outline-width = 0 +border-width = 0 +min-input-width = 120 +result-spacing = 30 +padding-top = 8 +padding-bottom = 0 +padding-left = 20 +padding-right = 0 + +# Text style +prompt-text = "Can I have a" +prompt-padding = 30 + +background-color = #fff0dc +text-color = #4280a0 + +prompt-background = #eebab1 +prompt-background-padding = 4, 10 +prompt-background-corner-radius = 12 + +input-color = #e1666a +input-background = #f4cf42 +input-background-padding = 4, 10 +input-background-corner-radius = 12 + +alternate-result-background = #b8daf3 +alternate-result-background-padding = 4, 10 +alternate-result-background-corner-radius = 12 + +selection-color = #f0d2af +selection-background = #da5d64 +selection-background-padding = 4, 10 +selection-background-corner-radius = 12 +selection-match-color = #fff + +clip-to-padding = false -- cgit v1.2.3