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 ?
Dark Theme
Light Theme
Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
Toggle preview (Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
Press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets
Installation
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
What's in the folder
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.
Get up and running straight away
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 or Cmd+Shift+P on Mac)