diff --git a/modules/wm/hyprland/config/eww/eww.scss b/modules/wm/hyprland/config/eww/eww.scss new file mode 100644 index 0000000..bd06590 --- /dev/null +++ b/modules/wm/hyprland/config/eww/eww.scss @@ -0,0 +1,17 @@ +$bg-color: rgba(0, 0, 0, 0.8); +$text-color: rgba(255, 255, 255, 1); +$main-color: rgba(255, 0, 0, 1); +$accent-color: rgba(0, 255, 0, 1); + +$font-size: 2.5rem; + +* { + margin: 1.25rem; +} + +window { + background-color: $bg-color; + border-radius: 2.5rem; + + font-size: $font-size; +}