Skip to content

Instantly share code, notes, and snippets.

@mattheath
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattheath/072e087bdd119d4d3c12 to your computer and use it in GitHub Desktop.
Save mattheath/072e087bdd119d4d3c12 to your computer and use it in GitHub Desktop.
Modified Monokai dark theme for Go for use with Highlight
-- 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