fuzzel: update colors/widths

This commit is contained in:
Josh Lay 2024-08-24 18:28:35 -05:00
parent fcbf47b55d
commit f9b4cae3c8
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -17,7 +17,7 @@ terminal=kitty
# lines=15 # lines=15
lines=10 lines=10
width=16 width=15
# horizontal-pad=40 # horizontal-pad=40
horizontal-pad=16 horizontal-pad=16
vertical-pad=6 vertical-pad=6
@ -34,17 +34,30 @@ image-size-ratio=0.0
exit-on-keyboard-focus-loss = no exit-on-keyboard-focus-loss = no
[colors] [colors]
background=2b303cff # nord-ish colors
text=d8dee9ff #background=2b303cff
match=900000ff #text=d8dee9ff
selection=4c566aff #match=900000ff
selection-text=879aa4ff #selection=4c566aff
border=2a2f3a75 #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] [border]
width=8 width=4
# default radius = 10, 2 looked ok. 0 disables rounded corners # default radius=10, 2 looked ok. 0 disables rounded corners
# radius=2
radius=0 radius=0
[dmenu] [dmenu]