fg_color The base for the foreground colors.
bg_color Color to generate the background colors from.
base_color The base color.
text_color The text color in input widgets.
selected_bg_color Color for the background of selected text.
selected_fg_color Color of selected text.
tooltip_bg_color Background color of tooltips.
tooltip_fg_color Text color for text in tooltips.
我这里设置是这样的
base_color:#CCE8CF
其中bg_color一般为文件浏览等中的背景,一般为非文本的背景。
base_color 这里为文本编辑区域的背景。
注:设置的时候下面的描述信息可能为A ‘\n’ separated list of “name:color” as defined by the ‘gtk-color-scheme’ setting,
这里需要主要需要使用英文的”;”而不是”\n”