mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
actually add accent color
This commit is contained in:
parent
dfe1af248c
commit
3be62c9294
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public:
|
||||||
} line;
|
} line;
|
||||||
};
|
};
|
||||||
|
|
||||||
QColor accent;
|
QColor accent{"#00aeef"};
|
||||||
|
|
||||||
/// WINDOW
|
/// WINDOW
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Reference in a new issue