Wofi Colors Matched!
This commit is contained in:
@@ -1,18 +1,17 @@
|
|||||||
hide_search=false
|
|
||||||
hide_scroll=true
|
hide_scroll=true
|
||||||
show=drun,run
|
show=drun
|
||||||
width=700
|
width=25%
|
||||||
lines=7
|
lines=10
|
||||||
line_wrap=word
|
line_wrap=word
|
||||||
term=alacritty
|
term=alacritty
|
||||||
location=middle
|
|
||||||
allow_markup=true
|
allow_markup=true
|
||||||
always_parse_args=true
|
always_parse_args=true
|
||||||
|
show_all=true
|
||||||
print_command=true
|
print_command=true
|
||||||
layer=overlay
|
layer=overlay
|
||||||
|
allow_images=true
|
||||||
insensitive=true
|
insensitive=true
|
||||||
prompt=
|
prompt=
|
||||||
image_size=15
|
image_size=15
|
||||||
display_generic=true
|
display_generic=true
|
||||||
line_wrap=word
|
location=center
|
||||||
key_expand=Tab
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ Arc-Dark Color Scheme
|
|||||||
@define-color highlight #5294e2;
|
@define-color highlight #5294e2;
|
||||||
@define-color base1 #404552;
|
@define-color base1 #404552;
|
||||||
@define-color base2 #40455;
|
@define-color base2 #40455;
|
||||||
|
@define-color base3 #4b5160;
|
||||||
|
|
||||||
|
|
||||||
*{
|
*{
|
||||||
@@ -16,19 +17,20 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 15px;
|
||||||
border-radius: 3px;
|
padding:3px;
|
||||||
|
border-radius: 5px;
|
||||||
border:none;
|
border:none;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner-box {
|
#inner-box {
|
||||||
background-color: @base2;
|
background-color: @base3;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
margin: 3px;
|
margin: 5px;
|
||||||
padding:15px;
|
padding:15px;
|
||||||
background-color: @base2;
|
background-color: @base2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user