@using Blazorise @code{ private readonly Theme theme = new() { ColorOptions = new ThemeColorOptions { Dark = ThemeColors.Gray.Shades["100"].Value, Light = ThemeColors.Gray.Shades["800"].Value } }; }