mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Update xfce-panel appearance
This commit is contained in:
@@ -5708,17 +5708,17 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: #e6e6e6; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: rgba(235, 240, 245, 0.7);
|
||||
background-color: rgba(0, 0, 0, 0.95);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
|
||||
#tasklist-button {
|
||||
color: rgba(49, 54, 61, 0.8);
|
||||
color: rgba(195, 199, 209, 0.8);
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-color: rgba(235, 240, 245, 0); }
|
||||
background-color: rgba(0, 0, 0, 0); }
|
||||
#tasklist-button:hover {
|
||||
color: #484f59;
|
||||
color: #e0e2e7;
|
||||
background-color: rgba(0, 0, 0, 0.17); }
|
||||
#tasklist-button:checked {
|
||||
color: white;
|
||||
@@ -5726,17 +5726,17 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
box-shadow: inset 0 -2px #00D3A7; }
|
||||
|
||||
.xfce4-panel.panel button.flat {
|
||||
color: #31363d;
|
||||
color: #C3C7D1;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-color: rgba(235, 240, 245, 0); }
|
||||
background-color: rgba(0, 0, 0, 0); }
|
||||
.xfce4-panel.panel button.flat:hover {
|
||||
border: none;
|
||||
background-color: rgba(255, 255, 255, 0.7); }
|
||||
background-color: rgba(64, 64, 64, 0.95); }
|
||||
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
||||
color: #fefefe;
|
||||
border: none;
|
||||
background-color: #00D3A7; }
|
||||
background-color: rgba(51, 51, 51, 0.95);
|
||||
border-bottom: 2px solid #00D3A7; }
|
||||
.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; }
|
||||
|
||||
@@ -6105,19 +6105,19 @@ ConversationListView {
|
||||
* LightDm *
|
||||
***********/
|
||||
#panel_window {
|
||||
background-color: rgba(235, 240, 245, 0.7);
|
||||
color: #31363d;
|
||||
background-color: rgba(0, 0, 0, 0.95);
|
||||
color: #C3C7D1;
|
||||
font-weight: bold;
|
||||
box-shadow: inset 0 -1px rgba(211, 222, 233, 0.7); }
|
||||
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.95); }
|
||||
#panel_window .menubar,
|
||||
#panel_window .menubar > .menuitem menubar,
|
||||
#panel_window menubar > menuitem {
|
||||
background-color: transparent;
|
||||
color: #31363d;
|
||||
color: #C3C7D1;
|
||||
font-weight: bold; }
|
||||
#panel_window .menubar .menuitem:disabled,
|
||||
#panel_window menubar menuitem:disabled {
|
||||
color: rgba(49, 54, 61, 0.5); }
|
||||
color: rgba(195, 199, 209, 0.5); }
|
||||
#panel_window .menubar .menuitem:disabled GtkLabel,
|
||||
#panel_window menubar menuitem:disabled GtkLabel {
|
||||
color: inherit; }
|
||||
|
||||
Reference in New Issue
Block a user