goliafrs / Monokai-GRS

Monokai theme for Visual Studio Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monokai GRS

Dark theme based on color shema Monokai

Theme is not finished yet

Installation

Launch VS Code, quick open Ctrl+P, paste the following command, and press enter.

ext install monokai-grs

Screenshot

HTML example code:

Example HTML

CSS example code:

Example SCSS

JS example code:

Example JS

Support language

  • JavaScript
  • TypeScript (not fully tested)
  • HTML
  • CSS
  • SCSS
  • SASS (not fully tested)
  • LESS (not fully tested)
  • Stylus (not fully tested)
  • Elixir (not fully tested)
  • Markdown

Todo list

Base Colors

  • focusBorder
  • foreground
  • widget.shadow
  • selection.background
  • descriptionForeground
  • errorForeground

Text Colors

  • textBlockQuote.*
  • textCodeBlock.background
  • textLink.*
  • textPreformat.foreground
  • textSeparator.foreground

Button Control

  • button.*

Dropdown Control

  • dropdown.*

Input Control

  • input.*
  • inputOption.activeBorder
  • inputValidation.*

Scroll Bar Control

  • scrollbar.shadow
  • scrollbarSlider.*

Badge

  • badge.*

Progress Bar

  • progressBar.background

Lists and Trees

  • list.*

Activity Bar

  • activityBar.*
  • activityBarBadge.*

Side Bar

  • sideBar.*
  • sideBarTitle.foreground
  • sideBarSectionHeader.*

Editor Groups & Tabs

  • editorGroup.*
  • editorGroupHeader.*
  • tab.*

Editor Colors

  • editor.*
  • editor.findRangeHighlightBackground
  • editorLineNumber.foreground
  • editorCursor.*
  • editorLink.activeForeground
  • editorWhitespace.foreground
  • editorIndentGuide.background
  • editorRuler.foreground
  • editorCodeLens.foreground
  • editorBracketMatch.*
  • editorError.*
  • editorWarning.*
  • editorInfo.*
  • editorHint.*
  • editorGutter.*

Panel Colors

  • panel.*
  • panelTitle.*

Status Bar Colors

  • statusBar.*
  • statusBarItem.*
  • statusBarItem.prominentBackground
  • statusBarItem.prominentHoverBackground

Integrated Terminal Colors

  • terminal.*
  • terminalCursor.*

Git Colors

  • terminalCursor.*

Welcome Page

  • welcomePage.*
  • walkThrough.embeddedEditorBackground

Other (not sorted)

  • diffEditor.*
  • editorWidget.*
  • editorSuggestWidget.*
  • editorHoverWidget.*
  • debugExceptionWidget.*
  • editorMarkerNavigation.*
  • peekView.*
  • peekView*.*
  • merge.*
  • notifications.*
  • notifications*.*
  • extensionButton.*
  • pickerGroup.*

Donate

If you want to support me and my project:

Donate

Credits

License

MIT License

About

Monokai theme for Visual Studio Code.

License:MIT License


Languages

Language:JavaScript 100.0%