Skip to content

v1.4.1

Choose a tag to compare

@b-amir b-amir released this 26 Jul 14:30

Install Shannon's Entropy

This release includes a .vsix you can install in VS Code, Cursor, Antigravity, Windsurf, or VSCodium.

Quick install

  1. Download shannons-entropy-theme-v1.4.1.vsix from this release.
  2. Install it:
code --install-extension shannons-entropy-theme-v1.4.1.vsix

For Cursor use cursor instead of code. For VSCodium use codium.

  1. Reload the window.
  2. Open the Color Theme picker and choose one of:
  • Shannon's Entropy
  • Shannon's Entropy Blue
  • Shannon's Entropy Purple
  • Shannon's Entropy Green

Manual install

If you prefer not to use a VSIX, copy the extension folder into your editor's extensions directory, then reload and pick a theme.

Editor Path
VS Code ~/.vscode/extensions/
Cursor ~/.cursor/extensions/
Antigravity ~/.antigravity-ide/extensions/
Windsurf ~/.codeium/windsurf/extensions/
VSCodium ~/.vscode-oss/extensions/

After install

Recommended settings:

{
  "editor.fontLigatures": true,
  "editor.bracketPairColorization.enabled": true,
  "editor.guides.bracketPairs": "active",
  "workbench.colorTheme": "Shannon's Entropy",
  "editor.minimap.enabled": false,
  "editor.scrollbar.horizontalScrollbarSize": 8,
  "editor.scrollbar.verticalScrollbarSize": 8
}

More detail lives in the README.