mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fixed filename not showing in thunar
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
* Nautilus *
|
||||
************/
|
||||
.nautilus-window {
|
||||
|
||||
.frame{
|
||||
*:selected, *:selected:backdrop{
|
||||
background: transparent;
|
||||
color: $selected_bg_color;
|
||||
label {
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
paned {
|
||||
> separator { background-image: none; }
|
||||
}
|
||||
|
||||
@@ -3030,10 +3030,6 @@ assistant {
|
||||
/*************
|
||||
* Notebooks *
|
||||
*************/
|
||||
notebook .frame *:selected, notebook .frame *:selected:backdrop {
|
||||
background: transparent;
|
||||
color: #c50ed2; }
|
||||
|
||||
notebook > header {
|
||||
padding: 1px;
|
||||
border-color: rgba(238, 238, 238, 0.1);
|
||||
@@ -4085,6 +4081,10 @@ placessidebar.sidebar {
|
||||
background-color: rgba(0, 0, 0, 0.24); }
|
||||
placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon {
|
||||
color: #ffffff; }
|
||||
placessidebar.sidebar row.sidebar-row:selected:backdrop {
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to right, #c50ed2 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
|
||||
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon {
|
||||
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
|
||||
color: inherit; }
|
||||
@@ -5477,6 +5477,12 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
/************
|
||||
* Nautilus *
|
||||
************/
|
||||
.nautilus-window .frame *:selected, .nautilus-window .frame *:selected:backdrop {
|
||||
background: transparent;
|
||||
color: #c50ed2; }
|
||||
.nautilus-window .frame *:selected label, .nautilus-window .frame *:selected:backdrop label {
|
||||
color: #c50ed2; }
|
||||
|
||||
.nautilus-window paned > separator {
|
||||
background-image: none; }
|
||||
|
||||
|
||||
@@ -3030,10 +3030,6 @@ assistant {
|
||||
/*************
|
||||
* Notebooks *
|
||||
*************/
|
||||
notebook .frame *:selected, notebook .frame *:selected:backdrop {
|
||||
background: transparent;
|
||||
color: #c50ed2; }
|
||||
|
||||
notebook > header {
|
||||
padding: 1px;
|
||||
border-color: rgba(238, 238, 238, 0.1);
|
||||
@@ -4085,6 +4081,10 @@ placessidebar.sidebar {
|
||||
background-color: rgba(0, 0, 0, 0.24); }
|
||||
placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon {
|
||||
color: #ffffff; }
|
||||
placessidebar.sidebar row.sidebar-row:selected:backdrop {
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to right, #c50ed2 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
|
||||
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon {
|
||||
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
|
||||
color: inherit; }
|
||||
@@ -5477,6 +5477,12 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
/************
|
||||
* Nautilus *
|
||||
************/
|
||||
.nautilus-window .frame *:selected, .nautilus-window .frame *:selected:backdrop {
|
||||
background: transparent;
|
||||
color: #c50ed2; }
|
||||
.nautilus-window .frame *:selected label, .nautilus-window .frame *:selected:backdrop label {
|
||||
color: #c50ed2; }
|
||||
|
||||
.nautilus-window paned > separator {
|
||||
background-image: none; }
|
||||
|
||||
|
||||
@@ -2,12 +2,6 @@
|
||||
* Notebooks *
|
||||
*************/
|
||||
notebook {
|
||||
.frame{
|
||||
*:selected, *:selected:backdrop{
|
||||
background: transparent;
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
> header {
|
||||
padding: 1px;
|
||||
border-color: $borders_color;
|
||||
|
||||
@@ -165,10 +165,15 @@ placessidebar{
|
||||
color: #ffffff;
|
||||
background-color: rgba(0,0,0,0.24);
|
||||
.sidebar-icon {
|
||||
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:backdrop{
|
||||
color: rgba(0,0,0,0.54);;
|
||||
background-color: transparent;
|
||||
background-image:linear-gradient(to right, $selected_bg_color 40px,
|
||||
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
|
||||
}
|
||||
|
||||
.sidebar-icon {
|
||||
-gtk-icon-shadow: 0 1px transparentize(#fff, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user