Regenerated
This commit is contained in:
+339
-339
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -4503,14 +4503,14 @@ This is the default layout for wofi
|
||||
@import "~/.config/shared/Colors.css";
|
||||
|
||||
/*
|
||||
@define-color red #f38ba8;
|
||||
@define-color blue #89b4fa;
|
||||
@define-color green #a6e3a1;
|
||||
*/
|
||||
|
||||
window {
|
||||
margin: 5px;
|
||||
border: 2px solid linear-gradient(45deg, @blue, @green);
|
||||
background-color: linear-gradient(45deg, @blue, @green);
|
||||
border: 2px solid linear-gradient(45deg, #89b4fa, #a6e3a1);
|
||||
background-color: linear-gradient(45deg, #89b4fa, #a6e3a1);
|
||||
}
|
||||
|
||||
#input {
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
@import "~/.config/shared/Colors.css";
|
||||
|
||||
/*
|
||||
@define-color red #f38ba8;
|
||||
@define-color blue #89b4fa;
|
||||
@define-color green #a6e3a1;
|
||||
*/
|
||||
|
||||
window {
|
||||
margin: 5px;
|
||||
border: 2px solid linear-gradient(45deg, @blue, @green);
|
||||
background-color: linear-gradient(45deg, @blue, @green);
|
||||
border: 2px solid linear-gradient(45deg, #89b4fa, #a6e3a1);
|
||||
background-color: linear-gradient(45deg, #89b4fa, #a6e3a1);
|
||||
}
|
||||
|
||||
#input {
|
||||
|
||||
Reference in New Issue
Block a user