Skip to content

Commit

Permalink
v1.0.2, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Oct 26, 2024
1 parent d0d473d commit 23a7f36
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 36 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,4 +17,4 @@

## Changed

- took "Pink As Heck" by shoobah as base but created and implemented custom token colors
- took "Pink As Heck" by shoobah as base but created and implemented custom token colors
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Binary file added example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
"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"
}
]
}
}

0 comments on commit 23a7f36

Please sign in to comment.