mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Improve xfce-panel appearance
This commit is contained in:
@@ -5615,8 +5615,37 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: #1A1E21; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: #1c2124;
|
||||
color: #76777A; }
|
||||
background-color: rgba(28, 33, 36, 0.7);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
|
||||
#tasklist-button {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-color: rgba(28, 33, 36, 0); }
|
||||
#tasklist-button:hover {
|
||||
color: white;
|
||||
background-color: rgba(0, 0, 0, 0.17); }
|
||||
#tasklist-button:checked {
|
||||
color: white;
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
box-shadow: inset 0 -2px #F67E7D; }
|
||||
|
||||
.xfce4-panel.panel button.flat {
|
||||
color: white;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-color: rgba(28, 33, 36, 0); }
|
||||
.xfce4-panel.panel button.flat:hover {
|
||||
border: none;
|
||||
background-color: rgba(51, 59, 64, 0.7); }
|
||||
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
||||
color: #f7f7f7;
|
||||
border: none;
|
||||
background-color: #F67E7D; }
|
||||
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
|
||||
color: inherit; }
|
||||
|
||||
#whiskermenu-window button {
|
||||
background-color: transparent;
|
||||
@@ -5983,10 +6012,10 @@ ConversationListView {
|
||||
* LightDm *
|
||||
***********/
|
||||
#panel_window {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(28, 33, 36, 0.7);
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.7); }
|
||||
box-shadow: inset 0 -1px rgba(13, 14, 16, 0.7); }
|
||||
#panel_window .menubar,
|
||||
#panel_window .menubar > .menuitem menubar,
|
||||
#panel_window menubar > menuitem {
|
||||
|
||||
Reference in New Issue
Block a user