Aco Theme
Dark color theme for Visual Studio Code and Cursor, built around a warm brown editor surface and a saturated accent palette (pink, green, cyan, and yellow highlights).
Features
- Dark UI tuned for long sessions: deep brown backgrounds (
#1F1305) and soft cyan foreground (#B4E1FD).
- Terminal ANSI colors aligned with the same palette (normal and bright variants).
- Syntax highlighting tuned for Python, JavaScript/TypeScript, CSS, Markdown, and JSON.
- Active tab accent on the top border (pink); bottom tab border kept transparent so it does not compete with the top accent.
Color palette
Core UI colors used across the editor and workbench:
| Role |
Hex |
| Background |
#1F1305 |
| Foreground |
#B4E1FD |
| Cursor |
#B4E1FD |
ANSI / base colors for the integrated terminal (normal and bright):
| Role |
Normal |
Bright |
| Black |
#3F3F3F |
#474747 |
| Red |
#FF0883 |
#FF1E8E |
| Green |
#83FF08 |
#8EFF1E |
| Yellow |
#FF8308 |
#FF8E1E |
| Blue |
#0883FF |
#1E8EFF |
| Magenta |
#8308FF |
#8E1EFF |
| Cyan |
#08FF83 |
#1EFF8E |
| White |
#BEBEBE |
#C4C4C4 |
Syntax and UI accents in the theme map onto these hues (for example pink/red for keywords and errors, green for strings, yellow for numbers, blue for types and links).
Install
From a VSIX (any time)
- Package the extension:
npx @vscode/vsce package (or vsce package if installed globally).
- In the editor, open the Extensions view → … → Install from VSIX… and choose the generated
.vsix file.
From the marketplace
When the extension is published, search for Aco Theme in the Extensions view and install it like any other theme.
From a cloned repo (development)
- Open this folder in VS Code or Cursor.
- Press F5 (or Run → Start Debugging) to launch the Extension Development Host.
- In the new window: Preferences: Color Theme → choose Aco.
Alternatively, use Developer: Install Extension from Location… and select this folder, then pick Aco under Color Theme.
After editing themes/aco-color-theme.json, reload the Extension Development window (Developer: Reload Window) so changes apply.
Activate the theme
Command Palette (Ctrl+Shift+P / Cmd+Shift+P) → Preferences: Color Theme → Aco.
Project layout
| Path |
Purpose |
themes/aco-color-theme.json |
Theme definition (colors + tokenColors) |
package.json |
Extension manifest and theme contribution |
icon.png |
Marketplace / extension icon |
LICENCE |
MIT license |
Contributing
Issues and pull requests are welcome. Please keep changes focused (for example, one logical update per pull request).
License
Released under the MIT License. See LICENCE.