mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix pantheon desktop issues
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Gala *
|
||||
*******/
|
||||
|
||||
.gala-notification {
|
||||
.gala-notification {
|
||||
border-width: 0;
|
||||
border-radius: 2px;
|
||||
color: white;
|
||||
@@ -123,34 +123,46 @@
|
||||
.panel {
|
||||
background-color: transparent;
|
||||
transition: all 100ms ease-in-out;
|
||||
color: white;
|
||||
|
||||
&.maximized {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
&.translucent {
|
||||
background-color: transparentize(black, 0.5);
|
||||
background-color: transparentize(black, 0.5);;
|
||||
}
|
||||
}
|
||||
|
||||
menubar.panel,
|
||||
.panel menubar {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.composited-indicator {
|
||||
|
||||
> GtkRevealer,
|
||||
> GtkRevealer GtkImage,
|
||||
> GtkRevealer GtkLabel {
|
||||
color: white;
|
||||
> revealer,
|
||||
> revealer image,
|
||||
> revealer label,
|
||||
> revealer spinner {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
text-shadow: 0 1px 2px transparentize(black, 0.8), 0 1px 2px transparentize(black, 0.9);
|
||||
-gtk-icon-shadow: 0 1px 2px transparentize(black, 0.8), 0 1px 2px transparentize(black, 0.9);
|
||||
text-shadow: 0 1px 2px transparentize(black, 0.7), 0 1px 2px transparentize(black, 0.5);
|
||||
transition: all 200ms ease-in-out;
|
||||
-gtk-icon-shadow: 0 1px 2px transparentize(black, 0.7), 0 1px 2px transparentize(black, 0.5);
|
||||
}
|
||||
|
||||
> revealer image:first-child + label {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.panel.color-light .composited-indicator {
|
||||
|
||||
> GtkRevealer,
|
||||
> GtkRevealer GtkImage,
|
||||
> GtkRevealer GtkLabel {
|
||||
> revealer,
|
||||
> revealer image,
|
||||
> revealer label,
|
||||
> revealer spinner {
|
||||
color: transparentize(black, 0.4);
|
||||
text-shadow: 0 1px transparentize(white, 0.9);
|
||||
-gtk-icon-shadow: 0 1px transparentize(white, 0.9);
|
||||
@@ -253,3 +265,19 @@ LibraryWindow {
|
||||
.checkboard-layout .item {
|
||||
background-color: $fg_color;
|
||||
}
|
||||
|
||||
/*********
|
||||
* Avatar *
|
||||
*********/
|
||||
|
||||
.avatar {
|
||||
border: 1px solid transparentize(#000, 0.35);
|
||||
border-radius: 50%;
|
||||
box-shadow:
|
||||
inset 0 0 0 1px transparentize(#fff, 0.05),
|
||||
inset 0 1px 0 0 transparentize(#fff, 0.45),
|
||||
inset 0 -1px 0 0 transparentize(#fff, 0.15),
|
||||
0 1px 3px transparentize(#000, 0.12),
|
||||
0 1px 2px transparentize(#000, 0.24);
|
||||
}
|
||||
|
||||
|
||||
4
gtk-3.0/apps/_xfce.scss
Normal file
4
gtk-3.0/apps/_xfce.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
.xfce4-panel.panel {
|
||||
background-color: $base_color;
|
||||
color: $fg_color;
|
||||
}
|
||||
Reference in New Issue
Block a user