mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Improve xfce-whiskermenu appearance
This commit is contained in:
@@ -1,4 +1,17 @@
|
|||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -5630,6 +5630,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
color: #C3C7D1; }
|
color: #C3C7D1; }
|
||||||
|
|
||||||
|
#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: #00D3A7; }
|
||||||
|
|
||||||
/********
|
/********
|
||||||
* Gala *
|
* Gala *
|
||||||
*******/
|
*******/
|
||||||
|
|||||||
@@ -5655,6 +5655,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: #ebf0f5;
|
background-color: #ebf0f5;
|
||||||
color: #31363d; }
|
color: #31363d; }
|
||||||
|
|
||||||
|
#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: #00D3A7; }
|
||||||
|
|
||||||
/********
|
/********
|
||||||
* Gala *
|
* Gala *
|
||||||
*******/
|
*******/
|
||||||
|
|||||||
Reference in New Issue
Block a user