Skip to content

Commit

Permalink
improve sidebar current file highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Dec 15, 2024
1 parent d9d5254 commit 8a47aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/Rosé Pine.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -182,19 +182,19 @@
{
"class": "tree_row",
"attributes": ["selectable", "hover"],
"layer0.tint": "var(highlight-low)",
"layer0.tint": "color(var(quick_panel_selected_row_bg) blend(var(sidebar_bg) 50%))",
"layer0.opacity": 1,
},
{
"class": "tree_row",
"attributes": ["selected"],
"layer0.tint": "var(highlight-low)",
"layer0.tint": "color(var(quick_panel_selected_row_bg) blend(var(sidebar_bg) 50%))",
"layer0.opacity": 1,
},
{
"class": "tree_row",
"attributes": ["highlighted"],
"layer0.tint": "var(highlight-low)",
"layer0.tint": "color(var(quick_panel_selected_row_bg) blend(var(sidebar_bg) 50%))",
"layer0.opacity": 1,
},

Expand Down

0 comments on commit 8a47aee

Please sign in to comment.