Skip to content

VS Code theme extension

License

Notifications You must be signed in to change notification settings

zedritsch/16-colors-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

16 Colors Theme

VS Code theme extension. If you find any unstyled or wrong looking elements, feel free to open an issue.

Dark Theme - Preview

Features

  • Editor theme
  • Syntax highlighting
  • Semantic highlighting

Building

From Editor

Go to Terminal (menubar) and select Run Build Task... (or press CTRL+SHIFT+B)

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Run Build Task...

Or Terminal

vsce package

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Visual Studio Code

code --install-extension <path_to_extension>

VSCodium

codium --install-extension <path_to_extension>

Contributing

Contributions to this project are always welcome! If you want to add or change anything, feel free to fork this repository. After applying your changes, create a pull request with a meaningful title and detailed description. Also, please make sure to pay attention to requested changes and reviews from other contributors. Thanks in advance!