-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0d473d
commit 23a7f36
Showing
4 changed files
with
49 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} |