Update colors

This commit is contained in:
EliverLara
2018-09-26 00:12:45 -05:00
parent e3df2d3610
commit 6f27f408b7
3 changed files with 22 additions and 22 deletions

View File

@@ -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 {