Skip to content

Instantly share code, notes, and snippets.

@jvandijk
Created September 15, 2015 10:46
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jvandijk/395f4a41cc56955fee0a to your computer and use it in GitHub Desktop.
Save jvandijk/395f4a41cc56955fee0a 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" },
}
@tajmone
Copy link

tajmone commented Jun 19, 2018

Hi @jvandijk,

I noticed that you used the vim2theme script here. Any chances you have a copy of it that you could post as a Gist?

If I understood correctly, this would be a script created around 2010 by André Simons, author of Highlight. Unfortunately he seems to have lost the script, as you can read here:

So it would be nice to recover it and add it to Highlight's repository, in the "extras" folder.

Thanks.

@jvandijk
Copy link
Author

Nope I don't. What you see is a copy & paste action of one of the other theme files, which I then edited manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment