Skip to content

Commit c18f9e6

Browse files
committed
Update keyword, preprocessor and punctation color... and other stuff
1 parent abbf456 commit c18f9e6

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to the Inkpot GC VSC extension will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.Y.Z] - UNRELEASED
8+
## [1.5.0] - 2025-01-29
9+
10+
### Changed
11+
12+
- 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).
913

1014
### Fixed
1115

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code. This
88
## The original one:
99
- https://github.com/gynvael/stream/blob/master/inne/inkpot_gc.vim
1010

11+
## ...And the quite helpful one:
12+
- https://github.com/pawlos/GynColorsForSublime
13+
1114
## Check:
1215
- http://gynvael.coldwind.pl/
1316
- https://www.youtube.com/user/GynvaelColdwind
1417
- https://www.youtube.com/user/GynvaelEN
1518

1619
## This website has helped a lot with development:
17-
- https://themes.vscode.one
20+
- https://themes.vscode.one

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "inkpot-gc-vsc",
33
"displayName": "Inkpot GC VSC",
44
"description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.",
5-
"version": "1.4.4",
5+
"version": "1.5.0",
66
"engines": {
77
"vscode": "^1.86.0"
88
},

themes/inkpot-gc-vsc-color-theme.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"source.sass keyword.control"
339339
],
340340
"settings": {
341-
"foreground": "#306b8f"
341+
"foreground": "#409090"
342342
}
343343
},
344344
{
@@ -349,7 +349,7 @@
349349
],
350350
"settings": {
351351
"fontStyle": "italic",
352-
"foreground": "#306b8f"
352+
"foreground": "#409090"
353353
}
354354
},
355355
{
@@ -483,7 +483,7 @@
483483
"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"
484484
],
485485
"settings": {
486-
"foreground": "#306b8f"
486+
"foreground": "#409090"
487487
}
488488
},
489489
{
@@ -501,7 +501,7 @@
501501
"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"
502502
],
503503
"settings": {
504-
"foreground": "#306b8f"
504+
"foreground": "#409090"
505505
}
506506
},
507507
{
@@ -529,7 +529,7 @@
529529
],
530530
"settings": {
531531
"fontStyle": "italic",
532-
"foreground": "#306b8f"
532+
"foreground": "#409090"
533533
}
534534
},
535535
{
@@ -540,7 +540,7 @@
540540
],
541541
"settings": {
542542
"fontStyle": "bold",
543-
"foreground": "#306b8f"
543+
"foreground": "#409090"
544544
}
545545
},
546546
{
@@ -555,7 +555,7 @@
555555
],
556556
"settings": {
557557
"fontStyle": "bold",
558-
"foreground": "#306b8f"
558+
"foreground": "#409090"
559559
}
560560
},
561561
{

0 commit comments

Comments
 (0)