c9f7afaf3a
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5307 ea778897-0a13-0410-b9d1-a72fbfd435f5
25 lines
564 B
Plaintext
25 lines
564 B
Plaintext
# Set of styles like the Geany <= 0.19 Python/script defaults with gray comments.
|
|
|
|
[named_styles]
|
|
# style names to use in filetypes.* [styling] sections
|
|
# use foreground;background;bold;italic
|
|
# normally background should be left blank to use the "default" style
|
|
|
|
default=0x000000;0xffffff
|
|
comment=0x808080
|
|
commentdoc=0x404000
|
|
number=0x400080
|
|
# keyword
|
|
word=0x600080;;true
|
|
# e.g. global types from a *.c.tags file
|
|
word2=0x9f0200;;true
|
|
string=0x008000
|
|
preprocessor=0x007f7f
|
|
operator=0x300080
|
|
# unterminated string
|
|
stringeol=0x000000;0xe0c0e0
|
|
type=0x0000d0;;true
|
|
|
|
|
|
|