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

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.

Awesome Lists containing this project

README

          

# Midnight Calm

![Build status](https://github.com/dfaust/midnight-calm-vscode/actions/workflows/package.yml/badge.svg)

A minimal dark theme focused on Rust and TypeScript.

## Screenshots

Rust:

Rust example

TypeScript:

TypeScript example

Terminal:

Terminal example

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