Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfulop/inkstained
Light VScode theme inspired by the inkstained vim theme
https://github.com/bfulop/inkstained
Last synced: 11 days ago
JSON representation
Light VScode theme inspired by the inkstained vim theme
- Host: GitHub
- URL: https://github.com/bfulop/inkstained
- Owner: bfulop
- Created: 2022-01-02T13:27:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T14:44:54.000Z (over 2 years ago)
- Last Synced: 2024-11-21T14:41:38.098Z (2 months ago)
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Inkstained theme
Inspired by the [Inkstained Vim theme](https://github.com/yuttie/inkstained-vim)
## Background highlighting
To add the strings background highlighting, recommended to use the [Highlight extension](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-highlight) with this setting:
```json
"highlight.regexes": {
"([\"|\\'])(\\w+)([\"|\\'])": {
"decorations": [
{
"backgroundColor": "#cbd7dc"
},
{
"backgroundColor": "#cbd7dc"
},
{
"backgroundColor": "#cbd7dc"
},
]
},
```_Created with [VScode.one](https://themes.vscode.one)_