Regenerated
This commit is contained in:
+298
-297
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -2860,6 +2860,7 @@ This file contains all css for waybar
|
|||||||
@define-color crust #11111b;
|
@define-color crust #11111b;
|
||||||
@define-color mantle #181825;
|
@define-color mantle #181825;
|
||||||
@define-color base #1e1e2e;
|
@define-color base #1e1e2e;
|
||||||
|
@define-color base-alpha #FF1E1E2E;
|
||||||
|
|
||||||
/* Surface */
|
/* Surface */
|
||||||
@define-color surface0 #313244;
|
@define-color surface0 #313244;
|
||||||
@@ -2916,7 +2917,7 @@ window#waybar {
|
|||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
border-radius:30px;
|
border-radius:30px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(#ff1e1e2e, #ff1e1e2e) padding-box,
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
@define-color crust #11111b;
|
@define-color crust #11111b;
|
||||||
@define-color mantle #181825;
|
@define-color mantle #181825;
|
||||||
@define-color base #1e1e2e;
|
@define-color base #1e1e2e;
|
||||||
|
@define-color base-alpha #FF1E1E2E;
|
||||||
|
|
||||||
/* Surface */
|
/* Surface */
|
||||||
@define-color surface0 #313244;
|
@define-color surface0 #313244;
|
||||||
@@ -60,7 +61,7 @@ window#waybar {
|
|||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
border-radius:30px;
|
border-radius:30px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(#ff1e1e2e, #ff1e1e2e) padding-box,
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user