https://github.com/hippietrail/dorkbrown
https://github.com/hippietrail/dorkbrown
brown jungle vscode vscode-theme windsurf
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hippietrail/dorkbrown
- Owner: hippietrail
- License: mit
- Created: 2025-09-05T07:09:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-09-05T08:40:52.000Z (about 1 month ago)
- Last Synced: 2025-09-05T09:20:00.657Z (about 1 month ago)
- Topics: brown, jungle, vscode, vscode-theme, windsurf
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DorkBrown — a tan + jungle-green dark brown theme for VS Code
DorkBrown is a cozy, high-contrast dark brown theme with tan foregrounds and subtle jungle-green accents. It’s designed to be easy on the eyes while keeping code structure clear.
## Features
- Tan text on a deep brown canvas for comfortable reading
- Jungle-green accents for selection, cursor, strings, functions, and keywords
- Thoughtful contrast for comments and punctuation## Palette
- Editor background: `#2A211C`
- Foreground (tan): `#D7C29E`
- Selection: `#3B463D`
- Cursor: `#A3D9A5`
- Strings: `#9EC78A`
- Functions: `#7DBF9B`
- Keywords: `#6FAF7A`
- Operators/regex/escapes: `#74B3A5`## Install (local dev)
1. Open this folder in VS Code.
2. Press `F5` to launch an Extension Development Host.
3. In the new window, press `Cmd+K Cmd+T` and choose `DorkBrown`.
4. Edit `themes/DorkBrown-color-theme.json`, save, then press `Cmd+R` in the dev host to reload.## Packaging (optional)
To package a `.vsix`, install `vsce` and run:
```bash
npm install -g @vscode/vsce
vsce package
```Then install it via VS Code’s Extensions view overflow menu: “Install from VSIX…”.
## Contributing
Issues and tweaks welcome. If you prefer different contrast for comments, strings, or numbers, open an issue or PR with screenshots of problem areas and suggestions.
## License
MIT