From 6f27f408b797562b9120094a3b9442b45bcfe04b Mon Sep 17 00:00:00 2001 From: EliverLara Date: Wed, 26 Sep 2018 00:12:45 -0500 Subject: [PATCH] Update colors --- gtk-3.0/_colors.scss | 4 ++-- gtk-3.0/gtk-dark.css | 20 ++++++++++---------- gtk-3.0/gtk.css | 20 ++++++++++---------- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/gtk-3.0/_colors.scss b/gtk-3.0/_colors.scss index 85a2547..f2e19b0 100755 --- a/gtk-3.0/_colors.scss +++ b/gtk-3.0/_colors.scss @@ -106,6 +106,6 @@ $backdrop_menu_color: if($variant == 'light', $backdrop_base_color, mix($backdro $scale_bg: if($variant == 'light', transparentize(black,0.86) ,transparentize(white,0.86)); $scale_disabled_bg: if($variant == 'light', transparentize(black, 0.94) ,transparentize(white, 0.94)); -$suggested_bg_color: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); -$destructive_bg_color: linear-gradient(to right, #ee0979, #ff6a00); +$suggested_bg_color: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); +$destructive_bg_color: linear-gradient(to right, #FF416C, #FF4B2B); $menu_shadow_color: if($variant == 'light', transparentize(rgb(122, 122, 122), 0.6), transparent); \ No newline at end of file diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index b147a89..08f5831 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -607,13 +607,13 @@ button.suggested-action { box-shadow: none; color: white; border-radius: 100px; - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .selection-mode button.titlebutton, button.suggested-action.flat { box-shadow: none; color: white; border-radius: 100px; - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } button.suggested-action:hover { color: white; @@ -766,13 +766,13 @@ button.destructive-action { box-shadow: none; color: white; border-radius: 100px; - background: linear-gradient(to right, #ee0979, #ff6a00); } + background: linear-gradient(to right, #FF416C, #FF4B2B); } button.destructive-action.flat { box-shadow: none; color: white; border-radius: 100px; - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } button.destructive-action:hover { color: white; @@ -2346,13 +2346,13 @@ headerbar { headerbar button.suggested-action { box-shadow: none; border: none; - background-image: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background-image: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .titlebar button.suggested-action:disabled, .titlebar button.suggested-action:disabled:backdrop, .titlebar button.suggested-action:backdrop, headerbar button.suggested-action:disabled, headerbar button.suggested-action:disabled:backdrop, headerbar button.suggested-action:backdrop { border: none; - background-image: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background-image: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .titlebar button.suggested-action:disabled:hover, .titlebar button.suggested-action:disabled:active, .titlebar button.suggested-action:disabled:checked, .titlebar button.suggested-action:disabled:backdrop:hover, .titlebar button.suggested-action:disabled:backdrop:active, .titlebar button.suggested-action:disabled:backdrop:checked, .titlebar button.suggested-action:backdrop:hover, .titlebar button.suggested-action:backdrop:active, .titlebar button.suggested-action:backdrop:checked, headerbar button.suggested-action:disabled:hover, headerbar button.suggested-action:disabled:active, @@ -2364,7 +2364,7 @@ headerbar { headerbar button.suggested-action:backdrop:active, headerbar button.suggested-action:backdrop:checked { border: none; - background-image: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background-image: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .titlebar button.appmenu, headerbar button.appmenu { background: transparent; } @@ -4770,7 +4770,7 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } .budgie-menu .category-button:checked { color: #fefefe; - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .budgie-menu .category-button:checked:disabled { opacity: 0.5; } .budgie-menu .category-button:checked:disabled label { @@ -5243,13 +5243,13 @@ button.raven-trigger { background: #7b7bbd; color: #fefefe; } .raven .powerstrip button.image-button:first-child { - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .raven .powerstrip button.image-button:first-child:hover { background: #00c1e4; } .raven .powerstrip button.image-button:first-child:active { background: #00c1e4; } .raven .powerstrip button.image-button:last-child { - background: linear-gradient(to right, #ee0979, #ff6a00); } + background: linear-gradient(to right, #FF416C, #FF4B2B); } .raven .powerstrip button.image-button:last-child:hover { background: #ed254e; } .raven .powerstrip button.image-button:last-child:active { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index b147a89..08f5831 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -607,13 +607,13 @@ button.suggested-action { box-shadow: none; color: white; border-radius: 100px; - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .selection-mode button.titlebutton, button.suggested-action.flat { box-shadow: none; color: white; border-radius: 100px; - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } button.suggested-action:hover { color: white; @@ -766,13 +766,13 @@ button.destructive-action { box-shadow: none; color: white; border-radius: 100px; - background: linear-gradient(to right, #ee0979, #ff6a00); } + background: linear-gradient(to right, #FF416C, #FF4B2B); } button.destructive-action.flat { box-shadow: none; color: white; border-radius: 100px; - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } button.destructive-action:hover { color: white; @@ -2346,13 +2346,13 @@ headerbar { headerbar button.suggested-action { box-shadow: none; border: none; - background-image: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background-image: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .titlebar button.suggested-action:disabled, .titlebar button.suggested-action:disabled:backdrop, .titlebar button.suggested-action:backdrop, headerbar button.suggested-action:disabled, headerbar button.suggested-action:disabled:backdrop, headerbar button.suggested-action:backdrop { border: none; - background-image: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background-image: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .titlebar button.suggested-action:disabled:hover, .titlebar button.suggested-action:disabled:active, .titlebar button.suggested-action:disabled:checked, .titlebar button.suggested-action:disabled:backdrop:hover, .titlebar button.suggested-action:disabled:backdrop:active, .titlebar button.suggested-action:disabled:backdrop:checked, .titlebar button.suggested-action:backdrop:hover, .titlebar button.suggested-action:backdrop:active, .titlebar button.suggested-action:backdrop:checked, headerbar button.suggested-action:disabled:hover, headerbar button.suggested-action:disabled:active, @@ -2364,7 +2364,7 @@ headerbar { headerbar button.suggested-action:backdrop:active, headerbar button.suggested-action:backdrop:checked { border: none; - background-image: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background-image: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .titlebar button.appmenu, headerbar button.appmenu { background: transparent; } @@ -4770,7 +4770,7 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } .budgie-menu .category-button:checked { color: #fefefe; - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .budgie-menu .category-button:checked:disabled { opacity: 0.5; } .budgie-menu .category-button:checked:disabled label { @@ -5243,13 +5243,13 @@ button.raven-trigger { background: #7b7bbd; color: #fefefe; } .raven .powerstrip button.image-button:first-child { - background: linear-gradient(to right, #5797f7 0%, #00dcf4 100%); } + background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); } .raven .powerstrip button.image-button:first-child:hover { background: #00c1e4; } .raven .powerstrip button.image-button:first-child:active { background: #00c1e4; } .raven .powerstrip button.image-button:last-child { - background: linear-gradient(to right, #ee0979, #ff6a00); } + background: linear-gradient(to right, #FF416C, #FF4B2B); } .raven .powerstrip button.image-button:last-child:hover { background: #ed254e; } .raven .powerstrip button.image-button:last-child:active {