Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeremytenjo/tenjo-theme

My vscode theme
https://github.com/jeremytenjo/tenjo-theme

vscode-theme

Last synced: 2 days ago
JSON representation

My vscode theme

Awesome Lists containing this project

README

        

# My vscode theme

**Javascript**

js example

**CSS**

css example

## How to debug

1. Open Run and Debug
2. Click `Run Extension`

## How to edit colors

For more information on how to use the scope inspector, please refer to the [official documentation](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#scope-inspector).

1. Open the command palette (Ctrl + Shift + P)
2. Type `Developer: Inspect Editor Tokens and Scopes`
3. Click on the text you want to change
4. Copy the `scope` value
5. Open the `tenjo-color-theme.json` file
6. Add/Edit the scope value to the `tokenColors` array