Skip to content

Commit

Permalink
Add cyan and magenta variations
Browse files Browse the repository at this point in the history
  • Loading branch information
BonnyAD9 committed Jan 22, 2024
1 parent ae3a214 commit c59be0d
Show file tree
Hide file tree
Showing 6 changed files with 1,395 additions and 37 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## v1.0.0
- Add cyan and magenta theme variations

## v0.2.2
- better cmake support
- properties and methods now have different color
Expand Down
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typedark",
"displayName": "TypeDark",
"description": "Dark theme with useful semantic highlighting.",
"version": "0.2.3",
"version": "1.0.0",
"repository": {
"url": "https://github.com/BonnyAD9/TypeDark"
},
Expand All @@ -20,14 +20,24 @@
],
"keywords": [
"theme", "dark theme", "dark", "yellow", "contrast", "accent",
"semantic"
"semantic", "cyan", "magenta", "orange", "light theme"
],
"contributes": {
"themes": [
{
"label": "TypeDark Yellow (default)",
"label": "TypeDark Yellow",
"uiTheme": "vs-dark",
"path": "./themes/TypeDark-yellow-color-theme.json"
},
{
"label": "TypeDark Cyan",
"uiTheme": "vs-dark",
"path": "./themes/TypeDark-cyan-color-theme.json"
},
{
"label": "TypeDark Magenta",
"uiTheme": "vs-dark",
"path": "./themes/TypeDark-magenta-color-theme.json"
}
]
}
Expand Down
Loading

0 comments on commit c59be0d

Please sign in to comment.