Regenerated
This commit is contained in:
+343
-337
File diff suppressed because it is too large
Load Diff
+7
-1
@@ -4502,6 +4502,11 @@ This is the default layout for wofi
|
||||
#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb yes :mkdirp yes :eval never
|
||||
@import "~/.config/shared/Colors.css";
|
||||
|
||||
/*
|
||||
@define-color red #f38ba8;
|
||||
@define-color green #a6e3a1;
|
||||
*/
|
||||
|
||||
/* =========================
|
||||
GLOBAL
|
||||
========================= */
|
||||
@@ -4518,8 +4523,9 @@ This is the default layout for wofi
|
||||
========================= */
|
||||
|
||||
#window {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
background: linear-gradient(45deg, #f38ba8, #a6e3a1);
|
||||
border-radius: 28px;
|
||||
border: 2px solid red;
|
||||
|
||||
padding: 2px; /* border thickness */
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
||||
@import "~/.config/shared/Colors.css";
|
||||
|
||||
/*
|
||||
@define-color red #f38ba8;
|
||||
@define-color green #a6e3a1;
|
||||
*/
|
||||
|
||||
/* =========================
|
||||
GLOBAL
|
||||
========================= */
|
||||
@@ -17,8 +22,9 @@
|
||||
========================= */
|
||||
|
||||
#window {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
background: linear-gradient(45deg, #f38ba8, #a6e3a1);
|
||||
border-radius: 28px;
|
||||
border: 2px solid red;
|
||||
|
||||
padding: 2px; /* border thickness */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user