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
- Host: GitHub
- URL: https://github.com/piscilus/vsc-theme-phobos
- Owner: piscilus
- License: mit
- Created: 2024-05-15T18:23:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T20:41:27.000Z (over 1 year ago)
- Last Synced: 2025-10-20T22:39:07.931Z (5 months ago)
- Topics: theme, visual-studio-code
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Phobos - A dark theme for Visual Studio Code


*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

## 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
-
-
-