Skip to content

Commit

Permalink
Merge pull request #2 from forcedotcom/zt/contrast-update
Browse files Browse the repository at this point in the history
Zt/contrast update
  • Loading branch information
Nathan Totten authored Jul 8, 2019
2 parents e9fbb06 + c4b2fa2 commit bf02983
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Added

- New Icon

## [1.0.6] - 6/2019

### Changed

- Upped contrast for comments
- Darker CSS property names
16 changes: 5 additions & 11 deletions themes/CodeyMidnight.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"foreground": "#000080"
}
},
{
{
"scope": "comment",
"settings": {
"foreground": "#6A9955"
"foreground": "#807D67"
}
},
{
Expand Down Expand Up @@ -118,7 +118,7 @@
"foreground": "#f9bf3b"
}
},
{
{ "name": "CSS attributes",
"scope": [
"entity.other.attribute-name.class.css",
"entity.other.attribute-name.class.mixin.css",
Expand Down Expand Up @@ -463,7 +463,7 @@
"foreground": "#ececec"
}
},
{
{ "name": "CSS Supports",
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
Expand All @@ -473,7 +473,7 @@
"source.coffee.embedded"
],
"settings": {
"foreground": "#c5eff7"
"foreground": "#00e0e0"
}
},

Expand Down Expand Up @@ -559,12 +559,6 @@
"foreground": "#BF5EEC"
}
},
{
"scope": "comment",
"settings": {
"foreground": "#ffecdb"
}
},
{
"scope": "string",
"settings": {
Expand Down

0 comments on commit bf02983

Please sign in to comment.