Moved between oomox themes
This one's based on Numix, which should look a lot better.
This commit is contained in:
30
.themes/oomox-numix-gruvbox/gtk-3.20/scss/apps/_xfce.scss
Normal file
30
.themes/oomox-numix-gruvbox/gtk-3.20/scss/apps/_xfce.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
@import "panel";
|
||||
|
||||
/***************
|
||||
! Xfce styles *
|
||||
****************/
|
||||
|
||||
@include exports("xfce") {
|
||||
.XfceHeading {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background-image: none;
|
||||
background-color: $base_color;
|
||||
color: $text_color;
|
||||
}
|
||||
|
||||
.xfce4-panel {
|
||||
@extend %panel;
|
||||
|
||||
font: inherit;
|
||||
|
||||
button { @extend %panelbutton; }
|
||||
|
||||
menu {
|
||||
-gtk-icon-effect: none;
|
||||
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user