Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.41 KB

README.md

File metadata and controls

68 lines (48 loc) · 1.41 KB

Phobos - A dark theme for Visual Studio Code

GitHub License

Phobos Logo

Phobos, one of two moons of Mars, is the namesake and inspiration for this expansion.

The signature color is zinc yellow #FACA30 (RAL 1018).

Screenshot

Screenshot

Recommended Setup

"editor.fontFamily": "'Fira Code'",
"editor.cursorStyle": "block",
"editor.bracketPairColorization.enabled": false,

Get Fira Code font: https://github.com/tonsky/FiraCode

Syntax Highlighting

Minimal but supportive syntax highlighting.

Tested with:

  • C
  • C#
  • C++
  • CSS
  • HTML
  • JSON
  • makefile
  • Markdown
  • Python
  • Rust
  • TOML
  • XML
  • YML
  • ... (to be continued)

Development

This theme is still in early stage of development!

Elements that need to be checked have a bright pink color: #FA00AF. I did not manage to make them visible during the tests. Some of these elements may be obsolete.

To do

  • Check the unknown elements
  • Define colors for:
    • chat.*
    • inlineChat.*
    • interactive.*
  • Test and improve syntax highlighting

Links