{
  Panel = {
    Menu = {
      Info = "Menu";
      Icon = "menu.xpm";
      Type = SINGLE;
      };
    Appearance = {
      Info = "Appearance";
      Icon = "appearance.xpm";
      Type = {
        Workspace = {
          Info = "Workspace";
	  Icon = "workspace.xpm";
          Type = SINGLE;
	  };
        Tiles = {
          Info = "Tiles";
	  Icon = "tiles.xpm";
          Type = {
            Icons = {
              Info = "Dock and Clip";
              Type = SINGLE;
              };
            Miniwindows = {
              Info = "Miniwindows";
              Type = SINGLE;
            };
          };
        };
        Windows = {
          Info = "Windows";
	  Icon = "titlebar.xpm";
          Type = {
            Focused = {
              Info = "Focused titlebar";
              Type = SINGLE;
            };
            Unfocused = {
              Info = "Unfocused titlebar";
              Type = SINGLE;
            };
            Parent = {
              Info = "Parent titlebar";
              Type = SINGLE;
            };
            Resizebar = {
              Info = "Resizebar";
              Type = SINGLE;
            };
            Widget = {
              Info = "Titlebuttons";
              Type = SINGLE;
            };
          };
        };
        Menu = {
          Info = "Menu";
	  Icon = "menustyle.xpm";
          Type = {
            Title = {
              Info = "Menutitle";
              Type = SINGLE;
              };
            Text = {
              Info = "Menuitem";
              Type = SINGLE;
              };
          };
        };
      };
    };
    Themes = {
      Info = "Themes";
      Icon = "themes.xpm";
      Type = SINGLE;
    };
    Shortcuts = {
       Info = "Shortcuts";
       Icon = "shortcuts.xpm";
       Type = SINGLE;
    };
    Mouse = {
       Info = "Mouse";
       Type = SINGLE;
       Icon = "mouse.xpm";
    };
    Windows = {
       Info = "Window\nhandling";
       Type = SINGLE;
       Icon = "windows.xpm";
    };
    Workspace = {
       Info = "Workspace";
       Type = SINGLE;
       Icon = "desktop.xpm";
    };
    Effects = {
       Info = "Special\neffects";
       Type = SINGLE;
       Icon = "effects.xpm";
    };
    Paths = {
       Info = "Paths";
       Icon = "paths.xpm";
       Type = SINGLE;
    };
    Misc = {
       Info = "Misc";
       Type = SINGLE;
       Icon = "misc.xpm";
	 };
  };
  WindowMaker = {
    NoWindowUnderDock = {
      Type = Bool;
      Group = "Windows";
      Title = "Prevent windows from getting themselves under the dock when maximized";
      Default = No;
      Range = ();
    };
    NoWindowOverIcons = {
      Type = Bool;
      Group = "Windows";
      Title = "Prevent windows from overlapping minimized windows when maximized";
      Default = No;
      Range = ();
    };
    OpenTransientOnOwnerWorkspace = {
      Type = Bool;
      Group = "Windows";
      Title = "Open dialog windows on the workspace of the owner rather than on the current workspace";
      Default = No;
      Range = ();
    };
    CirculateRaise = {
      Type = Bool;
      Group = "Windows";
      Title = "Raise windows as you cycle through them using the keyboard";
      Default = No;
      Range = ();
    };
    WindozeCycling = {
      Type = Bool;
      Group = "Windows";
      Title = "Use the Windoze style when cycling through windows with the `focus next window' shortcut";
      Default = No;
      Range = ();
    };
    PopupSwitchMenu = {
      Type = Bool;
      Group = "Windows";
      Title = "Popup the window list as you cycle through windows (only if Windoze cycling is enabled)";
      Default = No;
      Range = ();
    };
    AutoFocus = {
      Type = Bool;
      Group = "Windows";
      Title = "Automatically give focus to a window when it is mapped";
      Default = Yes;
      Range = ();
    };
    FocusMode = {
      Type = String;
      Group = "Windows";
      Title = "Window Focus Mode: ";
      Default = Manual;
      Range = (Auto, SemiAuto, Manual);
      RangeInfo = ("The window currently being pointed to has focus", "The window currently being pointed to has focus (sloppy focus)", "Click on the window to focus it");
      };
    RaiseDelay = {
      Type = Int;
      Group = "Windows";
      Title = "Delay in milliseconds before a newly focused window is raised: ";
      Default = 0;
      Range = (0, 2048);
    };
    ColormapMode = {
      Type = String;
      Group = "Windows";
      Title = "Which application should get the most colors: ";
      Default = Auto;
      Range = (Auto, Manual);
      RangeInfo = ("The window currently being pointed to", "The window clicked onto");
    };
    WindowPlacement = {
      Type = String;
      Group = "Windows";
      Title = "How to place newly mapped windows: ";
      Default = Cascade;
      Range = (Cascade, Auto, Smart, Manual, Random);
      RangeInfo = ("Use a cascading effect", "Place window in the free space", "Place window in the best free space", "Let user place the window manually", "Place window at a random position");
    };
    WindowPlaceOrigin = {
      Type = Int;
      Group = "Windows";
      Title = "Offset (x, y) between windows in cascade placement mode: ";
      Default = (64, 64);
      Range = (0, 256, 0, 256);
    };
    AdvanceToNewWorkspace = {
      Type = Bool;
      Group = "Workspace";
      Title = "Generate a new workspace when trying to advance from the last workspace";
      Default = Yes;
      Range = ();
    };
    CycleWorkspaces = {
      Type = Bool;
      Group = "Workspace";
      Title = "Jump to the first workspace when trying to advance from the last workspace (and vice-versa)";
      Default = No;
      Range = ();
    };
    DontLinkWorkspaces = {
      Type = IBool;
      Group = "Workspace";
      Title = "Automatically switch to next/previous workspace when dragging a window to the screen edge";
      Default = No;
      Range = ();
    };
    DisableClip = {
      Type = IBool;
      Group = "Workspace";
      Title = "Open application clip on startup (startup option)";
      Default = No;
      Range = ();
    };
    DisableDock = {
      Type = IBool;
      Group = "Workspace";
      Title = "Open application dock on startup (startup option)";
      Default = No;
      Range = ();
    };
    DisableMiniwindows = {
      Type = IBool;
      Group = "Workspace";
      Title = "Show minimized windows (startup option)";
      Default = No;
      Range = ();
    };
    AutoArrangeIcons = {
      Type = Bool;
      Group = "Workspace";
      Title = "Automatically arrange minimized windows if required";
      Default = No;
      Range = ();
    };
    StickyIcons = {
      Type = IBool;
      Group = "Workspace";
      Title = "Show minimized windows only on the workspace on which they have been minimized";
      Default = No;
      Range = ();
    };
    DisableBlinking = {
      Type = IBool;
      Group = "Workspace";
      Title = "Show marching ants animation when minimized windows are selected";
      Default = No;
      Range = ();
    };
    Attraction = {
      Type = Bool;
      Group = "Workspace";
      Title = "Attract a window by the borders of visibile windows (or screen) when moved";
      Default = No;
      Range = ();
    };
    EdgeResistance = {
      Type = Int;
      Group = "Workspace";
      Title = "Resistance against moving windows off the screen: ";
      Default = 0;
      Range = (0, 256);
    };
    WorkspaceBorderSize = {
      Type = String;
      Group = "Workspace";
      Title = "Thickness of workspace border (not covered by windows): ";
      Default = 0;
      Range = (0, 1, 2, 3, 4, 5);
      RangeInfo = ("no border", "1 pixel", "2 pixels", "3 pixels", "4 pixels", "5 pixels");
    };
    WorkspaceBorder = {
      Type = String;
      Group = "Workspace";
      Title = "Position of workspace border: ";
      Default = None;
      Range = (LeftRight, TopBottom, AllDirections);
      RangeInfo = ("left and right screen side", "bottom and top screen side", "all screen sides");
    };
    IconPosition = {
      Type = String;
      Group = "Workspace";
      Title = "Orientation and position of icon box: ";
      Default = blh;
      Range = (tlh, trh, blh, brh, tlv, trv, blv, brv);
      RangeInfo = ("Horizontal in the top left corner", "Horizontal in the top right corner", "Horizontal in the bottom left corner", "Horizontal in the bottom right corner", "Vertical in the top left corner", "Vertical in the top right corner", "Vertical in the bottom left corner", "Vertical in the bottom right corner");
    };
    IconSize = {
      Type = String;
      Group = "Workspace";
      Title = "Size of icons (startup option): ";
      Default = 64;
      Range = (24, 32, 40, 48, 56, 64, 72, 80, 88, 96);
      RangeInfo = ("24x24", "32x32", "40x40", "48x48", "56x56", "64x64", "72x72", "80x80", "88x88", "96x96");
    };
    WorkspaceNameDisplayPosition = {
      Type = String;
      Group = "Workspace";
      Title = "Position of workspace name indicator: ";
      Default = Center;
      Range = (None, Center, Top, Bottom, Topleft, Topright,
	       Bottomleft, Bottomright);
      RangeInfo = ("Not visible", "Center of screen", "Top of screen", "Bottom of screen", "Top left corner", "Top right corner", "Bottom left corner", "Bottom right corner");
    };
    IgnoreFocusClick = {
      Type = IBool;
      Group = "Mouse";
      Title = "Let application receive the mouse click that causes its window to focus";
      Default = No;
      Range = ();
    };
    DisableWSMouseActions = {
      Type = Bool;
      Group = "Mouse";
      Title = "Pass a root window mouse click on to a filemanager rather than to Window Maker";
      Default = No;
      Range = ();
    };
    SelectWindowsMouseButton = {
      Type = String;
      Group = "Mouse";
      Title = "Mouse button to select multiple windows with the rubberband: ";
      Default = Left;
      Range = (Left, Middle, Right, Button4, Button5);
      RangeInfo = ("Button 1 (left)", "Button 2 (middle)", "Button 3 (right)", "Button 4", "Button 5");
    };
    WindowListMouseButton = {
      Type = String;
      Group = "Mouse";
      Default = Middle;
      Title = "Mouse button to pop up the window list: ";
      Range = (Left, Middle, Right, Button4, Button5);
      RangeInfo = ("Button 1 (left)", "Button 2 (middle)", "Button 3 (right)", "Button 4", "Button 5");
    };
    ApplicationMenuMouseButton = {
      Type = String;
      Group = "Mouse";
      Title = "Mouse button to pop up the application menu: ";
      Default = Right;
      Range = (Left, Middle, Right, Button4, Button5);
      RangeInfo = ("Button 1 (left)", "Button 2 (middle)", "Button 3 (right)", "Button 4", "Button 5");
    };
    DoubleClickTime = {
      Type = Int;
      Group = "Mouse";
      Title = "Maximum delay between the two clicks of a double click: ";
      Default = 250;
      Range = (0, 2048);
    };
    WindowTitleBalloons = {
      Type = Bool;
      Group = "Effects";
      Title = "Show balloons for partly visible window titles";
      Default = Yes;
      Range = ();
    };
    AppIconBalloons = {
      Type = Bool;
      Group = "Effects";
      Title = "Show balloons for application icons (docked or not)";
      Default = No;
      Range = ();
    };
    MiniwindowTitleBalloons = {
      Type = Bool;
      Group = "Effects";
      Title = "Show balloons for title of minimized window";
      Default = No;
      Range = ();
    };
    OpaqueMove = {
      Type = Bool;
      Group = "Effects";
      Title = "Show window contents rather than outline only when moving a window";
      Default = No;
      Range = ();
    };
    Superfluous = {
      Type = Bool;
      Group = "Effects";
      Title = "Show several special effects that bloat and slow down Window Maker";
      Default = No;
      Range = ();
    };
    DisableAnimations = {
      Type = IBool;
      Group = "Effects";
      Title = "Show animations such as the minimize and shade animation";
      Default = No;
      Range = ();
    };
    SmoothWorkspaceBack = {
      Type = Bool;
      Group = "Attributes/Workspace";
      Title = "Smooth workspace background images after scaling";
      Default = No;
      Range = ();
    };
    ResizeDisplay = {
      Type = String;
      Group = "Effects";
      Title = "Style of geometry box when resizing the window: ";
      Default = Corner;
      Range = (None, Corner, Center, Floating, Line);
      RangeInfo = ("No geometry box", "Appears in the top left corner of the screen", "Appears in the screen center", "Keeps with the window", "No box - use technical drawing like lines");
    };
    MoveDisplay = {
      Type = String;
      Group = "Effects";
      Title = "Style of geometry box when moving the window: ";
      Default = Corner;
      Range = (None, Corner, Center, Floating, Line);
      RangeInfo = ("No geometry box", "Appears in the top left corner of the screen", "Appears in the screen center", "Keeps with the window", "No box - use technical drawing like lines");
    };
    IconificationStyle = {
      Type = String;
      Group = "Effects";
      Title = "Style of miniaturization animation: ";
      Default = Zoom;
      Range = (Zoom, Twist, Flip, Random, None);
      RangeInfo = ("Window is zoomed", "Window is twisted", "Window is flipped", "Window is zoomed, twisted, or flipped (random choice)", "No animation");
    };
    MenuStyle = {
      Type = String;
      Group = "Effects";
      Title = "Style of the menu texture: ";
      Default = normal;
      Range = (Normal, SingleTexture, Flat);
      RangeInfo = ("One texture per item", "A single texture spanning the whole menu", "A single texture without bevels spanning the whole menu");
    };
    TitleJustify = {
      Type = String;
      Group = "Effects";
      Title = "Justification of text in window title bars: ";
      Default = Center;
      Range = (Left, Center, Right);
      RangeInfo = ("Left", "Center", "Right");
    };
    MenuScrollSpeed = {
      Type = String;
      Group = "Effects";
      Title = "Speed of menu scrolling: ";
      Default = Medium;
      Range = (UltraFast, Fast, Medium, Slow, UltraSlow);
      RangeInfo = ("Very fast", "Fast", "Normal", "Slow", "Very slow");
    };
    IconSlideSpeed = {
      Type = String;
      Group = "Effects";
      Title = "Speed of icon sliding: ";
      Default = Medium;
      Range = (UltraFast, Fast, Medium, Slow, UltraSlow);
      RangeInfo = ("Very fast", "Fast", "Normal", "Slow", "Very slow");
    };
    ShadeSpeed = {
      Type = String;
      Group = "Effects";
      Title = "Speed of window shading: ";
      Default = Medium;
      Range = (UltraFast, Fast, Medium, Slow, UltraSlow);
      RangeInfo = ("Very fast", "Fast", "Normal", "Slow", "Very slow");
    };
    WrapMenus = {
      Type = IBool;
      Group = "Menu";
      Title = "Center the titlebar of a menu at the clicked position even if it is partly shown outside of the screen";
      Default = No;
      Range = ();
    };
    ScrollableMenus = {
      Type = Bool;
      Group = "Menu";
      Title = "Scroll a partly hidden menu back onto the screen as you move your mouse over it";
      Default = Yes;
      Range = ();
    };
    AlignSubmenus = {
      Type = Bool;
      Group = "Menu";
      Title = "Place the titlebar of a submenu at exactly the same height as the titlebar of its parent";
      Default = No;
      Range = ();
    };
    NewStyle = {
      Type = Bool;
      Group = "Misc";
      Title = "Use new style titlebar buttons rather than original NeXT buttons (startup option)";
      Default = No;
      Range = ();
    };
    SaveSessionOnExit = {
      Type = Bool;
      Group = "Misc";
      Title = "Automatically save the session state when exiting Window Maker";
      Default = No;
      Range = ();
    };
    UseSaveUnders = {
      Type = Bool;
      Group = "Misc";
      Title = "Enable save-under buffering mode for windows";
      Default = No;
      Range = ();
    };
    DontConfirmKill = {
      Type = IBool;
      Group = "Misc";
      Title = "Show confirmation panel for the window menu command `Kill'";
      Default = No;
      Range = ();
    };
    DisableSound = {
      Type = Bool;
      Group = "Misc";
      Title = "Disable sound at runtime without the need of killing the sound server";
      Default = No;
      Range = ();
    };
    DisableDithering = {
      Type = IBool;
      Group = "Misc";
      Title = "Dither gradients and pixmaps etc. when in low color mode (startup option)";
      Default = No;
      Range = ();
    };
    ColormapSize = {
      Type = Int;
      Group = "Misc";
      Title = "Size of dithering colormap in colors per channel (startup option): ";
      Default = 4;
      Range = (2, 5);
    };
    PixmapPath = {
      Type = Pathlist;
      Group = Paths;
      Info = "Whenever WindowMaker is given a relative path to find a texture pixmap in, it searches each of these paths in order for that pixmap.";
      Title = "Pixmap search paths";
      Default = (
        "~/GNUstep/Library/WindowMaker/Pixmaps",
        "~/GNUstep/Library/WindowMaker/Backgrounds",
        "/usr/X11R6/share/WindowMaker/Pixmaps",
        "/usr/X11R6/share/WindowMaker/Backgrounds",
        "/usr/local/share/WindowMaker/Pixmaps",
        "/usr/local/share/WindowMaker/Backgrounds",
        "/usr/X11R6/include/X11/pixmaps",
        "/usr/local/share/pixmaps",
        "/usr/X11R6/share/pixmaps"
      );
      Range = ();
    };
    IconPath = {
      Type = Pathlist;
      Group = Paths;
      Info = "Whenever WindowMaker is given a relative path to find a icon pixmap in, it searches each of these paths in order for that pixmap.";
      Title = "Icon search paths";
      Default = (
        "~/GNUstep/Library/Icons",
        "~/GNUstep/Library/WindowMaker/Pixmaps",
        "/usr/X11R6/share/WindowMaker/Icons",
        "/usr/X11R6/share/WindowMaker/Pixmaps",
        "/usr/local/share/WindowMaker/Icons",
        "/usr/local/share/WindowMaker/Pixmaps",
        "/usr/X11R6/include/X11/pixmaps",
        "/usr/local/share/pixmaps",
        "/usr/X11R6/share/pixmaps"
      );
      Range = ();
    };
    ThemePath = {
      Type = Pathlist;
      Group = Themes;
      Info = "Wmakerconf searches each of these paths in order for the list of available themes.";
      Title = "Theme search paths";
      Default = (
        "/usr/X11R6/share/WindowMaker/Themes",
	"/usr/local/share/WindowMaker/Themes",
        "~/GNUstep/Library/WindowMaker/Themes"
      );
      Range = ();
    };
    RootMenuKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Pop up the root menu";
      Default = None;
      Range = ();
    };
    WindowListKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Pop up the window list";
      Default = None;
      Range = ();
    };
    WindowMenuKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Pop up the commands menu for the focused window";
      Default = None;
      Range = ();
    };
    ClipLowerKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Lower the clip";
      Default = None;
      Range = ();
    };
    ClipRaiseKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Raise the clip";
      Default = None;
      Range = ();
    };
    ClipRaiseLowerKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Raise or lower the clip";
      Default = None;
      Range = ();
    };
    MiniaturizeKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Iconify a window";
      Default = None;
      Range = ();
    };
    MaximizeKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Maximize the focused window to its full size";
      Default = None;
      Range = ();
    };
    VMaximizeKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Maximize the focused window to its full vertical size";
      Default = None;
      Range = ();
    };
    MoveResizeKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Move or resize the focused window";
      Default = "Meta+Up";
      Range = ();
    };
    LowerKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Lower the focused window to the bottom";
      Default = "Meta+Down";
      Range = ();
    };
    RaiseKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Raise the focused window to the top";
      Default = "Meta+Up";
      Range = ();
    };
    RaiseLowerKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Raise or lower the window under the mouse pointer";
      Default = None;
      Range = ();
    };
    FocusNextKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch input focus to the next window";
      Default = None;
      Range = ();
    };
    FocusPrevKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch input focus to the previous window";
      Default = None;
      Range = ();
    };
    ShadeKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Shade the focused window";
      Default = None;
      Range = ();
    };
    CloseKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Close the focused window";
      Default = None;
      Range = ();
    };
    HideKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Hide an application (if supported)";
      Default = None;
      Range = ();
    };
    SelectKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Select a window";
      Default = None;
      Range = ();
    };
    NextWorkspaceKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to the next workspace";
      Default = None;
      Range = ();
    };
    PrevWorkspaceKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to the previous workspace";
      Default = None;
      Range = ();
    };
    NextWorkspaceLayerKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to the next 10 workspace set";
      Default = None;
      Range = ();
    };
    PrevWorkspaceLayerKey = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to the previous 10 workspace set";
      Default = None;
      Range = ();
    };
    WindowShortcut1Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to user defined window 1";
      Default = None;
      Range = ();
    };
    WindowShortcut2Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to user defined window 2";
      Default = None;
      Range = ();
    };
    WindowShortcut3Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to user defined window 3";
      Default = None;
      Range = ();
    };
    WindowShortcut4Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to user defined window 4";
      Default = None;
      Range = ();
    };
    Workspace1Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 1";
      Default = None;
      Range = ();
    };
    Workspace2Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 2";
      Default = None;
      Range = ();
    };
    Workspace3Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 3";
      Default = None;
      Range = ();
    };
    Workspace4Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 4";
      Default = None;
      Range = ();
    };
    Workspace5Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 5";
      Default = None;
      Range = ();
    };
    Workspace6Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 6";
      Default = None;
      Range = ();
    };
    Workspace7Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 7";
      Default = None;
      Range = ();
    };
    Workspace8Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 8.";
      Default = None;
      Range = ();
    };
    Workspace9Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 9";
      Default = None;
      Range = ();
    };
    Workspace10Key = {
      Type = Key;
      Group = Shortcuts;
      Info = "Switch to workspace 10";
      Default = None;
      Range = ();
    };
    ModifierKey = {
      Type = String;
      Group = Shortcuts;
      Title = "Modifier to use as `Meta' key";
      Default = Mod1;
      Range = (
        Alt,
        Meta,
        Hyper,
        Super,
        Control,
        Shift,
        Mod1,
        Mod2,
        Mod3,
        Mod4,
        Mod5
      );
    };
    WindowTitleFont = {
      Type = Font;
      Group = "Appearance/Windows/Focused";
      Info = "Window title font";
      Default = "helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
      Range = ();
    };
    MenuTitleFont = {
      Type = Font;
      Group = "Appearance/Menu/Title";
      Info = "Menu title font";
      Default = "helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
      Range = ();
    };
    MenuTextFont = {
      Type = Font;
      Group = "Appearance/Menu/Text";
      Info = "Menu item font";
      Default = "helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
      Range = ();
    };
    IconTitleFont = {
      Type = Font;
      Group = "Appearance/Tiles/Miniwindows";
      Info = "Icon title font";
      Default = "helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
      Range = ();
    };
    ClipTitleFont = {
      Type = Font;
      Group = "Appearance/Tiles/Icons";
      Info = "Font for the workspace name and number in the clip's main icon";
      Default = "helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*";
      Range = ();
    };
    LargeDisplayFont = {
      Type = Font;
      Group = "Appearance/Workspace";
      Info = "Workspace name indicator";
      Default = "helvetica-medium-r-normal-*-24-*-*-*-*-*-*-*";
      Range = ();
    };
    MenuTitleColor = {
      Type = TextColor;
      Group = "Appearance/Menu/Title";
      Info = "Text color of a menu title";
      Title = "Text";
      Default = white;
      Range = ();
    };
    MenuTextColor = {
      Type = Color;
      Group = "Appearance/Menu/Text";
      Info = "Text color of a menu item";
      Title = "Text (normal)";
      Default = black;
      Range = ();
    };
    MenuDisabledColor = {
      Type = Color;
      Group = "Appearance/Menu/Text";
      Info = "Text color of a disabled menu item";
      Title = "Text (disabled)";
      Default = 616161;
      Range = ();
    };
    HighlightTextColor = {
      Type = Color;
      Group = "Appearance/Menu/Text";
      Info = "Text color of a menu highlight";
      Title = "Text (highlight)";
      Default = black;
      Range = ();
    };
    HighlightColor = {
      Type = Color;
      Group = "Appearance/Menu/Text";
      Info = "Background color of a menu highlight";
      Title = "Background (highlight)";
      Default = white;
      Range = ();
    };
    IconTitleColor = {
      Type = Color;
      Group = "Appearance/Tiles/Miniwindows";
      Info = "Text color of an icon title";
      Title = "Text";
      Default = white;
      Range = ();
    };
    IconTitleBack = {
      Type = Color;
      Group = "Appearance/Tiles/Miniwindows";
      Info = "Background color of an icon title";
      Title = "Background";
      Default = black;
      Range = ();
    };
    FTitleColor = {
      Type = TextColor;
      Group = "Appearance/Windows/Focused";
      Info = "Text color of a focused window title";
      Title = "Text";
      Default = white;
      Range = ();
    };
    PTitleColor = {
      Type = TextColor;
      Group = "Appearance/Windows/Parent";
      Info = "Text color of the title of the parent of the focused window";
      Title = "Text";
      Default = white;
      Range = ();
    };
    UTitleColor = {
      Type = TextColor;
      Group = "Appearance/Windows/Unfocused";
      Info = "Text color of an unfocused window title";
      Title = "Text";
      Default = black;
      Range = ();
    };
    ClipTitleColor = {
      Type = Color;
      Group = "Appearance/Tiles/Icons";
      Info = "Color of the workspace name and number on the clip's main icon";
      Title = "Text (active)";
      Default = black;
      Range = ();
    };
    CClipTitleColor = {
      Type = Color;
      Group = "Appearance/Tiles/Icons";
      Info = "Color of the workspace name and number on the clip's main icon when clip is collapsed";
      Title = "Text (collapsed)";
      Default = 616161;
      Range = ();
    };
    IconBack = {
      Type = Texture;
      Group = "Appearance/Tiles/Icons";
      Default = (solid, gray);
      Range = ();
    };
    WorkspaceBack = {
      Type = Texture;
      Group = "Appearance/Workspace";
      Default = (solid, blue);
      Range = ();
    };
    WorkspaceSpecificBack = {
      Type = Text;
      Group = None;
      Default = (());
      Range = ();
    };
    FTitleBack = {
      Type = Texture;
      Group = "Appearance/Windows/Focused";
      Default = (solid, black);
      Range = ();
    };
    PTitleBack = {
      Type = Texture;
      Group = "Appearance/Windows/Parent";
      Default = (solid, 616161);
      Range = ();
    };
    UTitleBack = {
      Type = Texture;
      Group = "Appearance/Windows/Unfocused";
      Default = (solid, gray);
      Range = ();
    };
    ResizebarBack = {
      Type = Texture;
      Group = "Appearance/Windows/Resizebar";
      Default = (solid, gray);
      Range = ();
    };
    MenuTitleBack = {
      Type = Texture;
      Group = "Appearance/Menu/Title";
      Default = (solid, black);
      Range = ();
    };
    MenuTextBack = {
      Type = Texture;
      Group = "Appearance/Menu/Text";
      Default = (solid, gray);
      Range = ();
    };
    WidgetColor = {
      Type = Texture;
      Group = "Appearance/Windows/Widget";
      Default = (solid, gray);
      Range = ();
    };
  };
}
