Skip to content

Commit

Permalink
[/] jsx fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denvash committed Apr 11, 2019
1 parent 1da77b1 commit cfe191f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.8] - 04/2019
## [1.0.9] - 04/2019

### Changed

- `html`: color fix.

## [1.0.7] - 03/2019

### Changed

- `json`: added coloring till nest level 9.

## [1.0.6] - 03/2019

### Changed

- `javascript`: class constructor color to `#ECF6FF` - `italic underline bold`.
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": "summer-time",
"displayName": "Summer Time Theme",
"description": "🍧 A modern Dark Material theme for VS-Code IDE 🍦",
"version": "1.0.8",
"version": "1.0.9",
"publisher": "DennisVash",
"engines": {
"vscode": "^1.15.0"
Expand Down
4 changes: 2 additions & 2 deletions themes/summer-time-vscode-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,8 +1165,8 @@
{
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "bold",
"foreground": "#AEE9F5"
"fontStyle": "italic",
"foreground": "#A8F79A"
}
},
{
Expand Down

0 comments on commit cfe191f

Please sign in to comment.