mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix xfce-panel color in older xfce versions
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
style "theme-panel" = "dark" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
bg[NORMAL] = @panel_bg_color
|
||||
fg[NORMAL] = @panel_fg_color
|
||||
}
|
||||
|
||||
style "xfdesktop-icon-view" {
|
||||
|
||||
@@ -10,7 +10,7 @@ gtk-color-scheme = "tooltip_fg_color:#2d2d2d\ntooltip_bg_color:#fefefe"
|
||||
# Window colors
|
||||
gtk-color-scheme = "wm_color:#31363d\nunfocused_wm_color:#31363d"
|
||||
# Panel colors
|
||||
gtk-color-scheme = "panel_bg_color:#263238\npanel_fg_color:#ffffff"
|
||||
gtk-color-scheme = "panel_bg_color:#181b28\npanel_fg_color:#ffffff"
|
||||
# Dark Theme - Text/base colors
|
||||
gtk-color-scheme = "dark_text_color:#C3C7D1\ndark_base_color:#181b28"
|
||||
# Dark Theme - Foreground/background colors
|
||||
|
||||
@@ -76,7 +76,7 @@ $info_color: $lime;
|
||||
$question_color: $cyan;
|
||||
|
||||
// Panel colors
|
||||
$panel_bg_color: transparentize($base_color, 0.05);
|
||||
$panel_bg_color: transparentize($base_color, 0);
|
||||
$panel_fg_color: white;
|
||||
$panel_borders_color: transparentize($base_color, 0.8);
|
||||
|
||||
|
||||
@@ -5663,7 +5663,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: #161925; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: rgba(24, 27, 40, 0.95);
|
||||
background-color: #181b28;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
|
||||
@@ -5687,11 +5687,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: rgba(24, 27, 40, 0); }
|
||||
.xfce4-panel.panel button.flat:hover {
|
||||
border: none;
|
||||
background-color: rgba(43, 49, 72, 0.95); }
|
||||
background-color: #2b3148; }
|
||||
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
||||
color: #fefefe;
|
||||
border-bottom: 2px solid #c50ed2;
|
||||
background-color: rgba(52, 60, 88, 0.95); }
|
||||
background-color: #343c58; }
|
||||
.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; }
|
||||
|
||||
@@ -6060,10 +6060,10 @@ ConversationListView {
|
||||
* LightDm *
|
||||
***********/
|
||||
#panel_window {
|
||||
background-color: rgba(24, 27, 40, 0.95);
|
||||
background-color: #181b28;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
box-shadow: inset 0 -1px rgba(11, 12, 18, 0.95); }
|
||||
box-shadow: inset 0 -1px #0b0c12; }
|
||||
#panel_window .menubar,
|
||||
#panel_window .menubar > .menuitem menubar,
|
||||
#panel_window menubar > menuitem {
|
||||
|
||||
@@ -5663,7 +5663,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: #161925; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: rgba(24, 27, 40, 0.95);
|
||||
background-color: #181b28;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
|
||||
@@ -5687,11 +5687,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
background-color: rgba(24, 27, 40, 0); }
|
||||
.xfce4-panel.panel button.flat:hover {
|
||||
border: none;
|
||||
background-color: rgba(43, 49, 72, 0.95); }
|
||||
background-color: #2b3148; }
|
||||
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
||||
color: #fefefe;
|
||||
border-bottom: 2px solid #c50ed2;
|
||||
background-color: rgba(52, 60, 88, 0.95); }
|
||||
background-color: #343c58; }
|
||||
.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; }
|
||||
|
||||
@@ -6060,10 +6060,10 @@ ConversationListView {
|
||||
* LightDm *
|
||||
***********/
|
||||
#panel_window {
|
||||
background-color: rgba(24, 27, 40, 0.95);
|
||||
background-color: #181b28;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
box-shadow: inset 0 -1px rgba(11, 12, 18, 0.95); }
|
||||
box-shadow: inset 0 -1px #0b0c12; }
|
||||
#panel_window .menubar,
|
||||
#panel_window .menubar > .menuitem menubar,
|
||||
#panel_window menubar > menuitem {
|
||||
|
||||
Reference in New Issue
Block a user