https://github.com/dieghernan/oksolar-theme
Theme based on OKSolar Color Themes. Available for Visual Studio Code, RStudio, Pygments/Jekyll, TextMate/Sublime, HighlightJS and PrismJS
https://github.com/dieghernan/oksolar-theme
dark-theme highlightjs-theme light-theme oksolar primjs-theme pygments-style rstudio-theme syntax-highlighting textmate-theme vscode-theme
Last synced: 4 months ago
JSON representation
Theme based on OKSolar Color Themes. Available for Visual Studio Code, RStudio, Pygments/Jekyll, TextMate/Sublime, HighlightJS and PrismJS
- Host: GitHub
- URL: https://github.com/dieghernan/oksolar-theme
- Owner: dieghernan
- License: mit
- Created: 2025-05-15T17:16:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T19:05:36.000Z (about 1 year ago)
- Last Synced: 2026-02-02T08:36:29.499Z (4 months ago)
- Topics: dark-theme, highlightjs-theme, light-theme, oksolar, primjs-theme, pygments-style, rstudio-theme, syntax-highlighting, textmate-theme, vscode-theme
- Language: HTML
- Homepage: https://marketplace.visualstudio.com/items?itemName=dieghernan.oksolar-theme
- Size: 1.12 MB
- Stars: 2
- 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
# OKSolar Theme
[](https://vscode.dev/editor/theme/dieghernan.oksolar-theme/OKSolar%20Light)

Dark and light syntax themes inspired by [OKSolar](https://meat.io/oksolar) by
Zack Voase.
**OKSolar** is a redesign of
[Solarized](https://ethanschoonover.com/solarized/), featuring:
- **Perceptual Uniformity:**\
Utilizes the OKLab color space to achieve consistent perceptual brightness
across colors, ensuring uniform contrast and readability.
- **Contrast Consistency:**\
Designed to maintain equal contrast between background and accent colors in
both light and dark modes, improving legibility in varying lighting
conditions.
- **Background Contrast:**\
Offers increased contrast between text and background, enhancing
readability, especially in bright environments.
- Five themes:
- `OKSolar Dark`
- `OKSolar Light`
- `OKSolar Red`
- `OKSolar Green`
- `OKSolar Purple`
- `OKSolar Blue`
- `OKSolar Sky`
Themes available for:
- **Visual Studio Code** (view in [Visual Studio
Marketplace](https://marketplace.visualstudio.com/items?itemName=dieghernan.oksolar-theme))
- **RStudio**
- **TextMate/Sublime**
- **Pygments** (compatible with the **Jekyll** assets 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 // RStudio (*.rstheme files)
│ ├── tmtheme // TextMate/Sublime (*.tmTheme files)
│ └── vscode // Visual Studio Code Extension (Marketplace)
├── src
│ └── build_themes.R // Build script (R language)
│ └── ...
│...
```
--------------------------------------------------------------------------------
# OKSolar Light

# OKSolar Sky

# OKSolar Dark

# OKSolar Red

# OKSolar Green

# OKSolar Purple

# OKSolar Blue
