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.
- Host: GitHub
- URL: https://github.com/rileyjshaw/literate-theme
- Owner: rileyjshaw
- License: mit
- Created: 2016-05-12T20:07:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T08:40:09.000Z (over 9 years ago)
- Last Synced: 2025-03-02T16:49:52.528Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)