Skip to content

Commit

Permalink
Update variables names after merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai committed May 23, 2015
1 parent 8e8db41 commit ade9e5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions styles/languages/java.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

.source.java-properties {
.meta.key-pair {
color: @red;
color: @hue-5;

& > .punctuation {
color: @syntax-text-color;
color: @mono-1;
}
}
}
8 changes: 4 additions & 4 deletions styles/languages/json.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
.meta.structure.dictionary.json {
& > .string.quoted.json {
& > .punctuation.string {
color: @red;
color: @hue-5;
}
color: @red;
color: @hue-5;
}
}

.meta.structure.dictionary.json, .meta.structure.array.json {
& > .value.json > .string.quoted.json,
& > .value.json > .string.quoted.json > .punctuation {
color: @green;
color: @hue-4;
}

& > .constant.language.json {
color: @cyan;
color: @hue-1;
}
}
}

0 comments on commit ade9e5f

Please sign in to comment.