Skip to content

Commit

Permalink
Merge pull request #80 from EvilKhaosKat/master
Browse files Browse the repository at this point in the history
Add explicit git gutter diff colors
  • Loading branch information
braver committed Mar 13, 2019
2 parents 6c54ce5 + abbad62 commit 5c2200d
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 5c2200d

Please sign in to comment.