Moved between oomox themes
This one's based on Numix, which should look a lot better.
This commit is contained in:
27
.themes/oomox-numix-gruvbox/gtk-3.20/scss/apps/_budgie.scss
Normal file
27
.themes/oomox-numix-gruvbox/gtk-3.20/scss/apps/_budgie.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
/******************
|
||||
! Budgie Desktop *
|
||||
*******************/
|
||||
|
||||
@include exports("budgie-desktop") {
|
||||
.budgie-container {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven {
|
||||
background-color: transparentize($bg_color, .07);
|
||||
|
||||
.raven-header {
|
||||
background-color: $bg_color;
|
||||
border: solid $borders_color;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
.raven-background {
|
||||
background-color: transparentize($bg_color, .07);
|
||||
}
|
||||
}
|
||||
|
||||
.raven-mpris {
|
||||
background-color: transparentize($bg_color, .3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user