diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-21 00:35:13 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-21 00:35:13 +0200 |
commit | c3c4b8c6b4556e01770a75da4b6fbf8e1eba9ce4 (patch) | |
tree | 006d8799585d86557e570f03af93b112a079a697 /config/wayland/tofi/themes/nord | |
parent | 39a6cea6f2f198aa08189d345e0281a591d17ec4 (diff) | |
parent | 3d253cd428e2769e0449fbf0c3ece5c0ab41545c (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/wayland/tofi/themes/nord')
-rw-r--r-- | config/wayland/tofi/themes/nord | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/config/wayland/tofi/themes/nord b/config/wayland/tofi/themes/nord new file mode 100644 index 0000000..c8a6192 --- /dev/null +++ b/config/wayland/tofi/themes/nord @@ -0,0 +1,40 @@ +### Font +font = monospace bold +font-size = 12 +anchor=top + +# colors +text-color = #d8dee9 +prompt-color = #81a1c1 +placeholder-color = #4c566a +input-color = #d8dee9 +default-result-color = #88c0d0 +selection-color = #5e81ac +selection-match-color = #ffffff +background-color = #3b4252f2 +outline-color = #81a1c1 +border-color = #88c0d0 + +# sizes +width = 100% +height = 20% + +border-width = 2 +outline-width = 0 +prompt-padding = 0 + +padding-top = 5 +padding-bottom = 5 +padding-left = 5 +padding-right = 5 + +corner-radius = 0 + +# general +prompt-text = "" +placeholder-text = "..." + +matching-algorithm = prefix +require-match = false +auto-accept-single = true +hidden-character = "" |