Add sidebar color vars

This commit is contained in:
Rafael Mardojai CM 2019-07-05 16:37:55 -05:00
parent 27a6f73d75
commit 4ea55461bf
2 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,10 @@
--gnome-inactive-toolbar-background: #353535;
--gnome-inactive-toolbar-border-color: #202020;
/* Sidebar */
--gnome-sidebar-background: #313131;
--gnome-inactive-sidebar-background: #323232;
/* Popups */
--gnome-menu-background: #2f2f2f;
--gnome-menu-border-color: #1b1b1b;

View File

@ -17,6 +17,10 @@
--gnome-inactive-toolbar-background: #f6f5f4;
--gnome-inactive-toolbar-border-color: #c0c0bd;
/* Sidebar */
--gnome-sidebar-background: #fbfafa;
--gnome-inactive-sidebar-background: #f9f9f8;
/* Popups */
--gnome-menu-background: #ffffff;
--gnome-menu-border-color: #cdc7c2;