https://github.com/dieghernan/overflow-theme
Theme based on Stack Overflow colors.Available for Visual Studio Code, RStudio, Pygments/Jekyll, TextMate/Sublime, HighlightJS and PrismJS
https://github.com/dieghernan/overflow-theme
dark-theme high-contrast highlightjs-theme light-theme primjs-theme pygments-style rstudio-theme stackoverflow syntax-highlighting textmate-theme vscode-theme
Last synced: 3 months ago
JSON representation
Theme based on Stack Overflow colors.Available for Visual Studio Code, RStudio, Pygments/Jekyll, TextMate/Sublime, HighlightJS and PrismJS
- Host: GitHub
- URL: https://github.com/dieghernan/overflow-theme
- Owner: dieghernan
- License: mit
- Created: 2025-05-18T14:12:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T19:03:43.000Z (about 1 year ago)
- Last Synced: 2025-12-09T15:35:06.570Z (6 months ago)
- Topics: dark-theme, high-contrast, highlightjs-theme, light-theme, primjs-theme, pygments-style, rstudio-theme, stackoverflow, syntax-highlighting, textmate-theme, vscode-theme
- Language: HTML
- Homepage: https://marketplace.visualstudio.com/items?itemName=dieghernan.overflow-theme
- Size: 987 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Overflow Theme
[](https://vscode.dev/editor/theme/dieghernan.overflow-theme/Overflow%20Light)

Dark and light syntax themes with orange accents, inspired by Stack Overflow.
Available for:
- **Visual Studio Code** (view in [Visual Studio
Marketplace](https://marketplace.visualstudio.com/items?itemName=dieghernan.overflow-theme))
- **RStudio**, see .
- **TextMate/Sublime**
- **Pygments** (compatible with the **Jekyll** static site generator)
- **highlight.js**
- **Prism.js**
```
.
├── .github
├── assets
├── dist // Themes folder
│ ├── hljs // highlight.js (*.css | *.min.css | *.scss files)
│ ├── prismjs // prism.js (*.css | *.min.css | *.scss files)
│ ├── pygments // Pygments/Jekyll (*.css | *.min.css | *.scss files)
│ ├── rstudio //
│ ├── tmtheme // TextMate/Sublime (*.tmTheme files)
│ └── vscode // Visual Studio Code Extension (Marketplace)
├── src
│ └── build_themes.R // Build script (R language)
│ └── ...
│...
```
---
## Overflow Dark

## Overflow Light

## Overflow Dark High Contrast

## Overflow Light High Contrast
