Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 2.89 KB

File metadata and controls

92 lines (66 loc) · 2.89 KB

OKSolar Theme

Preview in vscode.dev

OKSolar Banner

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 Dark
    • OKSolar Light
    • OKSolar Red
    • OKSolar Green
    • OKSolar Purple
    • OKSolar Blue
    • OKSolar 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           // <deprecated> use <https://dieghernan.github.io/rstudiothemes/>
│   ├── tmtheme           // TextMate/Sublime (*.tmTheme files)
│   └── vscode            // Visual Studio Code Extension (Marketplace)
├── src
│   └── build_themes.R    // Build script (R language)
│   └── ...
│...

OKSolar Light

Light

OKSolar Sky

Sky

OKSolar Dark

Dark

OKSolar Red

Red

OKSolar Green

Green

OKSolar Purple

Purple

OKSolar Blue

Blue