# SCC default values for font color and font style
#
# font colors: color value #rrggbb with rr = red, gg = green, bb = blue
# (colors range from #000000 (= black) to #FFFFFF (= white))
#
color_background   = #FFFFFF
color_comment      = #238E23
color_keyword      = #FF0000
color_library      = #8E6B23
color_preprocessor = #FF7F00
color_string       = #0000FF
color_character    = #0000FF
color_parentheses  = #FF00FF
color_braces       = #DB3098
color_brackets     = #871F78
color_separator    = #9932CD
color_delimiter    = #3097CA

# font styles: none/one/both of I = italics, B = bold
#
style_comment      = I
style_keyword      =
style_library      =
style_preprocessor =
style_string       =
style_character    =
style_parentheses  =
style_braces       =
style_brackets     =
style_separator    = B
style_delimiter    =
