BorysNie / Full-Darcula-Theme

My version of Darcula theme for VS Code, inspired by JetBrains IDE, with some personal touches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Darcula theme

My version of Darcula theme for VS Code, inspired by JetBrains IDE, with some personal touches.

Languages included:

  • Ruby
  • JavaScript
  • CSS
  • SCSS
  • YAML
  • JSON
  • Nginx config
  • PHP
  • HTML
  • XML
  • Python

Code Highlight

More code syntax highligh examples in Examples folder.

Editor Theme

Theme also comes with dark visual styles with two different styles, with background image:

or without:

To activate/deactivate background image, open Command Palette (default: ctrl+shift+p) and execute commands:

  • Activate Background Image: Full Darcula Theme: Activate Background Image
  • Deactivate Background Image: Full Darcula Theme: Deactivate Background Image

⚠️ Warning: If you have enabled background image, you must disable it, before uninstalling extension, or it will stay active.

If you enable the background, u might see warning saying that VScode is corrupted. That is cos, to enable the background image, i had to edit the main vs code css. Don't worry, its fully reversible with command Full Darcula Theme: Deactivate Background Image. But, if you want to remove that warning, you can install extension Fix VSCode Checksums and run command Fix Checksums: Apply. That will get rid of the warning.

TODO's:

  • Add languages:
    • Java
    • TypeScript
    • C++
    • C#
    • Bash
    • VB.Net
    • VBS

How to Debug

Press CTRL+SHIFT+P and type Developer: Inspect TM Scopes

How to generate package file

npm install -g vsce
vsce package

How to publish

npm install -g vsce
vsce package
vsce publish

Most likely it's not perfect/complete. Feel free to submit suggestions on what's missing.

Resources

About

My version of Darcula theme for VS Code, inspired by JetBrains IDE, with some personal touches.


Languages

Language:JavaScript 100.0%