Skip to content

Commit

Permalink
Update keyword, preprocessor and punctation color... and other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaniak committed Jan 29, 2025
1 parent abbf456 commit c18f9e6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to the Inkpot GC VSC extension will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.Y.Z] - UNRELEASED
## [1.5.0] - 2025-01-29

### Changed

- Keyword, preprocessor and punctation common color code to a brighter greenish blue found originally in [inkpot_gc.vim](https://github.com/gynvael/stream/blob/master/inne/inkpot_gc.vim).

### Fixed

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code. This
## The original one:
- https://github.com/gynvael/stream/blob/master/inne/inkpot_gc.vim

## ...And the quite helpful one:
- https://github.com/pawlos/GynColorsForSublime

## Check:
- http://gynvael.coldwind.pl/
- https://www.youtube.com/user/GynvaelColdwind
- https://www.youtube.com/user/GynvaelEN

## This website has helped a lot with development:
- https://themes.vscode.one
- https://themes.vscode.one
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": "inkpot-gc-vsc",
"displayName": "Inkpot GC VSC",
"description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.",
"version": "1.4.4",
"version": "1.5.0",
"engines": {
"vscode": "^1.86.0"
},
Expand Down
14 changes: 7 additions & 7 deletions themes/inkpot-gc-vsc-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"source.sass keyword.control"
],
"settings": {
"foreground": "#306b8f"
"foreground": "#409090"
}
},
{
Expand All @@ -349,7 +349,7 @@
],
"settings": {
"fontStyle": "italic",
"foreground": "#306b8f"
"foreground": "#409090"
}
},
{
Expand Down Expand Up @@ -483,7 +483,7 @@
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#306b8f"
"foreground": "#409090"
}
},
{
Expand All @@ -501,7 +501,7 @@
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#306b8f"
"foreground": "#409090"
}
},
{
Expand Down Expand Up @@ -529,7 +529,7 @@
],
"settings": {
"fontStyle": "italic",
"foreground": "#306b8f"
"foreground": "#409090"
}
},
{
Expand All @@ -540,7 +540,7 @@
],
"settings": {
"fontStyle": "bold",
"foreground": "#306b8f"
"foreground": "#409090"
}
},
{
Expand All @@ -555,7 +555,7 @@
],
"settings": {
"fontStyle": "bold",
"foreground": "#306b8f"
"foreground": "#409090"
}
},
{
Expand Down

0 comments on commit c18f9e6

Please sign in to comment.