OOF2: The Manual

Name

OOF.Settings.Theme — Set the look and feel of the graphical user interface.

Synopsis

OOF.Settings.Theme(theme)

Details

  • Parent Menu: OOF.Settings
  • Callback: function setTheme in module ooflib.common.IO.mainmenu
  • Parameters:

    theme
    The name of a gnome theme. Type: A character string.

Description

This command sets the color scheme and widget styles used in the GUI. OOF2 uses the Gtk3 graphics toolkit from Gnome. Gnome themes may be downloaded from various places on the web (search for gtk3 themes). OOF2 will look for themes in various system directories and in the .themes subdirectory in your home directory.

To automatically set the theme for all OOF2 sessions, put this command in the file .oof2rc in your home directory. For example:

    OOF.Settings.Theme(theme="HighContrastInverse")