2006-04-27 16:31:40 +00:00
|
|
|
# For complete documentation of this file, please see Geany's main documentation
|
2005-11-22 12:26:26 +00:00
|
|
|
[styling]
|
2006-03-10 21:44:12 +00:00
|
|
|
# foreground;background;bold;italic
|
|
|
|
default=0x000000;0xffffff;false;false
|
2005-11-22 12:26:26 +00:00
|
|
|
# bold for selection is useless, so say false
|
2006-03-10 21:44:12 +00:00
|
|
|
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
|
2006-04-27 16:31:40 +00:00
|
|
|
# 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
|