Skip to content

Instantly share code, notes, and snippets.

@igorw
Last active July 9, 2019 20:09
Show Gist options
  • Save igorw/8618372 to your computer and use it in GitHub Desktop.
Save igorw/8618372 to your computer and use it in GitHub Desktop.
A dawn-inspired theme for highlight (http://www.andre-simon.de/doku/highlight/en/highlight.html).
-- place this file in
-- $(brew --prefix highlight)/share/highlight/themes/yawn.theme
Description = "Yawn"
Default = { Colour="#000000" }
Canvas = { Colour="#ffffff" }
Number = { Colour="#812024" }
Escape = { Colour="#696969" }
String = { Colour="#006124" }
StringPreProc = { Colour="#733710" } -- ?
BlockComment = { Colour="#5A515E" }
PreProcessor = { Colour="#733710" } -- ?
LineNum = { Colour="#808080" }
Operator = { Colour="#000000" }
LineComment = BlockComment
Interpolation = Escape
Keywords = {
{ Colour= "#794937" }, -- keywords
{ Colour= "#000000" }, -- ?
{ Colour= "#244997" }, -- variables
{ Colour= "#691C97" }, -- class names
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment