mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Pantheon desktop: Redefine color variables to avoid issues with some apps
This commit is contained in:
@@ -63,6 +63,19 @@
|
||||
@define-color success_color #{"" +$success_color};
|
||||
//@define-color destructive_color #{$destructive_color}
|
||||
|
||||
@define-color fg_color #{"" +$fg_color};
|
||||
@define-color text_color #{"" +$text_color};
|
||||
@define-color bg_color #{"" +$bg_color};
|
||||
@define-color base_color #{"" +$base_color};
|
||||
@define-color selected_bg_color #{"" +$selected_bg_color};
|
||||
@define-color selected_fg_color #{"" +$selected_fg_color};
|
||||
@define-color unfocused_fg_color #{"" +$backdrop_fg_color};
|
||||
@define-color unfocused_text_color #{"" +$text_color};
|
||||
@define-color unfocused_bg_color #{"" +$backdrop_bg_color};
|
||||
@define-color unfocused_base_color #{"" +$backdrop_base_color};
|
||||
@define-color unfocused_selected_bg_color #{"" +$selected_bg_color};
|
||||
@define-color unfocused_selected_fg_color #{"" + $selected_fg_color};
|
||||
|
||||
//WM
|
||||
|
||||
$_wm_highlight: if($variant=='light', $top_highlight, // Sass gets mad if this is
|
||||
|
||||
@@ -40,6 +40,18 @@
|
||||
@define-color warning_color #cc5500;
|
||||
@define-color error_color #e6133e;
|
||||
@define-color success_color #0096b1;
|
||||
@define-color fg_color #C3C7D1;
|
||||
@define-color text_color #C3C7D1;
|
||||
@define-color bg_color #161925;
|
||||
@define-color base_color #181b28;
|
||||
@define-color selected_bg_color #c50ed2;
|
||||
@define-color selected_fg_color #fefefe;
|
||||
@define-color unfocused_fg_color #6d707b;
|
||||
@define-color unfocused_text_color #C3C7D1;
|
||||
@define-color unfocused_bg_color #161925;
|
||||
@define-color unfocused_base_color #1a1d2b;
|
||||
@define-color unfocused_selected_bg_color #c50ed2;
|
||||
@define-color unfocused_selected_fg_color #fefefe;
|
||||
/* these colors are exported for the window manager and shouldn't be used in applications,
|
||||
read if you used those and something break with a version upgrade you're on your own... */
|
||||
@define-color wm_title shade(#C3C7D1, 1.8);
|
||||
|
||||
@@ -40,6 +40,18 @@
|
||||
@define-color warning_color #cc5500;
|
||||
@define-color error_color #e6133e;
|
||||
@define-color success_color #0096b1;
|
||||
@define-color fg_color #C3C7D1;
|
||||
@define-color text_color #C3C7D1;
|
||||
@define-color bg_color #161925;
|
||||
@define-color base_color #181b28;
|
||||
@define-color selected_bg_color #c50ed2;
|
||||
@define-color selected_fg_color #fefefe;
|
||||
@define-color unfocused_fg_color #6d707b;
|
||||
@define-color unfocused_text_color #C3C7D1;
|
||||
@define-color unfocused_bg_color #161925;
|
||||
@define-color unfocused_base_color #1a1d2b;
|
||||
@define-color unfocused_selected_bg_color #c50ed2;
|
||||
@define-color unfocused_selected_fg_color #fefefe;
|
||||
/* these colors are exported for the window manager and shouldn't be used in applications,
|
||||
read if you used those and something break with a version upgrade you're on your own... */
|
||||
@define-color wm_title shade(#C3C7D1, 1.8);
|
||||
|
||||
Reference in New Issue
Block a user