Skip to content

Commit

Permalink
Budgie desktop improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Mar 10, 2018
1 parent f01d738 commit 3b47021
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
9 changes: 4 additions & 5 deletions gtk-3.20/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ button.raven-trigger {
}

.end-region {
background-color: rgba(0,0,0,0.3);
border-radius: 0px;
separator { background-color: transparentize($headerbar_fg_color, 0.85); }
label {
Expand Down Expand Up @@ -551,15 +550,14 @@ button.raven-trigger {
&:hover {
border-radius: 0;
background-color: transparent;
@include lines(up);
color: $selected_bg_color;
}

&:active,
&:checked {
color: $fg_color;
color: $selected_bg_color;
border-radius: 0;
background-color: transparent;
@include lines(up);
}

&:disabled {
Expand Down Expand Up @@ -710,6 +708,7 @@ calendar.raven-calendar {
background-color: $cyan;
color: $selected_fg_color;
border: none;
margin: 0px 3px;
&:hover {
background-color: darken($cyan, 5%);
border: none;
Expand All @@ -729,7 +728,7 @@ calendar.raven-calendar {
.notification-body { color: transparentize($headerbar_fg_color, 0.3); }
button {
background-color: transparent;
color: $selected_fg_color;
color: $fg_color;
&:hover {
background-color: transparent;
color: $red;
Expand Down
13 changes: 6 additions & 7 deletions gtk-3.20/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5070,7 +5070,6 @@ button.raven-trigger {
.right .budgie-panel.transparent {
border-left-color: transparent; }
.budgie-panel .end-region {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 0px; }
.budgie-panel .end-region separator {
background-color: rgba(195, 199, 209, 0.15); }
Expand Down Expand Up @@ -5302,12 +5301,11 @@ button.raven-trigger {
.raven .raven-header button:hover {
border-radius: 0;
background-color: transparent;
box-shadow: inset 0 -3px 0 0 #ff445d; }
color: #ff5d73; }
.raven .raven-header button:active, .raven .raven-header button:checked {
color: #C3C7D1;
color: #ff5d73;
border-radius: 0;
background-color: transparent;
box-shadow: inset 0 -3px 0 0 #ff445d; }
background-color: transparent; }
.raven .raven-header button:disabled {
color: #71787f; }
.raven list {
Expand Down Expand Up @@ -5416,7 +5414,8 @@ calendar.raven-calendar {
.budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button {
background-color: #00b0ff;
color: #fefefe;
border: none; }
border: none;
margin: 0px 3px; }
.budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover {
background-color: #009ee6;
border: none; }
Expand All @@ -5435,7 +5434,7 @@ calendar.raven-calendar {

.budgie-notification button, .budgie-osd button, .budgie-switcher button {
background-color: transparent;
color: #fefefe; }
color: #C3C7D1; }
.budgie-notification button:hover, .budgie-osd button:hover, .budgie-switcher button:hover {
background-color: transparent;
color: #FF044A;
Expand Down
13 changes: 6 additions & 7 deletions gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -5095,7 +5095,6 @@ button.raven-trigger {
.right .budgie-panel.transparent {
border-left-color: transparent; }
.budgie-panel .end-region {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 0px; }
.budgie-panel .end-region separator {
background-color: rgba(49, 54, 61, 0.15); }
Expand Down Expand Up @@ -5327,12 +5326,11 @@ button.raven-trigger {
.raven .raven-header button:hover {
border-radius: 0;
background-color: transparent;
box-shadow: inset 0 -3px 0 0 #ff445d; }
color: #ff5d73; }
.raven .raven-header button:active, .raven .raven-header button:checked {
color: #31363d;
color: #ff5d73;
border-radius: 0;
background-color: transparent;
box-shadow: inset 0 -3px 0 0 #ff445d; }
background-color: transparent; }
.raven .raven-header button:disabled {
color: #909296; }
.raven list {
Expand Down Expand Up @@ -5441,7 +5439,8 @@ calendar.raven-calendar {
.budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button {
background-color: #00b0ff;
color: #fefefe;
border: none; }
border: none;
margin: 0px 3px; }
.budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover {
background-color: #009ee6;
border: none; }
Expand All @@ -5460,7 +5459,7 @@ calendar.raven-calendar {

.budgie-notification button, .budgie-osd button, .budgie-switcher button {
background-color: transparent;
color: #fefefe; }
color: #31363d; }
.budgie-notification button:hover, .budgie-osd button:hover, .budgie-switcher button:hover {
background-color: transparent;
color: #FF044A;
Expand Down

0 comments on commit 3b47021

Please sign in to comment.