Regenerated
This commit is contained in:
+4
-4
@@ -4523,7 +4523,7 @@ This is the default layout for wofi
|
||||
|
||||
/* --- GLOBAL --- */
|
||||
* {
|
||||
background-color: @base-alpha;
|
||||
background-color: @base;
|
||||
color: @text;
|
||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
||||
font-size: 12pt;
|
||||
@@ -4532,7 +4532,7 @@ This is the default layout for wofi
|
||||
/* --- MAIN WINDOW (drun + dmenu unified) --- */
|
||||
#window, #main, #outer-box, #dmenu {
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(@base, @base) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
border: 2px solid transparent;
|
||||
@@ -4588,7 +4588,7 @@ This is the default layout for wofi
|
||||
/* --- ENTRY HOVER / FOCUS --- */
|
||||
#entry:focus {
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(@base, @base) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
color: @lavender;
|
||||
@@ -4597,7 +4597,7 @@ This is the default layout for wofi
|
||||
/* --- ENTRY SELECTED --- */
|
||||
#entry:selected {
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(@base, @base) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
color: @text;
|
||||
|
||||
Reference in New Issue
Block a user