You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
740 B
27 lines
740 B
-- |
|
-- rse.theme -- GNU Highlight theme resembling RSE's usual discreet syntax highlighting style |
|
-- |
|
|
|
Description = "rse" |
|
|
|
Categories = { "light" } |
|
|
|
Default = { Colour = "#000000" } |
|
Canvas = { Colour = "#e0e0ff" } |
|
Number = { Colour = "#904800" } |
|
Escape = { Colour = "#904800" } |
|
String = { Colour = "#904800" } |
|
StringPreProc = String |
|
BlockComment = { Colour = "#666666" } |
|
PreProcessor = { Colour = "#669999" } |
|
LineNum = { Colour = "#999999" } |
|
Operator = Default |
|
LineComment = BlockComment |
|
Interpolation = { Colour = "#224499" } |
|
Keywords = { |
|
{ Colour = "#224499", Bold = true }, |
|
{ Colour = "#224499", Bold = true }, |
|
{ Colour = "#224499" }, |
|
{ Colour = "#224499" }, |
|
} |
|
|
|
|