You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created an option to control wether or not InterSpec will transition to the "dark" color theme when the OS does.
Previously there was no indication to the user that they had to create and select a custom color theme in order to prevent InterSpec from applying the OS color scheme.
Copy file name to clipboardExpand all lines: InterSpec_resources/static_text/color_theme_dialog_help.xml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,10 @@ This tool allows you to customize colors on the spectrum and time charts, as wel
14
14
icon; you can also upload <em>JSON</em> color themes by using the "<b>Upload...</b>" button at the bottom of the tool. The <em>JSON</em>
15
15
representation is convienient if you would like to use the same color theme on multiple devices.
16
16
</p>
17
-
17
+
<p>
18
+
When the '<em>Auto apply "Dark" from OS</em>' checkbox is checked, then whenever the operating system transitions into its "dark" color scheme, then <b>InterSpec</b> will automatically apply the default "<em>Dark</em>" color theme; when the operating system goes back to its default or "light" theme, then your selected color theme will be applied, or if you havent selected a color theme, the "Default" color theme will be used.
19
+
There is currently no way to customize the auto-applied dark theme.
0 commit comments