7 lines
122 B
C#
7 lines
122 B
C#
namespace Wino.Core.Domain.Interfaces;
|
|
|
|
public interface IUnderlyingThemeService
|
|
{
|
|
bool IsUnderlyingThemeDark();
|
|
}
|