From 40248f02130d94c6e8a521edc88ecc82d7b3f118 Mon Sep 17 00:00:00 2001 From: majjejjam <58899295+majjejjam@users.noreply.github.com> Date: Sun, 30 Jan 2022 14:55:25 +0100 Subject: [PATCH] Libadwaita: Fix light colors (#326) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MirĂ³ Allard --- theme/colors/light.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/theme/colors/light.css b/theme/colors/light.css index 66bfb8a..2c80f6a 100644 --- a/theme/colors/light.css +++ b/theme/colors/light.css @@ -23,7 +23,7 @@ --gnome-inactive-toolbar-icon-fill: #929595; /* Sidebar */ - --gnome-sidebar-background: #F8F7F7; + --gnome-sidebar-background: #FAFAFA; --gnome-inactive-sidebar-background: var(--gnome-sidebar-background); /* Popups */ @@ -37,10 +37,10 @@ /* Header bar */ --gnome-headerbar-background: #EBEBEB; - --gnome-headerbar-border-color: #D5D5D5; + --gnome-headerbar-border-color: #CECECE; --gnome-headerbar-box-shadow: none; - --gnome-inactive-headerbar-background: #F8F7F7; - --gnome-inactive-headerbar-border-color: #d5d0cc; + --gnome-inactive-headerbar-background: #FAFAFA; + --gnome-inactive-headerbar-border-color: #DCDCDC; --gnome-inactive-headerbar-box-shadow: 0 1px #fff inset; /* Buttons */ @@ -56,7 +56,7 @@ --gnome-button-disabled-background: var(--gnome-button-background); --gnome-button-disabled-border-color: #cdc7c2; --gnome-button-disabled-box-shadow: inset 0 1px rgba(255, 255, 255, 0); - --gnome-inactive-button-background: #F8F7F7; + --gnome-inactive-button-background: #FAFAFA; --gnome-inactive-button-border-color: none; --gnome-inactive-button-box-shadow: 0 1px rgba(255, 255, 255, 0) inset, 0 1px rgba(255, 255, 255, 0); --gnome-button-suggested-action-background: linear-gradient(to top, #2379e2 2px, #3584e4); @@ -77,11 +77,11 @@ --gnome-button-destructive-action-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0); /* Entries */ - --gnome-entry-background: #D8D8D8; + --gnome-entry-background: #D9D9D9; --gnome-entry-border-color: none; --gnome-entry-box-shadow: none; --gnome-entry-color: #303030; - --gnome-inactive-entry-background: var(--gnome-entry-background); + --gnome-inactive-entry-background: #F0F0F0; --gnome-inactive-entry-border-color: none; --gnome-inactive-entry-box-shadow: none; --gnome-inactive-entry-color: #303030; @@ -101,11 +101,11 @@ /* Tabs */ --gnome-tabbar-tab-color: #303030; --gnome-tabbar-tab-background: #E1E1E1; - --gnome-tabbar-tab-border-color: #D5D5D5; + --gnome-tabbar-tab-border-color: #CECECE; --gnome-tabbar-tab-hover-background: #DCDCDC; --gnome-tabbar-tab-hover-color: #303030; --gnome-tabbar-tab-active-background: #EBEBEB; - --gnome-tabbar-tab-active-background-contrast: #EBEBEB; + --gnome-tabbar-tab-active-background-contrast: #FAFAFA; --gnome-tabbar-tab-active-color: #303030; --gnome-tabbar-tab-active-hover-background: #E5E5E5; --gnome-inactive-tabbar-tab-color: #303030;