d4rkr00t / opaline-theme

Color theme for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opaline Theme

TypeScript / JavaScript

Features

  • High contrast theme AA (4.5+)
  • Minimal syntax highlighting inspired by Alabaster
  • Special treatment for: JavaScript, TypeScript, Python, Rust
  • Dark and Light variants (TODO)
  • Optional icon theme (TODO)

Know issues:

  • Tabs are not really been tested for the MVP. (TODO)

Minimal syntax highlighting

This theme explores an idea of reducing amount of syntax highlighting and focusing on code more rather than having a cristmas tree of an editor.

Opaline defines 5 categories of tokens for syntax highlighting:

  1. Language Keywords
  2. Literals – constants, regexp, boolean, strings, numbers, etc...
  3. Functions – functions, classes, types...
  4. Attention seekers – anything that requires as much attention as possible – comment, debugger statements, etc...
  5. Everything else

Screenshots

TypeScript / JavaScript

TypeScript / JavaScript

Python

Python

Rust

Rust

Credits

About

Color theme for VSCode


Languages

Language:JavaScript 100.0%