Regenerated

This commit is contained in:
2026-04-13 16:22:18 +02:00
parent c135e2aa5e
commit 17000b3230
3 changed files with 357 additions and 339 deletions
+343 -337
View File
File diff suppressed because it is too large Load Diff
+7 -1
View File
@@ -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 */
+7 -1
View File
@@ -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 */