mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Add Tokyo Night Light theme variation
This commit is contained in:
parent
674fa35eff
commit
f8639394b1
5 changed files with 1467 additions and 4 deletions
|
@ -1,6 +1,12 @@
|
|||
# Release Notes
|
||||
## 0.5.0
|
||||
`2020-03-04`
|
||||
- Add *Tokyo Night Light* theme variation
|
||||
- Update Welcome page text color
|
||||
- Update editor bracket match border color
|
||||
|
||||
## 0.4.9
|
||||
`2020-11-03`
|
||||
`2020-03-11`
|
||||
- Update readme to reference the new semantic highlighting feature.
|
||||
|
||||
## 0.4.8
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
[![Version](https://vsmarketplacebadge.apphb.com/version/enkia.tokyo-night.svg)](https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night)
|
||||
[![Rating](https://vsmarketplacebadge.apphb.com/rating-star/enkia.tokyo-night.svg)](https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night)
|
||||
[![Issues](https://img.shields.io/github/issues/enkia/tokyo-night-vscode-theme)](https://github.com/enkia/tokyo-night-vscode-theme/issues)
|
||||
<br><br>A clean, dark Visual Studio Code theme that celebrates the lights of Downtown [Tokyo at night.](https://www.google.com/search?q=tokyo+night&newwindow=1&sxsrf=ACYBGNRiOGCstG_Xohb8CgG5UGwBRpMIQg:1571032079139&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiayIfIhpvlAhUGmuAKHbfRDaIQ_AUIEigB&biw=1280&bih=666&dpr=2)
|
||||
<br><br>A clean, dark (and now light) Visual Studio Code theme that celebrates the lights of Downtown [Tokyo at night.](https://www.google.com/search?q=tokyo+night&newwindow=1&sxsrf=ACYBGNRiOGCstG_Xohb8CgG5UGwBRpMIQg:1571032079139&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiayIfIhpvlAhUGmuAKHbfRDaIQ_AUIEigB&biw=1280&bih=666&dpr=2)
|
||||
<br><br>**Note:** Many UI elements are intentionally low contrast so as not to distract. I can provide [customization settings](https://code.visualstudio.com/api/references/theme-color) similar to what is shown below to anyone who needs specific text brightened.
|
||||
<br><br>**Visual Studio Code 1.43.0 change to syntax highlighting:** I'm currently trying to find out how or if I need to update the theme to utilize the new semantic highlighting feature. There also seems to be [issues](https://github.com/microsoft/vscode/issues/92308) with it as well. For example, while Vscode's scope inspector shows it's pulling in my intended function color, it reverts to the default white after a few seconds. To disable the feature for the time being you can search for or add this to your settings:
|
||||
<br><br>**Visual Studio Code 1.43.0 change to syntax highlighting:** This theme currently (in my opinion) works best with semantic syntax highlighting turned off. To disable the feature, search for or add this to your settings:
|
||||
```javascript
|
||||
"editor.semanticHighlighting.enabled": false
|
||||
```
|
||||
|
@ -16,6 +16,9 @@ Tokyo Night
|
|||
Tokyo Night Storm
|
||||
![Screenshot - Tokyo Night Storm](https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/static/ss_tokyo_night_storm.png)
|
||||
|
||||
Tokyo Day
|
||||
![Screenshot - Tokyo Day](https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/static/ss_tokyo_day.png)
|
||||
|
||||
## Disabling Italics
|
||||
Paste this into your [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations) to disable italics.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tokyo-night",
|
||||
"displayName": "Tokyo Night",
|
||||
"description": "A clean, dark Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night.",
|
||||
"description": "A clean, dark (and now light) Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night.",
|
||||
"version": "0.4.9",
|
||||
"publisher": "enkia",
|
||||
"license": "MIT",
|
||||
|
@ -9,6 +9,7 @@
|
|||
"theme",
|
||||
"contrast",
|
||||
"dark",
|
||||
"light",
|
||||
"tokyo",
|
||||
"clean"
|
||||
],
|
||||
|
@ -43,6 +44,11 @@
|
|||
"label": "Tokyo Night Storm",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/tokyo-night-storm-color-theme.json"
|
||||
},
|
||||
{
|
||||
"label": "Tokyo Night Light",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/tokyo-night-light-color-theme.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
BIN
static/ss_tokyo_day.png
Normal file
BIN
static/ss_tokyo_day.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
1448
themes/tokyo-night-light-color-theme.json
Normal file
1448
themes/tokyo-night-light-color-theme.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue