diff --git a/CHANGELOG.md b/CHANGELOG.md index c169fe4..4b024e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.0.2] - 10/26/2024 + +# Added + + - added image to the readme + - added more description test to readme + ## [1.0.1] - 10/24/2024 # Added @@ -10,4 +17,4 @@ ## Changed - - took "Pink As Heck" by shoobah as base but created and implemented custom token colors \ No newline at end of file + - took "Pink As Heck" by shoobah as base but created and implemented custom token colors diff --git a/README.md b/README.md index 193adb6..f9bab5d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Pink Functional VSCode Theme A simple pink theme, with syntax highlighting kept as normal as possible to not hinder your DX! + +Based on ["Pink as Heck" by shoobah](https://marketplace.visualstudio.com/items?itemName=shoobah.pinkasheck). + +Because good token highlighting is important, I changed the Theme in a way where these colors stay very familiar. Completely pink everything looks nice but it's not usable, so this is a nice compromize! + +![Example](example.png) diff --git a/example.png b/example.png new file mode 100644 index 0000000..6b0e6df Binary files /dev/null and b/example.png differ diff --git a/package.json b/package.json index 78f6963..4661492 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,36 @@ { - "name": "pink-functional", - "displayName": "Pink Functional", - "description": "A simple pink theme, with syntax highlighting kept as normal as possible to not hinder your DX! Based on a theme by shoobah.", - "version": "1.0.1", - "publisher": "probablyjassin", - "repository": { - "type": "git", - "url": "https://github.com/probablyjassin/pink-functional" - }, - "keywords": [ - "pink", - "red", - "cute", - "functional", - "simple", - "theme", - "syntax", - "highlighting" - ], - "engines": { - "vscode": "^1.94.0" - }, - "categories": [ - "Themes" - ], - "contributes": { - "themes": [ - { - "label": "Pink Functional", - "uiTheme": "vs-dark", - "path": "./themes/Pink Functional-color-theme.json" - } - ] - } -} \ No newline at end of file + "name": "pink-functional", + "displayName": "Pink Functional", + "description": "A simple pink theme, with syntax highlighting kept as normal as possible to not hinder your DX! Based on a theme by shoobah.", + "version": "1.0.2", + "publisher": "probablyjassin", + "repository": { + "type": "git", + "url": "https://github.com/probablyjassin/pink-functional" + }, + "keywords": [ + "pink", + "red", + "cute", + "functional", + "simple", + "theme", + "syntax", + "highlighting" + ], + "engines": { + "vscode": "^1.94.0" + }, + "categories": [ + "Themes" + ], + "contributes": { + "themes": [ + { + "label": "Pink Functional", + "uiTheme": "vs-dark", + "path": "./themes/Pink Functional-color-theme.json" + } + ] + } +}