# SCCFONT: contains 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 = #FF8000
color_string       = #0000FF
color_character    = #0000FF
color_number       = #802000
color_parentheses  = #FF00FF
color_braces       = #DB3098
color_brackets     = #871F78
color_separator    = #9932CD
color_delimiter    = #3080CA

# font styles: none resp. one or more of I = italics, B = bold,
# U = underline, S = strike through
#
style_comment      = I
style_keyword      =
style_library      =
style_preprocessor =
style_string       =
style_character    =
style_number       =
style_parentheses  =
style_braces       =
style_brackets     =
style_separator    = B
style_delimiter    =

