# Dark theme properties by Mitchell. # lexer.lua defaults to dark theme normally, so simply clearing a color theme # will cause the dark theme to kick in; any other theme must specify the name # of a theme file in lexers/themes/. lexer.lua.color.theme= # Globals # (Default, Line number, brace highlight, brace incomplete # highlight, control characters, indentation guides, calltip) style.*.32=fore:#AAAAAA,back:#333333,$(font.base) style.*.33=fore:#333333,back:#999999,$(font.base) style.*.34=fore:#6699FF,$(font.base),bold style.*.35=fore:#FF6699,$(font.base),bold style.*.36= style.*.37=fore:#666666,back:#AAAAAA,$(font.base) style.*.38=fore:#AAAAAA,back:#444444,$(font.base) # Colors selection.fore=#333333 selection.back=#999999 caret.fore=#AAAAAA caret.line.back=#444444 error.marker.fore=#994C4C error.marker.back=#444444 bookmark.fore=#333333 bookmark.back=#335580 find.mark=#335580 fold.margin.colour=#AAAAAA fold.margin.highlight.colour=#AAAAAA