Code Monkey home page Code Monkey logo

lwsthemevs's Introduction

Learn with Sumit Theme for Visual Studio (Unofficial)

If you love the Learn with Sumit Theme for VS Code you can now enjoy the same themes in Visual Studio that make coding fun and easy.

Screenshot

Screenshot of LWS Theme

Contributing

Adding new variant

  1. Download and compile Theme Converter

  2. Create an .env file and add THEME_CONVERTER_PATH in the file.

    THEME_CONVERTER_PATH="H:\theme-converter-for-vs\ThemeConverter\ThemeConverter\bin\Debug\net6.0\"
  3. Get and store theme from VS Code

    1. Open VS Code.
    2. Install the desired color theme and switch to this theme in VS Code. Please note that this tool will not convert icon themes.
    3. “Ctrl + Shift + P” and run “Developer: Generate Color Theme from current settings.”
    4. In the generated JSON, uncomment all code. When you uncomment, please be careful about missing commas! Make sure the JSON is valid.
    5. Save this as a “JSON” file in vscode-themes folder for the conversion, using the theme's name as the file name. Please ensure that the file’s extension is .json. (The file shouldn’t be saved as a JSONC file.)
  4. Run converter script

    You need node >= 21 to run the script.

    npm run build
  5. Open ".\Learn With Sumit Theme (Unofficial)\Learn With Sumit Theme (Unofficial).sln" file.

  6. Select the project node and open the "Add existing Item" window: Use "Shift + Alt + A" or right-click on the project node, select Add > Existing Item.

    Set filter to All Files (.) and select the converted .pkgdef file(s) that you want to include in this VSIX.

  7. Right click on newly added .pkgdef file and go to properties and set the properties like below:

    properties

  8. Open the source.extension.vsixmanifest file, then select Assets, select New.

  9. Set Type to Microsoft.VisualStudio.VsPackage, and Source to File on filesystem.

  10. Select Browse and select the .pkgdef you added. Select OK.

  11. Edit other fields in the vsixmanifest as desired (author, version, company, etc). Build solution and you now have a vsix in the output folder! Your new theme is most compatible with Visual Studio 2022.

lwsthemevs's People

Contributors

fluentmoheshwar avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.