diff --git a/Assets/MatugenTemplates/vesktop.css b/Assets/MatugenTemplates/vesktop.css index bea79f75..23defda0 100644 --- a/Assets/MatugenTemplates/vesktop.css +++ b/Assets/MatugenTemplates/vesktop.css @@ -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 */