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=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]