diff --git a/Docs/README.gui b/Docs/README.gui index 9b702f5fc..e52e6fc81 100644 --- a/Docs/README.gui +++ b/Docs/README.gui @@ -437,8 +437,8 @@ GLOBAL SETTINGS ("THEMES") -------------------------- FlightGear reads GUI (Graphical User Interface) style information -from /sim/gui/, which is by default defined in file $FG_ROOT/gui/style.xml. -This file contains and : +from /sim/gui/, which is by default loaded from file $FG_ROOT/gui/style.xml. +This file contains one and one group: global font settings @@ -516,9 +516,10 @@ if, for example, a button is to be drawn: a. read the hard-coded default "background" color from (0) as base b. merge the global "background" color from (2) in (if defined) c. merge a global color "button-background" from (3) in (if defined) - d. merge a specific from the dialog XML file in (if defined) + d. merge a specific from the dialog's XML file in (if defined) - Repeat the four steps for the button's "foreground", "highlight", etc. + Repeat the four steps for the button's "foreground", "highlight", + etc. color. @@ -535,10 +536,12 @@ from (2): 0.0 1.0 + + ... This makes all dialogs dark red. But you don't, for example, want buttons -to be red, but yellow. So you define a color for buttons: +to be red, but yellow. So you define another color for buttons: