AppFrame Settings in Revit.ini

In the Revit.ini file, settings in the [AppFrame] section correspond to some settings in the Options dialog.

FollowSystemColorTheme

Set app frame to follow Windows system settings.

Type = integer

Valid values: 1 = use system settings (default), 0 = use theme settings

RibbonRefreshInterval

Specifies how often the ribbon is refreshed, in milliseconds.

Type = integer

Default = 50 (milliseconds)

Theme

Corresponds to the Active theme setting on the User Interface tab of the Options dialog.

Type = integer

Valid values: 1 = light, 0 = dark

Example

[AppFrame]
RibbonRefreshInterval=100
Theme=1