syntax theme for VS Code
🌸 Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
~.~
  a soft, warm, low contrast theme,
  with pastel accents that are easy on your eyes
^.^
  make stuff and learn.
  make the world your kinda place.
  take care of the people around you
🌿
- Click Install on the VS Code marketplace page for soft era
      or
- In the VS Code application, go to Extensions
- (the square icon on the sidebar, or View > Extensions)
- Search for
soft era
- Click the Install button
      👉THEN,
- After installing this theme, click the blue Reload button (or quit and re-launch the editor).
- Go to Preferences > Color Theme
- Select
soft era
from the list of installed themes
- You will have to download this folder and add it under
~/.vscode/extensions/
on mac orC:\Users\[username]\.vscode\extensions
on windows
Preview:
- To configure VS Code to support italic styles add the code below to your config file in your workspace settings.
- On Windows/Linux - File > Preferences > Settings
- On macOS - Code > Preferences > Settings
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "Comment",
"scope": [
"comment",
"punctuation.definition.comment"
],
"settings": {
"fontStyle": "italic",
}
},
{
"name": "Keyword, Storage",
"scope": [
"Keyword",
"Storage"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "italic",
}
},
{
"name": "entity.name.method.js",
"scope": [
"entity.name.method.js"
],
"settings": {
"fontStyle": "italic",
}
},
{
"name": "Language methods",
"scope": [
"variable.language"
],
"settings": {
"fontStyle": "italic",
}
},
{
"name": "HTML Attributes",
"scope": [
"text.html.basic entity.other.attribute-name.html",
"text.html.basic entity.other.attribute-name"
],
"settings": {
"fontStyle": "italic",
}
},
{
"name": "Decorators",
"scope": [
"tag.decorator.js entity.name.tag.js",
"tag.decorator.js punctuation.definition.tag.js"
],
"settings": {
"fontStyle": "italic",
}
},
{
"name": "ES7 Bind Operator",
"scope": [
"source.js constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"fontStyle": "italic",
}
},
{
"name": "Markup - Italic",
"scope": [
"markup.italic"
],
"settings": {
"fontStyle": "italic",
}
},
{
"name": "Markup - Bold-Italic",
"scope": [
"markup.bold markup.italic",
"markup.italic markup.bold",
"markup.quote markup.bold",
"markup.bold markup.italic string",
"markup.italic markup.bold string",
"markup.quote markup.bold string"
],
"settings": {
"fontStyle": "bold",
}
},
{
"name": "Markup - Quote",
"scope": [
"markup.quote"
],
"settings": {
"fontStyle": "italic",
}
}
]
}
💾 enjoy <3
Happy to hear any input <3
💖 @animalphase on twitter