Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cixtor/monnokay
Color scheme for TextMate and SublimeText with support for a special mode called "Hashed Syntax Highlighting", where each token matching the scope specified will receive a unique color from one, or more, gradients.
https://github.com/cixtor/monnokay
Last synced: 10 days ago
JSON representation
Color scheme for TextMate and SublimeText with support for a special mode called "Hashed Syntax Highlighting", where each token matching the scope specified will receive a unique color from one, or more, gradients.
- Host: GitHub
- URL: https://github.com/cixtor/monnokay
- Owner: cixtor
- License: mit
- Created: 2016-07-28T20:41:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T20:56:43.000Z (4 months ago)
- Last Synced: 2024-08-17T21:47:09.415Z (4 months ago)
- Homepage:
- Size: 1.22 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Monnokay — Color Scheme
Color scheme for [TextMate](https://macromates.com/) and [SublimeText](https://www.sublimetext.com/) inspired by [Monokai](http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/) and [Dracula](https://draculatheme.com/sublime/).
This color scheme supports a special mode called [Hashed Syntax Highlighting](https://www.sublimetext.com/docs/3/color_schemes.html#hashed_syntax_highlighting), where each token matching the scope specified will receive a unique color from one, or more, gradients. Some editors refer to this style of highlighting as _"Semantic Highlighting"_. It is available in dark and light gradients to accommodate to your visual preferences during the day.
## Installation
1. Menu > Preferences > Browse Packages…
1. Download the `.sublime-color-scheme` file(s)
1. Menu > Tools > Command Palette…
1. Search _"UI: Select Color Scheme"_
1. Select the color scheme from the list
1. Restart the code editor if necessary---
![monnokay dark](screen.dark.png)
![monnokay light](screen.light.png)