diff options
Diffstat (limited to 'config')
l--------- | config/hyprland/tofi/config | 2 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/base16 | 25 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/colors | 14 |
3 files changed, 40 insertions, 1 deletions
diff --git a/config/hyprland/tofi/config b/config/hyprland/tofi/config index 845f2a4..75daa23 120000 --- a/config/hyprland/tofi/config +++ b/config/hyprland/tofi/config @@ -1 +1 @@ -/home/aluc/.config/tofi/themes/nord
\ No newline at end of file +/home/aluc/.config/tofi/themes/base16
\ No newline at end of file diff --git a/config/hyprland/tofi/themes/base16 b/config/hyprland/tofi/themes/base16 new file mode 100644 index 0000000..b18efb4 --- /dev/null +++ b/config/hyprland/tofi/themes/base16 @@ -0,0 +1,25 @@ +### Font +include=themes/colors +font = monospace bold +font-size = 12 + +prompt-text = "" +prompt-padding = 0 +placeholder-text = "..." + +width = 20% +height = 20% +outline-width = 0 +border-width = 2 +corner-radius = 26 + +padding-top = 0 +padding-bottom = 0 +padding-left = 0 +# padding-left = 7% +padding-right = 0 + +matching-algorithm = prefix +require-match = false +auto-accept-single = true +hidden-character = "" diff --git a/config/hyprland/tofi/themes/colors b/config/hyprland/tofi/themes/colors new file mode 100644 index 0000000..3c35fc2 --- /dev/null +++ b/config/hyprland/tofi/themes/colors @@ -0,0 +1,14 @@ +# tofi +text-color = #d1dae6 +prompt-color = #999CA9 +placeholder-color = #999CA9 +input-color = #d1dae6 +default-result-color = #9CB3D4 +selection-color = #9298a1 +selection-match-color = #d1dae6 + +background-color = #0f1114f0 + +outline-color = #999CA9 + +border-color = #9CB3D4 |