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