Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)_