Skip to content

Commit

Permalink
blue2 -> blue
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Aug 2, 2018
1 parent fe70d14 commit c2060ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Solarized (dark).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{
"name": "Variable",
"scope": "variable",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "Variable Function",
Expand Down Expand Up @@ -107,7 +107,7 @@
{
"name": "Inherited Class",
"scope": "entity.other.inherited-class",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "Attribute",
Expand Down Expand Up @@ -151,7 +151,7 @@
{
"name": "Tag name",
"scope": "entity.name.tag",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "Tag start/end",
Expand All @@ -171,7 +171,7 @@
{
"name": "Storage Type",
"scope": "storage.type",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "Exception",
Expand Down Expand Up @@ -201,7 +201,7 @@
{
"name": "[]",
"scope": "meta.brace.square, punctuation.section.brackets",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "(),{}",
Expand Down Expand Up @@ -236,7 +236,7 @@
{
"name": "CSS :pseudo",
"scope": "entity.other.attribute-name.pseudo-element, entity.other.attribute-name.tag.pseudo-element, entity.other.attribute-name.pseudo-class, entity.other.attribute-name.tag.pseudo-class",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "HTML: =",
Expand Down Expand Up @@ -396,7 +396,7 @@
{
"name": "Perl: functions",
"scope": "support.function.perl",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "diff: header",
Expand All @@ -406,7 +406,7 @@
{
"name": "diff: range",
"scope": "meta.diff.range",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "diff: deleted",
Expand Down
16 changes: 8 additions & 8 deletions Solarized (light).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{
"name": "Variable",
"scope": "variable",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "Variable Function",
Expand Down Expand Up @@ -107,7 +107,7 @@
{
"name": "Inherited Class",
"scope": "entity.other.inherited-class",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "Attribute",
Expand Down Expand Up @@ -151,7 +151,7 @@
{
"name": "Tag name",
"scope": "entity.name.tag",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "Tag start/end",
Expand All @@ -171,7 +171,7 @@
{
"name": "Storage Type",
"scope": "storage.type",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "Exception",
Expand Down Expand Up @@ -201,7 +201,7 @@
{
"name": "[]",
"scope": "meta.brace.square, punctuation.section.brackets",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "(),{}",
Expand Down Expand Up @@ -236,7 +236,7 @@
{
"name": "CSS :pseudo",
"scope": "entity.other.attribute-name.pseudo-element, entity.other.attribute-name.tag.pseudo-element, entity.other.attribute-name.pseudo-class, entity.other.attribute-name.tag.pseudo-class",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "HTML: =",
Expand Down Expand Up @@ -396,7 +396,7 @@
{
"name": "Perl: functions",
"scope": "support.function.perl",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "diff: header",
Expand All @@ -406,7 +406,7 @@
{
"name": "diff: range",
"scope": "meta.diff.range",
"foreground": "var(blue2)"
"foreground": "var(blue)"
},
{
"name": "diff: deleted",
Expand Down

0 comments on commit c2060ad

Please sign in to comment.