Skip to content

Instantly share code, notes, and snippets.

@ajorpheus
Forked from jvandijk/darcula.theme
Created August 31, 2016 20:00
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 ajorpheus/be7c61daabcc96168c931d9f13a57ffc to your computer and use it in GitHub Desktop.
Save ajorpheus/be7c61daabcc96168c931d9f13a57ffc to your computer and use it in GitHub Desktop.
Highlight Darcula theme
-- Theme generated by vim2theme
Description = "vim darcula"
Default = { Colour="#a9b7c6" }
Canvas = { Colour="#2b2b2b" }
Number = { Colour="#6897bb" }
Escape = { Colour="#cc7832" , Italic=true}
String = { Colour="#a5c25c" }
BlockComment = { Colour="#808080" }
StringPreProc = String
LineComment = BlockComment
Operator = Default
LineNum = BlockComment
PreProcessor = { Colour="#cc7832" }
Interpolation = Escape
Keywords = {
{ Colour="#cc7832" , Bold=true},
{ Colour="#ffc66d" },
{ Colour="#9876aa" },
{ Colour="#ffc66d" },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment