Regenerated

This commit is contained in:
2026-04-13 17:10:47 +02:00
parent 05166c5d65
commit f1b8924f33
3 changed files with 345 additions and 345 deletions
+339 -339
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -4510,7 +4510,7 @@ This is the default layout for wofi
} }
#window { #window {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, #89b4fa, #a6e3a1);
border-radius: 28px; border-radius: 28px;
padding: 2px; padding: 2px;
} }
@@ -4556,7 +4556,7 @@ This is the default layout for wofi
} }
#entry:focus { #entry:focus {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, #89b4fa, #89b4fa);
color: @lavender; color: @lavender;
border-radius: 18px; border-radius: 18px;
} }
@@ -4579,7 +4579,7 @@ This is the default layout for wofi
} }
#scrollbar handle { #scrollbar handle {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, #89b4fa, #a6e3a1);
border-radius: 20px; border-radius: 20px;
} }
+3 -3
View File
@@ -9,7 +9,7 @@
} }
#window { #window {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, #89b4fa, #a6e3a1);
border-radius: 28px; border-radius: 28px;
padding: 2px; padding: 2px;
} }
@@ -55,7 +55,7 @@
} }
#entry:focus { #entry:focus {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, #89b4fa, #89b4fa);
color: @lavender; color: @lavender;
border-radius: 18px; border-radius: 18px;
} }
@@ -78,7 +78,7 @@
} }
#scrollbar handle { #scrollbar handle {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, #89b4fa, #a6e3a1);
border-radius: 20px; border-radius: 20px;
} }