Orange-accented color theme for VS Code and Cursor
Warm, accessible dark and light variants with a signature orange accent (#F54E00).
WCAG AA compliant. Optimized for Cursor AI interface surfaces.
# Open Extensions (Ctrl+Shift+X / Cmd+Shift+X)
# Search "Orangesor"
# Click InstallThen select Preferences: Color Theme → Orangesor Dark or Orangesor Light.
- Download the latest
.vsixfrom GitHub Releases - Command Palette → Extensions: Install from VSIX...
- Choose the downloaded file
- Select the theme from Preferences: Color Theme
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and run Preferences: Color Theme. Choose Orangesor Dark or Orangesor Light to apply.
Dark theme with brownish-black background (#14120B) and orange accent (#F54E00).
Light theme with warm beige background (#F7F7F4) and orange accent (#F54E00).
- Dual variants — dark and light themes with a consistent warm orange accent
- Comprehensive workbench theming — sidebar, panels, tabs, activity bar, status bar, and more
- Rich syntax highlighting — 30+ token groups covering major languages, markdown, diffs, template literals, regex, and operators
- Source control graph — full scmGraph colors in both themes
- Bracket highlighting — matching bracket pair colors
- ANSI color mapping — semantically correct terminal colors
- Cursor AI optimized — polished for Cursor AI interface surfaces
- WCAG AA compliant — all critical text pairs meet 4.5:1 minimum contrast ratio
orangesor-cursortheme/
├── themes/
│ ├── cursor-dark.json # Dark variant token colors
│ └── cursor-light.json # Light variant token colors
├── images/
│ ├── icon.png # Extension icon
│ ├── cursor-dark-preview.png
│ └── cursor-light-preview.png
├── package.json # Extension manifest
├── CHANGELOG.md # Release history
├── LICENSE # MIT
└── README.md
git clone https://github.com/kleosr/orangesor-cursortheme.git
cd orangesor-cursorthemeEdit the JSON files in themes/ to adjust colors. Test your changes by pressing F5 in VS Code to launch an Extension Development Host window, then select the theme.
npm install -g @vscode/vsce
vsce package
# Output: orangesor-<version>.vsixDesigned for both VS Code and Cursor. The theme surfaces clean contrast and warm accents across all editor chrome — particularly important for AI chat panels, diff views, and inline suggestions in Cursor.
Built with Cursor.
MIT. See LICENSE.


0 comments
log in to comment.