Wofi Colors Matched!

This commit is contained in:
OdiousImp2604
2021-01-29 13:34:24 +00:00
committed by GitHub
parent 171942634f
commit 2cbd928667
2 changed files with 12 additions and 11 deletions

View File

@@ -1,18 +1,17 @@
hide_search=false
hide_scroll=true
show=drun,run
width=700
lines=7
show=drun
width=25%
lines=10
line_wrap=word
term=alacritty
location=middle
allow_markup=true
always_parse_args=true
show_all=true
print_command=true
layer=overlay
allow_images=true
insensitive=true
prompt=
image_size=15
display_generic=true
line_wrap=word
key_expand=Tab
location=center

View File

@@ -5,6 +5,7 @@ Arc-Dark Color Scheme
@define-color highlight #5294e2;
@define-color base1 #404552;
@define-color base2 #40455;
@define-color base3 #4b5160;
*{
@@ -16,19 +17,20 @@ window {
}
#input {
margin-bottom: 10px;
border-radius: 3px;
margin-bottom: 15px;
padding:3px;
border-radius: 5px;
border:none;
color: white;
}
#inner-box {
background-color: @base2;
background-color: @base3;
}
#outer-box {
margin: 3px;
margin: 5px;
padding:15px;
background-color: @base2;
}