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

https://github.com/rileyjshaw/literate-theme

:book: A CLI tool to update your favorite text editor theme. Emphasizes comments and mutes everything else.
https://github.com/rileyjshaw/literate-theme

Last synced: 7 months ago
JSON representation

:book: A CLI tool to update your favorite text editor theme. Emphasizes comments and mutes everything else.

Awesome Lists containing this project

README

          

# literate-theme

A CLI tool to update your favorite text editor theme. Emphasizes comments and
mutes everything else.

Uses [mute-color](https://github.com/rileyjshaw/mute-color/) under the hood.

## Installation

```sh
npm i -g literate-theme
```

## Usage

```sh
literate-theme [options] input-theme.tmTheme
```

### Options

```
-o output file.
--fg 6-digit CSS hex string, eg. '#112233'.
--color 6-digit CSS hex string, eg. '#112233'.
```

## License
[MIT](./LICENSE)