mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 08:29:53 +01:00
Fix low contrasting in sidebar text
This commit is contained in:
@@ -4015,7 +4015,7 @@ treeview ~ scrollbar.vertical {
|
|||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
transition: all .12s ease-in; }
|
transition: all .12s ease-in; }
|
||||||
.sidebar row label {
|
.sidebar row label {
|
||||||
color: #98abb2; }
|
color: #C3C7D1; }
|
||||||
.sidebar row:selected {
|
.sidebar row:selected {
|
||||||
color: #fefefe; }
|
color: #fefefe; }
|
||||||
.sidebar row:selected:backdrop {
|
.sidebar row:selected:backdrop {
|
||||||
@@ -4062,6 +4062,8 @@ stacksidebar row {
|
|||||||
placessidebar.sidebar {
|
placessidebar.sidebar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to right, #151519 40px, #202127 35px, #202127 36px, #202127 36px, #202127 99%, #202127 100%); }
|
background-image: linear-gradient(to right, #151519 40px, #202127 35px, #202127 36px, #202127 36px, #202127 99%, #202127 100%); }
|
||||||
|
placessidebar.sidebar row.sidebar-row label {
|
||||||
|
color: #98abb2; }
|
||||||
placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon {
|
placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon {
|
||||||
margin-left: -14px;
|
margin-left: -14px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
|
|||||||
@@ -4022,7 +4022,7 @@ treeview ~ scrollbar.vertical {
|
|||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
transition: all .12s ease-in; }
|
transition: all .12s ease-in; }
|
||||||
.sidebar row label {
|
.sidebar row label {
|
||||||
color: #98abb2; }
|
color: #31363D; }
|
||||||
.sidebar row:selected {
|
.sidebar row:selected {
|
||||||
color: #fefefe; }
|
color: #fefefe; }
|
||||||
.sidebar row:selected:backdrop {
|
.sidebar row:selected:backdrop {
|
||||||
@@ -4069,6 +4069,8 @@ stacksidebar row {
|
|||||||
placessidebar.sidebar {
|
placessidebar.sidebar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to right, #151519 40px, #191a1f 35px, #191a1f 36px, #191a1f 36px, #191a1f 99%, #191a1f 100%); }
|
background-image: linear-gradient(to right, #151519 40px, #191a1f 35px, #191a1f 36px, #191a1f 36px, #191a1f 99%, #191a1f 100%); }
|
||||||
|
placessidebar.sidebar row.sidebar-row label {
|
||||||
|
color: #98abb2; }
|
||||||
placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon {
|
placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon {
|
||||||
margin-left: -14px;
|
margin-left: -14px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
transition: all .12s ease-in;
|
transition: all .12s ease-in;
|
||||||
label{
|
label{
|
||||||
color: #98abb2;
|
color: $text_color;
|
||||||
}
|
}
|
||||||
&:selected{
|
&:selected{
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
@@ -129,6 +129,9 @@ placessidebar{
|
|||||||
$_sidebar_color 100%);
|
$_sidebar_color 100%);
|
||||||
row{
|
row{
|
||||||
&.sidebar-row {
|
&.sidebar-row {
|
||||||
|
label {
|
||||||
|
color: #98abb2;
|
||||||
|
}
|
||||||
&.sidebar-row{
|
&.sidebar-row{
|
||||||
.sidebar-icon {
|
.sidebar-icon {
|
||||||
margin-left:-14px;
|
margin-left:-14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user