# Look here for definitions: https://www.scintilla.org/SciTEDoc.html # RECOMMENDED OTHER SETTINGS selection.always.visible=1 # ========================== COLOR DEFINITIONS ========================= color.background=#2B2B2B color.text=#A9B7C6 color.selection=#214283 # ========================== GENERAL DEFINITIONS ======================= fold.highlight.colour=#ACACACFF fold.line.colour=#3A3A3AFF fold.margin.colour=#3A3A3AFF fold.margin.highlight.colour=#3A3A3AFF fold.fore=#8C8C8CFF fold.back=#3A3A3AFF caret.fore=#BBBBBB # looks like the layer is ignored... so this is disabled for now # caret.line.back=#323232 # caret.line.layer=1 # caret.line.back.alpha=50 #~ caret.additional.fore= selection.fore=$(color.text) selection.back=$(color.selection) # layer not working... # selection.layer=1 selection.additional.fore=$(color.text) selection.additional.back=$(color.selection) selection.secondary.fore=$(color.text) selection.secondary.back=$(color.selection) selection.inactive.fore=$(color.text) selection.inactive.back=$(color.selection) highlight.current.word.colour=$(color.selection) # default style.error.0=fore:#756D56,back:$(color.background) # warnings style.error.1=fore:#BE9117,back:$(color.background) # errors style.error.2=fore:#DE2927,back:$(color.background) # fatal errors style.error.3=fore:#FE2927,back:$(color.background) # Default style.errorlist.32=$(font.monospace),back:$(color.background) style.errorlist.0=fore:$(color.text) # errors (python/microsoft) style.errorlist.1=fore:#FF3333 style.errorlist.3=fore:#FF3333 # command or return status style.errorlist.4=fore:#C9B7C6 # diff changed ! style.errorlist.10=fore:#FFC560 # diff addition + style.errorlist.11=fore:#FFC560 # diff deletion - style.errorlist.12=fore:#FFC560 # diff message --- style.errorlist.13=fore:#FFC560 error.marker.fore=#FF3333 error.marker.back=#441111 calltips.color.highlight=#FFFFFF # autocomplete.fore=#DADADA # autocomplete.back=#F8F8F8 # autocomplete.selected.fore=#EAEAEA # autocomplete.selected.back=#FFFFFF hidden.line.colour=$(color.text) edge.colour=#4D4D4D indicators.alpha=63 # 0-Kreis, 1-Quadrat, 2-Dreieck, 3-Rechteck, 4-Pfeil r., 8-Plus, 22-Full line, 23-..., 24->>>, 29-Underline bookmark.symbol=2 bookmark.fore=#E9A343 bookmark.back=#D9A343 # ========================= DEFAULT DEFINITIONS ======================== # Details: https://www.scintilla.org/SciTEDoc.html#property-style.* # Default, if not overridden by other number style.*.32=$(font.base),fore:$(color.text),back:$(color.background) # Line numbers in margin style.*.33=$(font.monospaced),fore:#606366,back:$(color.background) # Brace matching style.*.34=fore:#FFEF28,back:#3B514D # Brace non matching style.*.35=fore:$(color.text),back:$(color.background) # Control characters (usually defined by stlye.*.) (fore/back color defined elsewhere, just the others here) style.*.36= # Indentation guides (only fore/back) style.*.37=fore:#373737,back:$(color.background) # calltipps (only font/size/fore/back) style.*.38=fore:#BBBBBB,back:#46484A # ========================= AUTOIT DEFINITIONS ========================= # overwrite userproperty values style.au3.32=style.*.32 style.au3.33=style.*.33 style.au3.34=style.*.34 style.au3.35=style.*.35 style.au3.36=style.*.36 style.au3.37=style.*.37 style.au3.38=style.*.38 # White space style.au3.0=fore:$(color.text),back:$(color.background) # Comment line style.au3.1=fore:#808080,back:$(color.background) # Comment block style.au3.2=fore:#629755,back:$(color.background) # Number style.au3.3=fore:#6897BB,back:$(color.background) # Function style.au3.4=fore:#FFC66D,back:$(color.background) # Keyword style.au3.5=fore:#CC7832,back:$(color.background) # Macro style.au3.6=fore:#908B25,back:$(color.background) # String style.au3.7=fore:#6A8759,back:$(color.background) # Operator style.au3.8=fore:$(color.text),back:$(color.background) # Variable style.au3.9=fore:$(color.text),back:$(color.background) # Send keys in string style.au3.10=fore:#8AA779,back:$(color.background) # Pre-Processor style.au3.11=fore:#CC7832,back:$(color.background) # Special style.au3.12=fore:#908B25,back:$(color.background) # Abbrev-Expand style.au3.13=fore:#C9D7E6,back:$(color.background) # COM Objects style.au3.14=fore:#C9C7C6,back:$(color.background) # Standard UDF's style.au3.15=fore:#8787E6,back:$(color.background) # User UDF's style.au3.16=fore:$(color.text),back:$(color.background) # ======================== PROPERTY DEFINITIONS ======================== # Default style.props.0=fore:$(color.text) # Comment style.props.1=fore:#808080,back:$(color.background) # Selection style.props.2=$(colour.string),back:$(magenta.dark),eolfilled # Assignment operator style.props.3=fore:#FF5555 # Default value (@) style.props.4=#908B25 # Key style.props.5=fore:#629755,bold comment.block.props=#~