https://github.com/dfaust/midnight-calm-vscode
A minimal dark theme focused on Rust and TypeScript.
https://github.com/dfaust/midnight-calm-vscode
Last synced: 5 months ago
JSON representation
A minimal dark theme focused on Rust and TypeScript.
- Host: GitHub
- URL: https://github.com/dfaust/midnight-calm-vscode
- Owner: dfaust
- Created: 2026-01-15T21:12:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-15T21:16:37.000Z (5 months ago)
- Last Synced: 2026-01-16T00:08:30.891Z (5 months ago)
- Language: Just
- Size: 236 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Midnight Calm

A minimal dark theme focused on Rust and TypeScript.
## Screenshots
Rust:

TypeScript:

Terminal:

## Preview
Open this repository in VS Code and press **F5** (Run → Start Debugging) to open an Extension Development Host and try the theme.
You can also use the included helper:
```bash
just preview
```
## Packaging
Package the extension (produces a `.vsix`) locally:
```bash
just package
```