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]
|
2007-03-09 18:14:34 +00:00
|
|
|
# foreground;background;bold;italic - used for filetype All/None
|
|
|
|
default=0x000000;0xffffff;false;false
|
|
|
|
|
2006-09-27 15:08:46 +00:00
|
|
|
# 3rd selection argument is true to override default foreground
|
|
|
|
# 4th selection argument is true to override default background
|
2006-07-27 20:57:13 +00:00
|
|
|
selection=0xc0c0c0;0x7f0000;false;false
|
2006-11-07 18:53:39 +00:00
|
|
|
|
|
|
|
# style for a matching brace
|
2006-07-27 20:57:13 +00:00
|
|
|
brace_good=0x0000ff;0xFFFFFF;true;false
|
2006-11-07 18:53:39 +00:00
|
|
|
# style for a non-matching brace (a brace without a counterpart)
|
2006-07-27 20:57:13 +00:00
|
|
|
brace_bad=0xff0000;0xFFFFFF;true;false
|
2006-11-07 18:53:39 +00:00
|
|
|
|
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-11-07 18:53:39 +00:00
|
|
|
|
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-09-27 15:08:46 +00:00
|
|
|
current_line=0x0;0xf0f0f0;true;false
|
2006-11-07 18:53:39 +00:00
|
|
|
|
2008-03-07 15:42:46 +00:00
|
|
|
# translucency for the current line(first argument) and the selection (second argument)
|
|
|
|
# values between 0 and 256 are accepted. Note for Windows 95, 98 and ME users:
|
|
|
|
# keep this value at 256 to disable translucency otherwise Geany might crash
|
|
|
|
# only the first and second argument is interpreted
|
|
|
|
translucency=256;256;false;false
|
|
|
|
|
|
|
|
# colour of the caret(the blinking cursor), only first and third argument is interpreted
|
|
|
|
# set the third argument to true to change the caret into a block caret
|
2006-07-30 16:02:21 +00:00
|
|
|
caret=0x000000;0x0;false;false
|
2006-11-07 18:53:39 +00:00
|
|
|
|
2007-03-20 18:15:07 +00:00
|
|
|
# width of the caret(the blinking cursor), only first argument is interpreted
|
|
|
|
# width in pixels, use 0 to make it invisible, maximum width is 3
|
|
|
|
caret_width=1;0;false;false
|
|
|
|
|
2006-11-07 18:53:39 +00:00
|
|
|
# set foreground and background colour of indentation guides
|
2006-08-13 15:04:30 +00:00
|
|
|
indent_guide=0xc0c0c0;0xffffff;false;false
|
2006-11-07 18:53:39 +00:00
|
|
|
|
2007-07-22 14:57:26 +00:00
|
|
|
# third argument: if true, use this foreground color. If false, use the default value defined by the filetypes.
|
|
|
|
# fourth argument: if true, use this background color. If false, use the default value defined by the filetypes.
|
2007-05-15 15:39:26 +00:00
|
|
|
white_space=0xc0c0c0;0xffffff;true;true
|
2006-11-07 18:53:39 +00:00
|
|
|
|
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-11-07 18:53:39 +00:00
|
|
|
|
|
|
|
# should an horizontal line be drawn at the line where text is folded (only first argument is interpreted)
|
|
|
|
# 0 to disable
|
|
|
|
# 1 to draw the line above folded text
|
|
|
|
# 2 to draw the line below folded text
|
2007-05-15 16:04:37 +00:00
|
|
|
folding_horiz_line=2;0;false;false
|
2006-11-07 18:53:39 +00:00
|
|
|
|
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
|
2007-07-07 11:33:32 +00:00
|
|
|
|
2008-03-07 15:42:46 +00:00
|
|
|
# only first and second argument is interpreted
|
|
|
|
# first argument: drawing of visual flags to indicate a line is wrapped. This is a bitmask of the
|
|
|
|
# values: 0 - No visual flags, 1 - Visual flag at end of subline of a wrapped line, 2 - Visual flag
|
|
|
|
# at begin of subline of a wrapped line, Subline is indented by at least 1 to make room for the flag.
|
|
|
|
# second argument: wether the visual flags to indicate a line is wrapped are drawn near the border
|
|
|
|
# or near the text. This is a bitmask of the values: 0 - Visual flags drawn near border,
|
|
|
|
# 1 - Visual flag at end of subline drawn near text, 2 - Visual flag at begin of subline drawn near text
|
|
|
|
line_wrap_visuals=3;0;false;false
|
|
|
|
|
|
|
|
# sets the size of indentation of sublines for wrapped lines in terms of the width of a space,
|
|
|
|
# only first argument is interpreted
|
|
|
|
line_wrap_indent=0;0;false;false
|
2007-07-07 11:33:32 +00:00
|
|
|
|
|
|
|
[settings]
|
|
|
|
# which characters should be skipped when moving (or included when deleting) to word boundaries
|
|
|
|
# should always include space and tab (\s\t)
|
2007-08-31 12:01:22 +00:00
|
|
|
whitespace_chars=\s\t!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~
|