introduce theme files and handle in notification popup
This commit is contained in:
12
ntfysh_client/Themes/BaseTheme.cs
Normal file
12
ntfysh_client/Themes/BaseTheme.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace ntfysh_client.Themes
|
||||
{
|
||||
internal abstract class BaseTheme
|
||||
{
|
||||
public abstract Color BackgroundColor {get; }
|
||||
public abstract Color ControlBackGroundColor {get; }
|
||||
public abstract Color ControlMouseOverBackgroundColor { get; }
|
||||
public abstract Color ForegroundColor { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user