From f9b4cae3c8bdd6e1a145d584292255f0a53c3ac1 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 24 Aug 2024 18:28:35 -0500 Subject: [PATCH] fuzzel: update colors/widths --- .../.config/fuzzel/fuzzel.ini | 33 +++++++++++++------ 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/outerheaven.init3.home/.config/fuzzel/fuzzel.ini b/outerheaven.init3.home/.config/fuzzel/fuzzel.ini index d67e9b4..e51ccfd 100644 --- a/outerheaven.init3.home/.config/fuzzel/fuzzel.ini +++ b/outerheaven.init3.home/.config/fuzzel/fuzzel.ini @@ -17,7 +17,7 @@ terminal=kitty # lines=15 lines=10 -width=16 +width=15 # horizontal-pad=40 horizontal-pad=16 vertical-pad=6 @@ -34,17 +34,30 @@ image-size-ratio=0.0 exit-on-keyboard-focus-loss = no [colors] -background=2b303cff -text=d8dee9ff -match=900000ff -selection=4c566aff -selection-text=879aa4ff -border=2a2f3a75 +# nord-ish colors +#background=2b303cff +#text=d8dee9ff +#match=900000ff +#selection=4c566aff +#selection-text=879aa4ff +#border=2a2f3a75 +# from llm, based on arc-darkest +# A very dark gray-blue with 80% opacity +background=1b1f22cc +# White text with 80% opacity to ensure readability +text=ffffffcc +# Cool gray for matched text, with 80% opacity for subtle contrast +match=4f565fcc +# Dark gray with a blue tint, used for selected items, 80% opacity +selection=2d333bcc +# White text on selected items, with 80% opacity +selection-text=ffffffcc +# Slate gray border with 80% opacity to subtly define edges +border=353b43cc [border] -width=8 -# default radius = 10, 2 looked ok. 0 disables rounded corners -# radius=2 +width=4 +# default radius=10, 2 looked ok. 0 disables rounded corners radius=0 [dmenu]