Skip to content

Instantly share code, notes, and snippets.

@sienatime
Created June 14, 2018 20:48
Show Gist options
  • Save sienatime/a43dd874fc592d50250e8976df9fd629 to your computer and use it in GitHub Desktop.
Save sienatime/a43dd874fc592d50250e8976df9fd629 to your computer and use it in GitHub Desktop.
Custom theme based on Material Design for the highlight brew package
Description="Bright Material"
Default = { Colour="#757575" }
Canvas = { Colour="#FAFAFA" }
Number = { Colour="#ff9100" }
Escape = { Colour="#6a5acd" }
String = { Colour="#ff9100" }
StringPreProc = { Colour="#ff9100" }
BlockComment = { Colour="#BDBDBD", Italic=true }
PreProcessor = { Colour="#9C27B0" }
LineNum = { Colour="#BDBDBD" }
Operator = { Colour="#9c27b0" }
LineComment = BlockComment
Interpolation = { Colour="#2196F3" }
Keywords = {
{ Colour= "#03a9f4", Bold=true },
{ Colour= "#03a9f4", Bold=true },
{ Colour= "#e91e63" },
{ Colour= "#9c27b0" },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment