This commit is contained in:
Cleo Menezes Jr 2022-05-21 00:12:02 -04:00
parent fd5eb14a29
commit 868e1d51d1
2 changed files with 15 additions and 15 deletions

View File

@ -72,14 +72,14 @@
--gnome-urlbar-view: #383838;
/* Switch */
--gnome-switch-background: #282828;
--gnome-switch-border-color: #1b1b1b;
--gnome-switch-slider-background: linear-gradient(to bottom, #3c3c3c 20%, #353535 90%);
--gnome-switch-slider-border-color: #111111;
--gnome-switch-slider-box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
--gnome-switch-active-background: var(--gnome-accent);
--gnome-switch-active-border-color: #030c17;
--gnome-switch-active-slider-border-color: #030c17;
--gnome-switch-background: #535353;
--gnome-switch-border-color: var(--gnome-switch-background);
--gnome-switch-slider-background: #FFFFFF;
--gnome-switch-slider-border-color: var(--gnome-switch-background);
--gnome-switch-slider-box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
--gnome-switch-active-background: #3584E4;
--gnome-switch-active-border-color: var(--gnome-switch-active-background);
--gnome-switch-active-slider-border-color: var(--gnome-switch-active-background);
/* Tabs */
--gnome-tabbar-tab-color: rgb(141, 144, 145);

View File

@ -74,14 +74,14 @@
--gnome-urlbar-view: #FFFFFF;
/* Switch */
--gnome-switch-background: #e1dedb;
--gnome-switch-border-color: #cdc7c2;
--gnome-switch-slider-background: linear-gradient(to bottom, white 10%, white 90%);
--gnome-switch-slider-border-color: #bfb8b1;
--gnome-switch-background: #E0E0E0;
--gnome-switch-border-color: var(--gnome-switch-background);
--gnome-switch-slider-background: #FFFFFF;
--gnome-switch-slider-border-color: var(--gnome-switch-background);
--gnome-switch-slider-box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
--gnome-switch-active-background: var(--gnome-accent);
--gnome-switch-active-border-color: #185fb4;
--gnome-switch-active-slider-border-color: #185fb4;
--gnome-switch-active-background: #3584E4;
--gnome-switch-active-border-color: var(--gnome-switch-active-background);
--gnome-switch-active-slider-border-color: var(--gnome-switch-active-background);
/* Tabs */
--gnome-tabbar-tab-color: #303030;