Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Cyberdude ThemeNew to Visual Studio Code? Get it now.
Cyberdude Theme

Cyberdude Theme

Krishnakanth

|
1,655 installs
| (2) | Free
🔥 Never stop learing and Never give up! This theme is super cool.. try it
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CyberDude Theme for VS Code

VS Code Extension market place

Extension

Sample theme

Preview

Installation

  1. Open Extensions sidebar panel in VS Code. View → Extensions
  2. Search for Cyberdude theme - find the one by krishnaKanth - there are a few other half-baked ones so make sure you have the right one!
  3. Click Install to install it.
  4. Click Reload to reload the your editor
  5. Code > Preferences > Color Theme > Cyberdude theme
  6. Optional: Use the recommended settings below for best experience

You can directly download from market place:

https://marketplace.visualstudio.com/items?itemName=Krishnakanth.cyberdude

Recommended Settings

{
  "workbench.colorTheme": "Cobalt2",
  // The Cursive font is operator Mono, it's $200 and you need to buy it to get the cursive
  "editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
  "editor.fontSize": 17,
  "editor.lineHeight": 25,
  "editor.letterSpacing": 0.5,
  "files.trimTrailingWhitespace": true,
  "editor.fontWeight": "400",
  "prettier.eslintIntegration": true,
  "editor.cursorStyle": "line",
  "editor.cursorWidth": 5,
  "editor.cursorBlinking": "solid",
  // Very important: Install this plugin: https://github.com/be5invis/vscode-custom-css
  // You'll need to change this to a file URI scheme on your computer: https://en.wikipedia.org/wiki/File_URI_scheme
  // Mac/Linux: file:///Users/YOUR-PC-USERNAME/.vscodestyles.css
  // Windows: file:///C:/Users/YOUR-PC-USERNAME/.vscodestyles.css
  "vscode_custom_css.imports": [
    "file:///Users/wesbos/.vscodestyles.css"
  ],
  "editor.renderWhitespace": "all",
}

Contributing

This is a bit weird, but to get some sort of live feedback for when editing a theme. Please let me know if you have a saner way of doing it

  1. Open this repo in your terminal and type npm install
  2. Start to watch for change on the repo with npm start - this runs a nodemon task for you and will automatically recompile any changes
  3. Open this repo in VS Code
  4. Open your command palette and hit type VSIX. Select the one that says Extensions: Install from VSIX...
  5. Load the VSIX file that was created a few steps back
  6. Set your editor to use this Cyberdude theme - it might help to change the name in package.json to something like "Cyberdude Dev" so you can differentiate from the Cyberdude you've installed from the marketplace. If you get confused, just delete all traces of Cyberdude and then load the VSIX.
  7. Go to the debug sidebar View → Debug
  8. Press the green arrow beside "Launch Extension"
  9. This will then open a second window.
  10. Make a change, and then hit the refresh button on your debug toolbar - this is in your first editor - not the one that poped open.
  11. Wait a sec, your changes should now be reflected!

Whew. Again, if you have an easier way to style these things, let me know!

I don't like something

First, this theme is new so if something is funky, please open an issue.

These are the things we have control over. If you would like to change something, you can either open a PR and see if I'd like it added, or override the colours in your own settings.json file.

https://code.visualstudio.com/docs/getstarted/theme-color-reference

Thanks

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft