Skip to content

mazhugasergei/theme-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Theme

Manual installation (theme builder)

This is a custom theme builder and installer for Visual Studio Code / Cursor / Windsurf: https://github.com/mazhugasergei/theme-builder. With it you can edit the theme and install it locally.

Install dependencies:

npm install

Auto Install

For all installed editors:

npm run reinstall:all

Or individually:

npm run reinstall:code
npm run reinstall:cursor
npm run reinstall:windsurf

Manual Install

0. Clean the build if needed

npm run clean

1. Build the theme file

npm run build

2. Install the theme extension to all installed editors

npm run install:all

Or individually:

npm run install:code
npm run install:cursor
npm run install:windsurf

Uninstall the theme extension from all installed editors

npm run uninstall:all

Or individually:

npm run uninstall:code
npm run uninstall:cursor
npm run uninstall:windsurf

About

Code editor theme builder. Modify, build and install the theme for VSCode, Cursor and Windsurf.

Resources

License

Stars

Watchers

Forks