Dark and light syntax themes inspired by OKSolar by Zack Voase.
OKSolar is a redesign of 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 DarkOKSolar LightOKSolar RedOKSolar GreenOKSolar PurpleOKSolar BlueOKSolar Sky
Themes available for:
- Visual Studio Code (view in Visual Studio Marketplace)
- 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)
│ └── ...
│...







