Created
June 14, 2018 20:48
-
-
Save sienatime/a43dd874fc592d50250e8976df9fd629 to your computer and use it in GitHub Desktop.
Custom theme based on Material Design for the highlight brew package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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