Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruzzy77 committed Jan 26, 2023
1 parent bcbed44 commit 13afbbc
Show file tree
Hide file tree
Showing 17 changed files with 8,405 additions and 4,959 deletions.
20 changes: 12 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"prettier.configPath": ".prettierrc",
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"cSpell.words": [
"peekview"
]
"prettier.configPath": ".prettierrc",
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"cSpell.words": [
"peekview",
"Ponti",
"Picton",
"Aluminium",
"Carbonara"
]
}
2 changes: 2 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.vscode-test/**
.gitignore
vsc-extension-quickstart.md

scripts/**/*
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the "Ruzzy Theme" extension will be documented in this file.

## [v1.0.6] - 2023-01-27

- Modify `semanticTokenColors` to be more readable
- Modify `symbolIcon` to be match with token colors
- Add Gray theme

## [v1.0.5] - 2023-01-26

### Add omissions
Expand Down
227 changes: 132 additions & 95 deletions README.md

Large diffs are not rendered by default.

Binary file modified img/codes/prime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/codes/stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/screenshots/screenshot-gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ruzzy-theme",
"displayName": "Ruzzy Theme",
"description": "Color theme",
"version": "1.0.5",
"description": "Simple, Dimmed Dark Theme with MacOS color accents",
"version": "1.0.6",
"publisher": "Ruzzy",
"license": "MIT",
"icon": "img/mesh-735_128x128.png",
Expand Down Expand Up @@ -32,9 +32,9 @@
"contributes": {
"themes": [
{
"label": "Ruzzy Theme Dark - Default",
"label": "Ruzzy Theme Dark - Gray",
"uiTheme": "vs-dark",
"path": "./themes/Ruzzy-color-theme-default.json"
"path": "./themes/Ruzzy-color-theme-gray.json"
},
{
"label": "Ruzzy Theme Dark - Blue",
Expand Down
Loading

0 comments on commit 13afbbc

Please sign in to comment.