Skip to content

Commit

Permalink
Add explicit git gutter diff colors
Browse files Browse the repository at this point in the history
  • Loading branch information
romanthekat committed Mar 13, 2019
1 parent 6c54ce5 commit abbad62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Solarized (dark).sublime-color-scheme
Expand Up @@ -55,7 +55,10 @@
"tags_foreground": "var(green)",

"shadow": "color(var(base03) blend(#000 75%))",
"shadow_width": "4"
"shadow_width": "4",

"line_diff_added" : "var(green)",
"line_diff_modified" : "var(yellow)"
},
"rules":
[
Expand Down
5 changes: 4 additions & 1 deletion Solarized (light).sublime-color-scheme
Expand Up @@ -55,7 +55,10 @@
"tags_foreground": "var(green)",

"shadow": "var(base1)",
"shadow_width": "4"
"shadow_width": "4",

"line_diff_added" : "var(green)",
"line_diff_modified" : "var(yellow)"
},
"rules":
[
Expand Down

0 comments on commit abbad62

Please sign in to comment.