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

https://github.com/dieghernan/selenized-theme

Theme based on Selenized Color Themes. Available for Visual Studio Code, RStudio, Pygments/Jekyll, TextMate/Sublime, HighlightJS and PrismJS
https://github.com/dieghernan/selenized-theme

dark-theme highlightjs-theme light-theme primjs-theme pygments-style rstudio-theme selenized syntax-highlighting textmate-theme vscode-theme

Last synced: 4 months ago
JSON representation

Theme based on Selenized Color Themes. Available for Visual Studio Code, RStudio, Pygments/Jekyll, TextMate/Sublime, HighlightJS and PrismJS

Awesome Lists containing this project

README

          

# Selenized Themes

[![Preview in vscode.dev](https://img.shields.io/badge/preview%20in-vscode.dev-blue)](https://vscode.dev/editor/theme/dieghernan.selenized-theme/Selenized%20Dark%20Theme)

![Selenized Themes Banner](https://raw.githubusercontent.com/dieghernan/selenized-theme/main/assets/banner.png)

Dark and light syntax themes with green accents inspired by [Selenized](https://github.com/jan-warchol/selenized/) by Jan Warchoł.

**Selenized** is a redesign of [Solarized](https://ethanschoonover.com/solarized/), featuring:

- Higher contrast and improved lightness, thanks to fine-tuned color palettes.
- Consistent accent colors.
- A focus on readability.
- Four theme options:
- Dark variants:
- Black Theme
- Dark Theme
- Light variants:
- Light Theme
- White Theme

Themes available for:

- **Visual Studio Code** (view in [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=dieghernan.selenized-theme))
- **RStudio**: Use .
- **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)
│ └── ...
│...
```

---

# Selenized Black Theme

![Black](https://raw.githubusercontent.com/dieghernan/selenized-theme/main/assets/screenshot-black.png)

# Selenized Dark Theme

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

# Selenized Light Theme

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

# Selenized White Theme

![White](https://raw.githubusercontent.com/dieghernan/selenized-theme/main/assets/screenshot-white.png)