Pantheon desktop: Redefine color variables to avoid issues with some apps

This commit is contained in:
EliverLara
2020-09-03 12:40:17 -05:00
parent d1a6245057
commit 83535cf5d5
3 changed files with 37 additions and 0 deletions

View File

@@ -40,6 +40,18 @@
@define-color warning_color #cc7500;
@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 #f7b922;
@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 #f7b922;
@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);