#========= COLOR VARIABLEN # back colors black.29=#1D1D1D black.16=#101010 dark.slate.gray=#2F4F4F #------------------------- dark.back=$(black.29) #------------------------- #fore colors white.antique=#FAEBD7 white.snow=#FFFAFA gray.lite=#D3D3D3 #------------------------- dark.fore=$(gray.lite) #------------------------- red=#FF0000 white=#FFFFFF yellow=#FFA200 orange=#FFC90E green=#00A800 magenta=#FF00FF khaki=#F0E68C chocolate=#D2691E peachpuff=#FFDAB9 red.light=#FF3020 red.brown=#690015 red.medium=#FF201F blue.steel=#46697E yellow.light=#FFFF00 green.yellow=#ADFF2F green.lightsea=#20B2AA green.mediumsea=#3CB371 cyan.light=#D8F9F9 khaki.dark=#BDB76B magenta.dark=#8B008B magenta.medium=#C864C8 magenta.nobright=#D200D2 blue.royal=#4169E1 blue.deepsky=#00BFFF black.light=#282321 pink.hot=#FF69B4 #========= FOLDING fold.highlight.colour=$(red) # 6 digit colours (#FF3020) and 8 digit colour+alpha (#FF302040) are supported. fold.line.colour=$(red.light) fold.margin.colour=$(dark.back) fold.margin.highlight.colour=$(dark.back) fold.fore=$(blue.steel) fold.back=$(dark.back) #========= GLOBAL DEFAULT STYLES FOR ALL LANGUAGES # Default style.*.32=$(font.base),fore:$(dark.fore),back:$(dark.back) # Display line numbers in the margin style.*.33=fore:$(dark.fore),back:$(dark.back) # Brace highlight style.*.34=fore:$(cyan.light),back:$(dark.back) # Brace incomplete highlight style.*.35=fore:$(khaki.dark),back:$(dark.back) # Control characters style.*.36= # Indentation guides style.*.37=fore:$(khaki.dark),back:$(dark.back) # Calltipps style.*.38=fore:$(red),back:$(dark.back) #========= CARET # the background colour and translucency used for line containing the caret caret.line.back=$(black.16) caret.line.back.alpha=256 caret.fore=$(dark.fore) #~ caret.additional.fore= selection.fore=$(orange) selection.alpha=50 selection.back=$(magenta.dark) #========= INLINE ERROR # default style.error.0=fore:$(dark.fore),back:$(dark.back) # warnings style.error.1=fore:$(magenta.nobright),back:$(khaki) # errors style.error.2=fore:$(white),back:$(red) # fatal errors #~ style.error.3= # !! The severity of a message is inferred from finding the text "warning", "error", or "fatal" in the message. #========= OUTPUT PANE uses errorlist colors style.errorlist.32=$(font.small),$(dark.back) style.errorlist.0=fore:$(dark.fore),back:$(dark.back),eolfilled # diff changed > style.errorlist.4=fore:$(blue.royal),back:$(dark.back),eolfilled # diff changed ! style.errorlist.10=fore:$(red.light),back:$(dark.back),eolfilled # diff addition + style.errorlist.11=fore:$(green),back:$(dark.back),eolfilled # diff deletion - style.errorlist.12=fore:$(yellow),back:$(dark.back),eolfilled # diff message --- and +++ style.errorlist.13=fore:$(magenta),back:$(dark.back),eolfilled #========= ERROR MARKER # The colours used to indicate error and warning lines in both the edit and output panes are set with these two values. # If there is a margin on a pane then a symbol is displayed in the margin to indicate the error message for the output pane # or the line causing the error message for the edit pane. # The error.marker.fore is used as the outline colour. error.marker.fore=$(yellow.light) # The error.marker.back is used as the fill colour of the symbol. # If there is no margin then the background to the line is set to the error.marker.back colour. error.marker.back=$(black.light) highlight.current.word.colour=$(blue.deepsky) calltips.color.highlight=$(red) edge.colour=$(red.brown) #========= BOOKMARKS (display in the margin) # The colours used to display bookmarks in the margin. # If bookmark.fore is empty then a blue sphere is used. # Symbols: http://www.scintilla.org/ScintillaDoc.html#SCI_MARKERDEFINE (0 - 31) # 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=$(green.yellow) bookmark.back=$(green.yellow) ###=== PROPERTIES STYLES ======= # Default style.props.0=fore:$(blue.deepsky) # Comment style.props.1=fore:$(dark.fore),$(font.comment) # Selection style.props.2=$(colour.string),back:$(magenta.dark),eolfilled # Assignment operator style.props.3=fore:$(red.light) # Default value (@) style.props.4=$(dark.fore) # Key style.props.5=fore:$(green),bold # Background style.props.32=$(font.base),back:$(dark.back) # Matched Operators style.props.34=fore:$(red),notbold style.props.35=fore:$(red.light),notbold comment.block.props=#~ ###============================= #========= COLOR SETTINGS AutoIt #Background style.au3.32=style.*.32=$(font.base),back:$(dark.back) #CaretLineBackground caret.line.back=$(black.16) # Brace highlight style.au3.34=fore:$(cyan.light),back:$(dark.back),bold # Brace incomplete highlight style.au3.35=fore:$(khaki.dark),back:$(dark.back),bold # White space style.au3.0=fore:$(dark.fore) # Comment line style.au3.1=fore:$(green.lightsea),italics # Comment block style.au3.2=fore:$(green.mediumsea),back:$(black.light),italics,eolfilled # Number style.au3.3=fore:$(blue.deepsky),back:$(dark.back) # Function style.au3.4=fore:$(khaki),back:$(dark.back) # Keyword style.au3.5=fore:$(chocolate),back:$(dark.back) # Macro style.au3.6=fore:$(magenta.nobright),back:$(dark.back) # String style.au3.7=fore:$(pink.hot),back:$(dark.back) # Operator style.au3.8=fore:$(khaki.dark),back:$(dark.back) # Variable style.au3.9=fore:$(dark.fore),back:$(dark.back),italics # Send keys in string style.au3.10=fore:$(red.medium),back:$(dark.back) # Pre-Processor style.au3.11=fore:$(peachpuff),back:$(dark.back) # Special style.au3.12=fore:$(peachpuff),back:$(dark.back) # Abbrev-Expand style.au3.13=fore:$(orange),back:$(dark.back) # COM Objects style.au3.14=fore:$(magenta.medium),back:$(dark.back),italics #Standard UDF's style.au3.15=fore:$(blue.royal),back:$(dark.back),italics #User UDF's style.au3.16=$(style.au3.15)