Change accent color to purple

This commit is contained in:
kramo
2023-02-24 22:21:32 +01:00
parent 6ba86451c7
commit 2e1acc4a2e
3 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
<file preprocess="xml-stripblanks">gtk/help-overlay.ui</file>
<file preprocess="xml-stripblanks">gtk/game.ui</file>
<file preprocess="xml-stripblanks">gtk/preferences.ui</file>
<file alias="style.css">gtk/style.css</file>
<file alias="style-dark.css">gtk/style-dark.css</file>
<file>library_placeholder.svg</file>
</gresource>
</gresources>

2
data/gtk/style-dark.css Normal file
View File

@@ -0,0 +1,2 @@
@define-color accent_color @purple_1;
@define-color accent_bg_color @purple_4;

2
data/gtk/style.css Normal file
View File

@@ -0,0 +1,2 @@
@define-color accent_color @purple_5;
@define-color accent_bg_color @purple_3;