Skip to content

Commit

Permalink
Update budgie panel and workspace-switcher colors. Fixes #368
Browse files Browse the repository at this point in the history
  • Loading branch information
YoyPa authored and khurshid-alam committed Oct 18, 2018
1 parent 5869b68 commit b652b19
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/gtk-3.20/scss/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,38 @@
.raven-mpris {
background-color: transparentize($bg_color, .3);
}

.budgie-panel {
background-color: $dark_bg_color;
color: $dark_fg_color;
}

.budgie-panel > box > widget > separator {
background-color: transparentize($dark_fg_color, .8);
}

.workspace-switcher {
background-color: $dark_bg_color;
.workspace-icon-button {
background-color: transparent;
&:hover {
background-color: transparentize($selected_bg_color, .5);
border: transparent;
}
}
.workspace-more-label {
color: $dark_fg_color;
}
.workspace-add-button {
background-color: transparentize($selected_bg_color, .8);
color: $selected_bg_color;
border: transparent;
&:hover {
background-color: transparentize($selected_bg_color, .5);
}
}
.current-workspace {
background-color: $selected_bg_color;
}
}
}

0 comments on commit b652b19

Please sign in to comment.