From cd89200ca4d230f5855f2369af8ddd46fb57388a Mon Sep 17 00:00:00 2001 From: eudaimon Date: Thu, 21 Mar 2024 23:01:15 +0100 Subject: [PATCH] disabled Plasma toggle by default, fixed default theme --- color_themes/dark-plateau.css | 6 +++--- imports/import.css | 2 +- imports/{plasma_active => plasma_inactive} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename imports/{plasma_active => plasma_inactive} (100%) diff --git a/color_themes/dark-plateau.css b/color_themes/dark-plateau.css index bd19b65..4114360 100644 --- a/color_themes/dark-plateau.css +++ b/color_themes/dark-plateau.css @@ -11,7 +11,7 @@ @define-color disabled_bg mix(@window_bg, @text_widget_bg, 0.5); @define-color selected_fg #ffffff; -@define-color selected_bg #5e0b0b; +@define-color selected_bg #0042E1; @define-color button_fg #ffffff; @@ -27,8 +27,8 @@ @define-color success_color #73d216; -@define-color titlebar_active_fg #3d3d3e; -@define-color titlebar_active_bg @window_fg; +@define-color titlebar_active_fg #@widow_fg; +@define-color titlebar_active_bg @3d3d3e; @define-color titlebar_backdrop_fg #c3c3c1; @define-color titlebar_backdrop_bg #464648; diff --git a/imports/import.css b/imports/import.css index 72433a6..b4bb3ae 120000 --- a/imports/import.css +++ b/imports/import.css @@ -1 +1 @@ -import_honor_plasma.css \ No newline at end of file +import_ignore_plasma.css \ No newline at end of file diff --git a/imports/plasma_active b/imports/plasma_inactive similarity index 100% rename from imports/plasma_active rename to imports/plasma_inactive