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.
 
 
 
 
 
 

24 lines
734 B

--
-- rse.theme -- GNU Highlight theme resembling RSE's usual discreet syntax highlighting style
--
Description = "rse"
Default = { Colour = "#000000" }
Canvas = { Colour = "#e0e0ff" }
Number = { Colour = "#cc0000" }
Escape = { Colour = "#cc0000" }
String = { Colour = "#cc0000" }
BlockComment = { Colour = "#3333cc" }
StringPreProc = String
LineComment = BlockComment
Operator = Default
LineNum = { Colour = "#999999" }
PreProcessor = { Colour = "#669999" }
Keywords = {
{ Colour = "#000000", Bold = true },
{ Colour = "#000000", Bold = true },
{ Colour = "#000000" },
{ Colour = "#000000" }
}