Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/micahfang/micah-theme

Micah Theme is a theme extension of vscode
https://github.com/micahfang/micah-theme

dark-theme theme

Last synced: 3 days ago
JSON representation

Micah Theme is a theme extension of vscode

Awesome Lists containing this project

README

        

# Micah Theme

## Recommended configuration

```json
{
"editor.fontFamily": "'Operator mono lig'"
}
```

`Operator mono lig` font is an awesome mono font for developers.

sou can see details in [kiliman/operator-mono-lig](https://github.com/kiliman/operator-mono-lig)

## Screenshots

![dark theme](https://raw.githubusercontent.com/MICAHFANG/micah-theme/main/screenshots/micah-theme-dark.png)

## How to use

There're two ways to use this theme.

### Way one: install from vscode extension store

Just search this theme name `micah theme`, and click to install it, that's all.

### Way two: manually install

Step1: download the `.vsix` file from this repository's latest release.

Step2: tap `Extensions -> Install from VSIX`, and select the `.vsix` file you recent downloaded.

Step3: change vscode's `Color Theme`, the name of this theme is `micah theme dark`.

**Enjoy it**