mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
ip
This commit is contained in:
@@ -184,7 +184,8 @@ public class UICatalogTop : Toplevel
|
||||
|
||||
_themesRg = new ()
|
||||
{
|
||||
HighlightStyle = HighlightStyle.Hover
|
||||
HighlightStyle = HighlightStyle.None,
|
||||
SelectedItem = Themes.Keys.ToList ().IndexOf (CachedTheme!.Replace ("_", string.Empty))
|
||||
};
|
||||
|
||||
_themesRg.SelectedItemChanged += (_, args) =>
|
||||
@@ -205,7 +206,11 @@ public class UICatalogTop : Toplevel
|
||||
|
||||
menuItems.Add (new Line ());
|
||||
|
||||
_topSchemeRg = new ();
|
||||
_topSchemeRg = new ()
|
||||
{
|
||||
HighlightStyle = HighlightStyle.None,
|
||||
SelectedItem = Colors.ColorSchemes.Keys.ToList().IndexOf(CachedTopLevelColorScheme!)
|
||||
};
|
||||
|
||||
_topSchemeRg.SelectedItemChanged += (_, args) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user