Skip to content

Commit

Permalink
Class functions/methods improvements, CSS improvements, Diff coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
instaatze committed May 16, 2017
1 parent 95a85e8 commit 2f960a4
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 105 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this theme will be documented in this file.

## [2.2.0] - 2017-05-17
- Generalized more rules so they should affect more languages
- Class functions & methods are now colored like functions/methods and not like class members
- CSS colors now better reflect HTML/JSX colors
- General improvements: Constants, Expressions
- Diff coloring

## [2.1.0] - 2017-05-09
- Java improvements: package, import, annotations, method calls, inner-class method, null
- C# improvements: types, get, set
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
Visual Studio Code theme based on hyper-snazzy colors from Sindre Sorhus.

Tested with the following languages:
- HTML
- CSS
- Javascript
- Typescript
- HTML, XML, JSX
- CSS, LESS, SCSS
- Javascript, Typescript
- C#
- Java
- Python
- Markdown
- JSON
- INI
- YAML

Other languages have syntax highlighting too, it's just not guaranteed to be semantic.

Expand Down
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-snazzy",
"displayName": "Snazzy Theme",
"description": "VS Code theme based on hyper-snazzy with bright colors",
"version": "2.1.0",
"version": "2.2.0",
"publisher": "alexanderbast",
"license": "MIT",
"bugs": {
Expand All @@ -19,6 +19,7 @@
"categories": [
"Themes"
],
"icon": "icon.svg",
"contributes": {
"themes": [
{
Expand All @@ -34,5 +35,22 @@
"vscode theme",
"snazzy",
"snazzy theme"
],
"badges": [
{
"url": "http://vsmarketplacebadge.apphb.com/version/alexanderbast.vscode-snazzy.svg",
"href": "https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy",
"description": "Extension version"
},
{
"url": "http://vsmarketplacebadge.apphb.com/installs/alexanderbast.vscode-snazzy.svg",
"href": "https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy",
"description": "Extension installs"
},
{
"url": "http://vsmarketplacebadge.apphb.com/rating-short/alexanderbast.vscode-snazzy.svg",
"href": "https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy",
"description": "Extension rating"
}
]
}
Loading

0 comments on commit 2f960a4

Please sign in to comment.