mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Update xfce-panel appearance
This commit is contained in:
@@ -78,7 +78,7 @@ $info_color: $lime;
|
|||||||
$question_color: $cyan;
|
$question_color: $cyan;
|
||||||
|
|
||||||
// Panel colors
|
// Panel colors
|
||||||
$panel_bg_color: transparentize($base_color, 0.3);
|
$panel_bg_color: transparentize($base_color, 0.05);
|
||||||
$panel_fg_color: white;
|
$panel_fg_color: white;
|
||||||
$panel_borders_color: transparentize($base_color, 0.8);
|
$panel_borders_color: transparentize($base_color, 0.8);
|
||||||
|
|
||||||
|
|||||||
@@ -38,8 +38,8 @@
|
|||||||
}
|
}
|
||||||
&:active, &:checked {
|
&:active, &:checked {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
border: none;
|
border-bottom: 2px solid $selected_bg_color;
|
||||||
background-color: $selected_bg_color;
|
background-color: lighten($panel_bg_color, 15%);
|
||||||
|
|
||||||
label, image { color: inherit; }
|
label, image { color: inherit; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5670,7 +5670,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: #1A1E21; }
|
background-color: #1A1E21; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: rgba(28, 33, 36, 0.7);
|
background-color: rgba(28, 33, 36, 0.95);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none; }
|
-gtk-icon-shadow: none; }
|
||||||
|
|
||||||
@@ -5694,11 +5694,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: rgba(28, 33, 36, 0); }
|
background-color: rgba(28, 33, 36, 0); }
|
||||||
.xfce4-panel.panel button.flat:hover {
|
.xfce4-panel.panel button.flat:hover {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: rgba(51, 59, 64, 0.7); }
|
background-color: rgba(51, 59, 64, 0.95); }
|
||||||
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
||||||
color: #f7f7f7;
|
color: #f7f7f7;
|
||||||
border: none;
|
border-bottom: 2px solid #F67E7D;
|
||||||
background-color: #F67E7D; }
|
background-color: rgba(62, 71, 79, 0.95); }
|
||||||
.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 {
|
.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; }
|
color: inherit; }
|
||||||
|
|
||||||
@@ -6067,10 +6067,10 @@ ConversationListView {
|
|||||||
* LightDm *
|
* LightDm *
|
||||||
***********/
|
***********/
|
||||||
#panel_window {
|
#panel_window {
|
||||||
background-color: rgba(28, 33, 36, 0.7);
|
background-color: rgba(28, 33, 36, 0.95);
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
box-shadow: inset 0 -1px rgba(13, 14, 16, 0.7); }
|
box-shadow: inset 0 -1px rgba(13, 14, 16, 0.95); }
|
||||||
#panel_window .menubar,
|
#panel_window .menubar,
|
||||||
#panel_window .menubar > .menuitem menubar,
|
#panel_window .menubar > .menuitem menubar,
|
||||||
#panel_window menubar > menuitem {
|
#panel_window menubar > menuitem {
|
||||||
|
|||||||
@@ -5670,7 +5670,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: #1A1E21; }
|
background-color: #1A1E21; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: rgba(28, 33, 36, 0.7);
|
background-color: rgba(28, 33, 36, 0.95);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none; }
|
-gtk-icon-shadow: none; }
|
||||||
|
|
||||||
@@ -5694,11 +5694,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
background-color: rgba(28, 33, 36, 0); }
|
background-color: rgba(28, 33, 36, 0); }
|
||||||
.xfce4-panel.panel button.flat:hover {
|
.xfce4-panel.panel button.flat:hover {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: rgba(51, 59, 64, 0.7); }
|
background-color: rgba(51, 59, 64, 0.95); }
|
||||||
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
|
||||||
color: #f7f7f7;
|
color: #f7f7f7;
|
||||||
border: none;
|
border-bottom: 2px solid #F67E7D;
|
||||||
background-color: #F67E7D; }
|
background-color: rgba(62, 71, 79, 0.95); }
|
||||||
.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 {
|
.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; }
|
color: inherit; }
|
||||||
|
|
||||||
@@ -6067,10 +6067,10 @@ ConversationListView {
|
|||||||
* LightDm *
|
* LightDm *
|
||||||
***********/
|
***********/
|
||||||
#panel_window {
|
#panel_window {
|
||||||
background-color: rgba(28, 33, 36, 0.7);
|
background-color: rgba(28, 33, 36, 0.95);
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
box-shadow: inset 0 -1px rgba(13, 14, 16, 0.7); }
|
box-shadow: inset 0 -1px rgba(13, 14, 16, 0.95); }
|
||||||
#panel_window .menubar,
|
#panel_window .menubar,
|
||||||
#panel_window .menubar > .menuitem menubar,
|
#panel_window .menubar > .menuitem menubar,
|
||||||
#panel_window menubar > menuitem {
|
#panel_window menubar > menuitem {
|
||||||
|
|||||||
Reference in New Issue
Block a user