Last active
August 29, 2015 14:07
-
-
Save mattheath/072e087bdd119d4d3c12 to your computer and use it in GitHub Desktop.
Modified Monokai dark theme for Go for use with Highlight
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Modified theme from Molokai | |
-- Store in your Highlight themes directory, eg. | |
-- {$HOMEBREW_ROOT}/Cellar/highlight/3.14/share/highlight/themes/monokai.theme | |
Description = "Monokai" | |
Default = { Colour="#F8F8F2" } | |
Canvas = { Colour="#272822" } | |
Number = { Colour="#AF7DFF" } | |
Escape = { Colour="#66D9EF" , Italic=true} | |
String = { Colour="#E6DC6D" } | |
BlockComment = { Colour="#75715E" } | |
StringPreProc = String | |
LineComment = BlockComment | |
Operator = Default | |
LineNum = BlockComment | |
PreProcessor = { Colour="#defa25" } | |
Interpolation = Escape | |
Keywords = { | |
{ Colour="#FC1F70" }, | |
{ Colour="#66D9EF", Italic=true }, | |
{ Colour="#AF7DFF" }, | |
{ Colour="#66D9EF" }, | |
{ Colour="#A6E22E" }, | |
{ Colour="#66D9EF"}, | |
{ Colour="#FC1F70" }, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment