cf1a664692
alt.conf color scheme if you want the old colors. Add named style 'function'. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5339 ea778897-0a13-0410-b9d1-a72fbfd435f5
22 lines
419 B
Plaintext
22 lines
419 B
Plaintext
# Set of styles like the Geany <= 0.19 Python/script defaults with gray comments.
|
|
|
|
[named_styles]
|
|
# see filetypes.common for details
|
|
|
|
default=0x000000;0xffffff
|
|
comment=0x808080
|
|
commentdoc=0x404000
|
|
number=0x400080
|
|
word=0x600080;;true
|
|
word2=0x9f0200;;true
|
|
string=0x008000
|
|
preprocessor=0x808000
|
|
operator=0x300080
|
|
stringeol=0x000000;0xe0c0e0
|
|
# this is a bit dim, may want to change
|
|
type=0x003030;;true
|
|
function=0x000080
|
|
|
|
|
|
|