Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/micahfang/micah-theme
- Owner: MICAHFANG
- License: mit
- Created: 2022-06-05T07:48:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T06:08:48.000Z (about 1 year ago)
- Last Synced: 2024-11-13T11:48:05.595Z (2 months ago)
- Topics: dark-theme, theme
- Homepage:
- Size: 951 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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**