[Budgie-desktop] Panel & Workspace switcher

Update budgie panel and workspace-switcher colors
pull/719/head
YoyPa 2018-10-06 15:54:26 +00:00 committed by GitHub
parent 5869b68549
commit 994d5b4a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -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;
}
}
}