An open API service indexing awesome lists of open source software.

https://github.com/piscilus/vsc-theme-phobos

Phobos, a dark theme for Visual Studio Code
https://github.com/piscilus/vsc-theme-phobos

theme visual-studio-code

Last synced: about 1 month ago
JSON representation

Phobos, a dark theme for Visual Studio Code

Awesome Lists containing this project

README

          

# Phobos - A dark theme for Visual Studio Code

![GitHub License](https://img.shields.io/github/license/piscilus/vsc-theme-phobos)

![Phobos Logo](assets/logo_y_small.png)

*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](assets/screenshot.png)

## Recommended Setup

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

Get *Fira Code* font:

## Syntax Highlighting

Minimal but supportive syntax highlighting.

Tested with:

- [x] C
- [ ] C#
- [ ] C++
- [x] CSS
- [x] HTML
- [x] JSON
- [x] makefile
- [x] Markdown
- [x] Python
- [x] Rust
- [x] 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

-
-
-