# only lines beginning with this hash/sharp/pound symbol are ignored. # between colons and EOL are python keyword arguments: # foreground # html hex rrggbb color string with optional preceding sharp/pound sign # background # html hex rrggbb color string with optional preceding sharp/pound sign # bold # boolean # italic # boolean # strikethrough # boolean # underline # boolean # ask gtksourceview why only some of these tokens are plural. # bold dark red Functions: foreground="#770000", bold=true Keywords: foreground="#770000", bold=true Module Handler: foreground="#770000", bold=true # bold dark green Self: foreground="#116600", bold=true Builtins: foreground="#116600", bold=true # black, bold, and crunchy Decimal: foreground="#000000", bold=true Floating Point Number: foreground="#000000", bold=true Hex Number: foreground="#000000", bold=true Octal Number: foreground="#000000", bold=true # blue and wiggly Line Comment: foreground="#0000aa", italic=true Multiline String 2: foreground="#0000ff", bold=true Multiline String: foreground="#0000ff", bold=true String 2: foreground="#0000ff" String: foreground="#0000ff"