Gamgi Config

base_r, base_g, base_b

Set the background color used in GAMGI large text messages. The default is the olive green color that Red Hat used for Emacs.

Example: <gamgi base_r="0.184" base_g="0.309" base_b="0.309"/> (default)
(defined in GAMGI_GTK_BACKGROUND_R, GAMGI_GTK_BACKGROUND_G 
and GAMGI_GTK_BACKGROUND_B)
Allowed values: 0.0 - 1.0 (optional, coupled)

text_r, text_g, text_b

Set the foreground color used in GAMGI large text messages. The default is the light yellow color that Red Hat used for Emacs.
Example: <gamgi text_r="0.957" text_g="0.867" text_b="0.699"/> (default)
(defined in GAMGI_GTK_FOREGROUND_R, GAMGI_GTK_FOREGROUND_G 
and GAMGI_GTK_FOREGROUND_B)
Allowed values: 0.0 - 1.0 (optional, coupled)

title_r, title_g, title_b

Set the color used in titles, in GAMGI large text messages, usually with a different, larger, font.
Example: <gamgi title_r="1.0" title_g="1.0" title_b="0.0"/>  (default)
(defined in GAMGI_GTK_TITLE_R, GAMGI_GTK_TITLE_G and GAMGI_GTK_TITLE_B)
Allowed values: 0.0 - 1.0 (optional, coupled)

bold_r, bold_g, bold_b

Set the color used to highlight contents, in GAMGI large text messages, usually inside bold blocks.
Example: <gamgi bold_r="1.0" bold_g="1.0" bold_b="0.0"/> (default) 
(defined in GAMGI_GTK_BOLD_R, GAMGI_GTK_BOLD_G and GAMGI_GTK_BOLD_B)
Allowed values: 0.0 - 1.0 (optional, coupled)

link_r, link_g, link_b

Set the color used to show URL and E-mail addresses, in GAMGI large text messages. Sometimes it is chosen also to highlight sub-titles.
Example: <gamgi link_r="0.8" link_g="1.0" link_b="1.0"/> (default)
(defined in GAMGI_GTK_LINK_R, GAMGI_GTK_LINK_G and GAMGI_GTK_LINK_B)
Allowed values: 0.0 - 1.0 (optional, coupled)
Home