Appearance Window Colors in WIP8?

Anybody able to tell me where these badboys are in the newest WIP8?

Thx
-Alan

hi @Alan_Farkas
Look in Advanced Settings for these colors to start with, I believe these cover the most of the UI items that are in use:
Rhino.UI.ThemeSettings.Content.Background
Rhino.UI.ThemeSettings.Frame.Background
Rhino.UI.ThemeSettings.Content.Text.Disabled
Rhino.UI.ThemeSettings.Content.Text.Enabled
Rhino.UI.ThemeSettings.Frame.Button.Enabled.Text
Rhino.UI.ThemeSettings.Content.Button.Enabled.Text
Rhino.UI.ThemeSettings.Content.List.Enabled.Text
Rhino.UI.ThemeSettings.Frame.Tab.Checked.Text
Rhino.UI.ThemeSettings.Frame.Tab.Unchecked.Text

2 Likes

Ah, ok. Thx so much.

Hi @Gijs,

Sorry, but I can’t seem to figure these parts out in RH8 WIP – this image is from RH7 UI, to make ref easier:

  • Window Borders (green here)
  • Tab Color - Unselected
  • Tab Color - Hover (light blue here)
  • Show Outline/Border of Selected Tab, while Unselected Tabs have No Outline/Border (also, how to change the outline/border color)

Thanks,
Alan

Rhino.UI.ThemeSettings.Frame.Tab.EnabledHover.Background
Rhino.UI.ThemeSettings.Frame.Tab.EnabledHover.Border

Rhino.UI.ThemeSettings.Frame.Tab.Unchecked.Text

maybe these are useful as well:
Rhino.UI.ThemeSettings.Frame.Tab.Checked.Background
Rhino.UI.ThemeSettings.Frame.Tab.Checked.Text

As for the borders, AFAIK these have been removed from v8

Thanks so much.

Sorry to reopen this, but figured better to keep it all together, and Bonus question added :slight_smile:

  1. Did we officially lose the UI Borders in RH8? :frowning:

Great job all around, of course! I just personally liked the outlines so the UI could be a single color, and you could still see the tabs/separation easily.

Bonus question: Is there a way to see the changes I make in the Rhino Options > Advanced window? (EDIT: Rhino.UI.ThemeSettings.Frame.Edge does show in real time, so I guess it’s depending on element)

Thx so much,
Alan

which ones are not showing up for you?

Ah, I meant to write some arent showing up in Real Time. There were numerous as I was going through them yesterday looking for an Advanced control for the borders (which I guess doesn’t exist but seems comically specific, given there are controls in this window for nearly everything else, including edges :sweat_smile:)

Thx