From 3d13401eaae2fb2241337e8429d1069b0c7b4ecb Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Thu, 2 Oct 2025 09:49:03 -0400 Subject: [PATCH] Matugen: vesktop fix + gtk improvements --- Assets/Matugen/templates/gtk3.css | 3 +-- Assets/Matugen/templates/gtk4.css | 2 +- Assets/Matugen/templates/vesktop.css | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Assets/Matugen/templates/gtk3.css b/Assets/Matugen/templates/gtk3.css index 0669a7a3..e0e76e4a 100644 --- a/Assets/Matugen/templates/gtk3.css +++ b/Assets/Matugen/templates/gtk3.css @@ -18,7 +18,6 @@ @define-color card_fg_color {{colors.on_surface.default.hex}}; @define-color sidebar_bg_color {{colors.surface_container.default.hex}}; -@define-color sidebar_fg_color {{colors.on_surface_variant.default.hex}}; +@define-color sidebar_fg_color {{colors.on_surface.default.hex}}; @define-color sidebar_border_color @window_bg_color; @define-color sidebar_backdrop_color @window_bg_color; - diff --git a/Assets/Matugen/templates/gtk4.css b/Assets/Matugen/templates/gtk4.css index 6c99191e..e0e76e4a 100644 --- a/Assets/Matugen/templates/gtk4.css +++ b/Assets/Matugen/templates/gtk4.css @@ -18,6 +18,6 @@ @define-color card_fg_color {{colors.on_surface.default.hex}}; @define-color sidebar_bg_color {{colors.surface_container.default.hex}}; -@define-color sidebar_fg_color {{colors.on_surface_variant.default.hex}}; +@define-color sidebar_fg_color {{colors.on_surface.default.hex}}; @define-color sidebar_border_color @window_bg_color; @define-color sidebar_backdrop_color @window_bg_color; diff --git a/Assets/Matugen/templates/vesktop.css b/Assets/Matugen/templates/vesktop.css index 40e8c736..b851d82e 100644 --- a/Assets/Matugen/templates/vesktop.css +++ b/Assets/Matugen/templates/vesktop.css @@ -41,9 +41,9 @@ --text-0: {{colors.surface.default.hex}}; /* text on colored elements */ --text-1: {{colors.on_surface.default.hex}}; /* other normally white text */ --text-2: {{colors.on_surface.default.hex}}; /* headings and important text */ - --text-3: {{colors.on_surface_variant.default.hex}}; /* normal 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.outline.default.hex}}; /* muted channels/chats and timestamps */ + --text-5: {{colors.on_surface_variant.default.hex}}; /* muted channels/chats and timestamps */ /* background and dark colors */ --bg-1: {{colors.primary.default.hex}}; /* dark buttons when clicked */