From 80811c83907318a068900431806c491e92d60cfc Mon Sep 17 00:00:00 2001 From: Cleo Menezes Jr Date: Fri, 8 Apr 2022 23:08:33 -0400 Subject: [PATCH] chore: close button - applying matching colors --- theme/colors/dark.css | 4 +++- theme/colors/light.css | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/theme/colors/dark.css b/theme/colors/dark.css index ef4187f..02443d1 100644 --- a/theme/colors/dark.css +++ b/theme/colors/dark.css @@ -44,7 +44,6 @@ --gnome-inactive-headerbar-box-shadow: inset 0 1px rgba(238, 238, 236, 0.07); /* Buttons */ - --gnome-button-close-background: #444444; --gnome-button-background: #303030; --gnome-button-border-color: none; --gnome-button-border-accent-color: none; @@ -76,6 +75,9 @@ --gnome-button-destructive-action-active-background: #3D3E3D; --gnome-button-destructive-action-active-border-color: none; --gnome-button-destructive-action-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0); + --gnome-button-close-background: #444444; + --gnome-button-active-close-background: #6F6F6F; + --gnome-button-hover-close-background: #4f4f4f; /* Entries */ --gnome-entry-background: #454545; diff --git a/theme/colors/light.css b/theme/colors/light.css index 1dab6b8..778b047 100644 --- a/theme/colors/light.css +++ b/theme/colors/light.css @@ -44,7 +44,6 @@ --gnome-inactive-headerbar-box-shadow: 0 1px #fff inset; /* Buttons */ - --gnome-button-close-background: #D9D9D9; --gnome-button-background: #EBEBEB; --gnome-button-border-color: none; --gnome-button-border-accent-color: none; @@ -76,6 +75,9 @@ --gnome-button-destructive-action-active-background: #E4E2E0; --gnome-button-destructive-action-active-border-color: none; --gnome-button-destructive-action-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0); + --gnome-button-close-background: #D9D9D9; + --gnome-button-active-close-background: #B3B3B3; + --gnome-button-hover-close-background: #CECECE; /* Entries */ --gnome-entry-background: #D9D9D9;