Skip to content

Commit

Permalink
specify gutter colors
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Jun 14, 2021
1 parent 761e749 commit b0b513a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Solarized (dark).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"background": "var(base03)",
"foreground": "var(base0)",
"line_highlight": "var(base02)",

"gutter": "var(base02)",
"gutter_foreground": "var(base01)",
"gutter_foreground_highlight": "var(base0)",

"minimap_border": "var(base02)",

"caret": "var(base2)",
Expand Down
4 changes: 4 additions & 0 deletions Solarized (light).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"background": "var(base3)",
"foreground": "var(base00)",
"line_highlight": "var(base2)",

"gutter": "var(base2)",
"gutter_foreground": "var(base1)",
"gutter_foreground_highlight": "var(base00)",

"minimap_border": "var(base2)",

"caret": "var(base02)",
Expand Down

0 comments on commit b0b513a

Please sign in to comment.