A Visual Studio Code theme for the notion and slient cool theme lovers out there. Fine-tuned for those of us who like to have the article creation feel. β¨
The light theme of this color theme was inspired by notion and the dark theme was inspired by Sarah Drasner. cool right ?
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux) - Toggle preview (
Shift+CMD+V
on macOS orShift+Ctrl+V
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(macOS) to see a list of Markdown snippets
- Install Visual Studio Code
- Launch Visual Studio Code
- Choose Extensions from menu
- Search for helix
- Click Install to install it
- Click Reload to reload the Code
- From the menu bar click: Code > Preferences > Color Theme > helix
- This folder contains all of the files necessary for your color theme extension.
package.json
- this is the manifest file that defines the location of the theme file and specifies the base theme of the theme.themes/Helix-color-theme.json
- the color light theme definition file.themes/Helix-dark-color-theme.json
- the color dark theme definition file.
- Press
F5
to open a new window with your extension loaded. - Open
File > Preferences > Color Themes
and pick your color theme. - Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the
Inspect TM Scopes
command from the Command Palette (Ctrl+Shift+P
orCmd+Shift+P
on Mac)
MIT Β© codewonders.dev Β Β·Β GitHub @adenekan41 / codewonders > Β Β·Β
Enjoy!