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-07-27 20:57:13 +00:00
|
|
|
selection=0xc0c0c0;0x7f0000;false;false
|
|
|
|
brace_good=0x0000ff;0xFFFFFF;true;false
|
|
|
|
brace_bad=0xff0000;0xFFFFFF;true;false
|
2006-06-16 14:28:53 +00:00
|
|
|
# the following settings define the colours of the margins on the left side
|
|
|
|
margin_linenumber=0x000000;0xd0d0d0;false;false
|
|
|
|
margin_folding=0x000000;0xdfdfdf;false;false
|
2006-07-19 09:45:56 +00:00
|
|
|
# background colour of the current line, only the second and third argument is interpreted
|
|
|
|
# use the third argument to enable or disable the highlighting of the current line (has to be true/false)
|
2006-07-30 16:02:21 +00:00
|
|
|
current_line=0x0;0xe5e5e5;true;false
|
|
|
|
# colour of the caret(the blinking cursor), only first argument is interpreted
|
|
|
|
caret=0x000000;0x0;false;false
|
2006-08-13 15:04:30 +00:00
|
|
|
indent_guide=0xc0c0c0;0xffffff;false;false
|
|
|
|
# the third argument defines whether to use these values or use the default values defined by the filetypes
|
|
|
|
white_space=0xc0c0c0;0xffffff;true;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
|
2006-05-30 15:30:36 +00:00
|
|
|
folding_style=1;1;false;false
|
2006-06-16 14:28:53 +00:00
|
|
|
# only first argument is interpreted, sets whether all defined colours should be inverted
|
|
|
|
invert_all=0;0;false;false
|