An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Overflow Theme

[![Preview in
vscode.dev](https://img.shields.io/badge/preview%20in-vscode.dev-blue)](https://vscode.dev/editor/theme/dieghernan.overflow-theme/Overflow%20Light)

![Overflow Theme
Banner](https://raw.githubusercontent.com/dieghernan/overflow-theme/main/assets/banner.png)

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

![Dark](https://raw.githubusercontent.com/dieghernan/overflow-theme/main/assets/screenshot-dark.png)

## Overflow Light

![Light](https://raw.githubusercontent.com/dieghernan/overflow-theme/main/assets/screenshot-light.png)

## Overflow Dark High Contrast

![Dark-HC](https://raw.githubusercontent.com/dieghernan/overflow-theme/main/assets/screenshot-dark-hc.png)

## Overflow Light High Contrast

![Light-HC](https://raw.githubusercontent.com/dieghernan/overflow-theme/main/assets/screenshot-light-hc.png)