4e27051196
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@378 ea778897-0a13-0410-b9d1-a72fbfd435f5
15 lines
671 B
Plaintext
15 lines
671 B
Plaintext
# For complete documentation of this file, please see Geany's main documentation
|
|
[styling]
|
|
# foreground;background;bold;italic
|
|
default=0x000000;0xffffff;false;false
|
|
# bold for selection is useless, so say false
|
|
selection=0xc0c0c0;0x00007F;false;false
|
|
brace_good=0xff0000;0xFFFFFF;true;false
|
|
brace_bad=0x0000ff;0xFFFFFF;true;false
|
|
# background colour of the current line, only the second argument is interpreted
|
|
current_line=0x0;0xE5E5E5;false;false
|
|
# style of folding icons, only first and second arguments are used, valid values are:
|
|
# first argument: 1 for boxes, 2 for circles
|
|
# second argument: 1 for straight lines, 2 for curved lines
|
|
folding_style=1;1;false;false
|