Skip to content

Commit

Permalink
improve json color in cuttlefish
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Dec 28, 2018
1 parent 0ed9f74 commit 03bdefb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion palettes/cuttlefish/cuttlefish.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ Now it seems that comments may only be put on the same line as a color value if
.cuttlefish .cyan {
color: #31c4b2da;
color: #74ccc2da;
color: #5bbc;
color: #5bbb;
color: #5bbc;
}

.cuttlefish .indigo {
Expand Down
2 changes: 1 addition & 1 deletion palettes/cuttlefish/cuttlefish.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ cuttlefish.aliases = {

// json:
jsonKey: 'lime',
jsonString: 'yellow',
jsonString: 'cyan',

// php:
php: 'indigo',
Expand Down
2 changes: 1 addition & 1 deletion syntax-highlighting-rules/json.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"punctuation.support.type.property-name.end.json"
],
"settings": {
"foreground": "jader"
"foreground": "jsonKey"
}
},
{
Expand Down

0 comments on commit 03bdefb

Please sign in to comment.