Colors: Update gnome-toolbar-background color

- closes #470
This commit is contained in:
Cleo Menezes Jr 2022-11-17 23:19:59 -03:00
parent 5ec4e09285
commit 17ba7abded
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
--gnome-accent: #78aeed;
/* Toolbars */
--gnome-toolbar-background: #242424;
--gnome-toolbar-background: var(--gnome-headerbar-background);
--gnome-toolbar-color: #ffffff;
--gnome-toolbar-border-color: rgba(0, 0, 0, .36);
--gnome-toolbar-icon-fill: #eeeeec;

View File

@ -14,7 +14,7 @@
--gnome-accent: #1c71d8;
/* Toolbars */
--gnome-toolbar-background: #fafafa;
--gnome-toolbar-background: var(--gnome-headerbar-background);
--gnome-toolbar-color: rgb(46, 52, 54);
--gnome-toolbar-border-color: rgba(0, 0, 0, .15);
--gnome-toolbar-icon-fill: #2e3436;