fix: replace hardcoded CSS colors with GTK theme variables (v0.7.2)

Greeter used hardcoded colors (#1a1a2e, white, #ff6b6b) instead of
GTK theme variables, breaking theme consistency across the ecosystem.
Now uses @theme_bg_color, @theme_fg_color, @error_color etc. —
matching moonlock and moonset.
This commit is contained in:
2026-04-02 10:12:01 +02:00
parent 183e10c1cc
commit 51157ecb23
3 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "moongreet"
version = "0.7.1"
version = "0.7.2"
edition = "2024"
description = "A greetd greeter for Wayland with GTK4 and Layer Shell"
license = "MIT"