mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15: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;
|
||||
transition: all .12s ease-in; }
|
||||
.sidebar row label {
|
||||
color: #98abb2; }
|
||||
color: #C3C7D1; }
|
||||
.sidebar row:selected {
|
||||
color: #fefefe; }
|
||||
.sidebar row:selected:backdrop {
|
||||
@@ -4062,6 +4062,8 @@ stacksidebar row {
|
||||
placessidebar.sidebar {
|
||||
background-color: transparent;
|
||||
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 {
|
||||
margin-left: -14px;
|
||||
margin-right: 12px;
|
||||
|
||||
@@ -4022,7 +4022,7 @@ treeview ~ scrollbar.vertical {
|
||||
padding: 8px 12px;
|
||||
transition: all .12s ease-in; }
|
||||
.sidebar row label {
|
||||
color: #98abb2; }
|
||||
color: #31363D; }
|
||||
.sidebar row:selected {
|
||||
color: #fefefe; }
|
||||
.sidebar row:selected:backdrop {
|
||||
@@ -4069,6 +4069,8 @@ stacksidebar row {
|
||||
placessidebar.sidebar {
|
||||
background-color: transparent;
|
||||
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 {
|
||||
margin-left: -14px;
|
||||
margin-right: 12px;
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
padding: 8px 12px;
|
||||
transition: all .12s ease-in;
|
||||
label{
|
||||
color: #98abb2;
|
||||
color: $text_color;
|
||||
}
|
||||
&:selected{
|
||||
color: $selected_fg_color;
|
||||
@@ -129,6 +129,9 @@ placessidebar{
|
||||
$_sidebar_color 100%);
|
||||
row{
|
||||
&.sidebar-row {
|
||||
label {
|
||||
color: #98abb2;
|
||||
}
|
||||
&.sidebar-row{
|
||||
.sidebar-icon {
|
||||
margin-left:-14px;
|
||||
|
||||
Reference in New Issue
Block a user