Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 2.39 KB

README.md

File metadata and controls

79 lines (61 loc) · 2.39 KB

 Theme for Visual Studio Code made by me in the most pleasant way without causing any discomfort to the eyes

Themes available

  • JoKenPo

Getting full experience

  1. Install Material Icon Theme

DIY a VSCode Theme

  1. Install yo generator-code
npm install -g yo generator-code
  1. Run yo code and create a theme project
yo code

// ? What type of extension do you want to create? New Color Theme
// ? Do you want to import or convert an existing TextMate color theme? No, start fresh
// ? What's the name of your extension? Teste Theme
// ? What's the identifier of your extension? teste-theme
// ? What's the description of your extension? My first theme
// ? What's the name of your theme shown to the user? My First Theme
// ? Select a base theme: Dark
// ? Initialize a git repository? Yes
// ? Bundle the source code with webpack? No
// ? Which package manager to use? npm

// ? Do you want to open the new folder with Visual Studio Code? Open with 'code'

Now you have a theme project.

  1. To test on your VSCode you need to paste the project on the extensions paste from VSCode.
    Windows:
    C:/Users/YourUser/.vscode/extensions

  2. On VSCode, press CTRL+K and CTRL+T and your theme will appears.

Contributors

Eduardo Almeida