Move to fully user editable wofi styles

Closes #190
This commit is contained in:
David Heinemeier Hansson
2025-07-16 07:11:36 -07:00
parent 4ea0e65950
commit 781a7888cb
10 changed files with 17 additions and 82 deletions

View File

@ -1,4 +1,4 @@
/* Colors are defined by theme files and can be referenced via @base, @text, @selected-text, and @border */
/* Colors are defined by theme file and can be referenced via @base, @text, @selected-text, and @border */
* {
font-family: 'CaskaydiaMono Nerd Font', monospace;
@ -71,3 +71,4 @@ window {
-gtk-icon-transform: scale(0.7);
}
@import ".config/omarchy/current/theme/wofi.css";