Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
- Changed JSON property name color
- Changed CSS `@media` constants color
- Changed `new`, `this` and `super` keyword color
- Changed `decorator` color
- Changed `object literal key` color
- Better colors for `SCSS`
- Better colors for nested selectors
  • Loading branch information
finico committed Jan 28, 2017
1 parent 7e7111a commit 50c4ba2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 116 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 1.1.0
- Changed JSON property name color
- Changed CSS `@media` constants color
- Changed `new`, `this` and `super` keyword color
- Changed `decorator` color
- Changed `object literal key` color
- Better colors for `SCSS`
- Better colors for nested selectors

### 1.0.4

- fixed foreground for invalid scope
Expand Down
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-theme-sunrise",
"displayName": "Sunrise",
"description": "Sunrise Light color theme for Visual Studio Code",
"version": "1.0.4",
"version": "1.1.0",
"publisher": "finico",
"license": "MIT",
"engines": {
Expand Down
125 changes: 10 additions & 115 deletions themes/sunrise.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<key>name</key>
<string>Built-in constant</string>
<key>scope</key>
<string>constant.language</string>
<string>constant.language, variable.language</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -137,7 +137,7 @@
<key>name</key>
<string>Keyword operator</string>
<key>scope</key>
<string>keyword.operator</string>
<string>keyword.operator, punctuation.definition.block</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -211,7 +211,7 @@
<key>name</key>
<string>Function name</string>
<key>scope</key>
<string>entity.name.function</string>
<string>entity.name.function, punctuation.decorator</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
Expand Down Expand Up @@ -280,7 +280,7 @@
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string></string>
<string>#5f5f5f</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -333,13 +333,11 @@
<string>#828282</string>
</dict>
</dict>

<!-- JSON -->
<dict>
<key>name</key>
<string>JSON property name</string>
<string>Property name</string>
<key>scope</key>
<string>support.type.property-name.json</string>
<string>meta.object-literal.key, support.type.property-name.json, entity.name.tag.yaml</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -380,7 +378,7 @@
<key>name</key>
<string>CSS: Property</string>
<key>scope</key>
<string>entity.name.tag.css, support.type.property-name.css, meta.property-name.css</string>
<string>entity.name.tag.css, support.type.property-name, meta.property-name.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
Expand All @@ -406,7 +404,7 @@
<key>name</key>
<string>CSS: Value</string>
<key>scope</key>
<string>support.constant.property-value.css</string>
<string>support.constant.property-value.css, support.constant.property-value.scss</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
Expand All @@ -432,7 +430,7 @@
<key>name</key>
<string>CSS .class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<string>entity.other.attribute-name.class.css, entity.other.attribute-name.parent-selector-suffix</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
Expand All @@ -456,7 +454,7 @@
<key>name</key>
<string>CSS unit</string>
<key>scope</key>
<string>keyword.other.unit.css</string>
<string>keyword.other.unit</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -474,109 +472,6 @@
<string>#598867</string>
</dict>
</dict>
<!-- Stylus -->
<dict>
<key>name</key>
<string>Stylus: Property</string>
<key>scope</key>
<string>entity.name.tag.stylus, support.type.property-name.stylus, meta.property-name.stylus</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#455a64</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Stylus: Selector</string>
<key>scope</key>
<string>meta.selector.stylus</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#57749b</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Stylus: Value</string>
<key>scope</key>
<string>constant.property-value.stylus</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#598867</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Stylus: Tag</string>
<key>scope</key>
<string>entity.name.tag.stylus</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#57749b</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Stylus .class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.stylus</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#57749b</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Stylus :pseudo</string>
<key>scope</key>
<string>entity.other.attribute-name.pseudo-element.stylus, entity.other.attribute-name.pseudo-class.stylus</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c4626c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Stylus unit</string>
<key>scope</key>
<string>keyword.other.unit.stylus</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#598867</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Stylus variable</string>
<key>scope</key>
<string>variable.other.stylus</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#84769b</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string>
Expand Down

0 comments on commit 50c4ba2

Please sign in to comment.