Vesktop: theming

This commit is contained in:
ItsLemmy
2025-10-05 18:56:55 -04:00
parent e24b0999ae
commit 9304342eab
+4 -4
View File
@@ -16,10 +16,10 @@
/* text colors */
--text-0: {{colors.surface.default.hex}}; /* text on colored elements */
--text-1: {{colors.on_surface.default.hex}}; /* default text on colored elements */
--text-2: {{colors.on_surface.default.hex}}; /* headings and important text */
--text-3: {{colors.on_surface_variant.default.hex}}; /* normal text */
--text-4: {{colors.on_surface.default.hex}}; /* icon buttons and channels */
--text-1: {{colors.surface.default.hex}}; /* default text on colored elements */
--text-2: {{colors.on_surface_variant.default.hex}}; /* headings and important text */
--text-3: {{colors.on_surface.default.hex}}; /* normal text */
--text-4: {{colors.on_surface_variant.default.hex}}; /* icon buttons and channels */
--text-5: {{colors.on_surface_variant.default.hex}}; /* muted channels/chats and timestamps */
/* background and dark colors */