Skip to content

Commit

Permalink
improve inactive selections
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Jun 14, 2021
1 parent b0b513a commit 2c4a0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Solarized (dark).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"selection": "color(var(base01) blend(var(base03) 25%))",
"selection_border": "color(var(base01) blend(var(base03) 50%))",
"inactive_selection": "var(base02)",
"inactive_selection_border": "color(var(base01) blend(var(base03) 50%))",

"brackets_options": "underline",
"brackets_foreground": "var(green)",
Expand Down
1 change: 1 addition & 0 deletions Solarized (light).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"selection": "color(var(base1) blend(var(base3) 25%))",
"selection_border": "color(var(base1) blend(var(base3) 50%))",
"inactive_selection": "var(base2)",
"inactive_selection_border": "color(var(base1) blend(var(base3) 50%))",

"brackets_options": "underline",
"brackets_foreground": "var(green)",
Expand Down

0 comments on commit 2c4a0a1

Please sign in to comment.