mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Improve xfce-whiskermenu appearance
This commit is contained in:
@@ -2,3 +2,16 @@
|
|||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#whiskermenu-window button {
|
||||||
|
background-color:transparent;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
font-weight: normal;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 1px 0px;
|
||||||
|
&:hover, &:checked {
|
||||||
|
background-color: $selected_bg_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -5618,6 +5618,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: #1c2124;
|
background-color: #1c2124;
|
||||||
color: #76777A; }
|
color: #76777A; }
|
||||||
|
|
||||||
|
#whiskermenu-window button {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
font-weight: normal;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 1px 0px; }
|
||||||
|
#whiskermenu-window button:hover, #whiskermenu-window button:checked {
|
||||||
|
background-color: #F67E7D; }
|
||||||
|
|
||||||
/********
|
/********
|
||||||
* Gala *
|
* Gala *
|
||||||
*******/
|
*******/
|
||||||
|
|||||||
@@ -5618,6 +5618,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: #1c2124;
|
background-color: #1c2124;
|
||||||
color: #76777A; }
|
color: #76777A; }
|
||||||
|
|
||||||
|
#whiskermenu-window button {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
font-weight: normal;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 1px 0px; }
|
||||||
|
#whiskermenu-window button:hover, #whiskermenu-window button:checked {
|
||||||
|
background-color: #F67E7D; }
|
||||||
|
|
||||||
/********
|
/********
|
||||||
* Gala *
|
* Gala *
|
||||||
*******/
|
*******/
|
||||||
|
|||||||
Reference in New Issue
Block a user