Skip to content

Commit

Permalink
use Solarized colors for higlight and fold
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Sep 13, 2018
1 parent 6d59986 commit 233c20d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions Solarized (dark).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"blue": "#268bd2",
"cyan": "#2aa198",
"green": "#859900",

"highlight": "#dacb4e" // triad from magenta
},
"globals":
{
Expand All @@ -35,11 +33,11 @@
"misspelling": "var(red)",

"highlight": "var(base1)",
"find_highlight": "var(highlight)",
"find_highlight_foreground": "var(base01)",
"find_highlight": "var(base02)",
"find_highlight_foreground": "var(base3)",

"accent": "var(blue)",
"fold_marker": "var(highlight)",
"fold_marker": "var(yellow)",

"guide": "var(base02)",
"active_guide": "var(base01)",
Expand Down
8 changes: 3 additions & 5 deletions Solarized (light).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"blue": "#268bd2",
"cyan": "#2aa198",
"green": "#859900",

"highlight": "#d3ac36" // triad from magenta
},
"globals":
{
Expand All @@ -35,11 +33,11 @@
"misspelling": "var(red)",

"highlight": "var(base1)",
"find_highlight": "var(highlight)",
"find_highlight_foreground": "var(base00)",
"find_highlight": "var(base2)",
"find_highlight_foreground": "var(base03)",

"accent": "var(yellow)",
"fold_marker": "var(highlight)",
"fold_marker": "var(yellow)",

"guide": "var(base2)",
"active_guide": "var(base1)",
Expand Down

0 comments on commit 233c20d

Please sign in to comment.