add "4" key to metadata.xml

This commit is contained in:
Martin Rotter 2021-11-18 09:51:37 +01:00
parent b35d52be31
commit a286d67779

View File

@ -12,9 +12,17 @@
struct RSSGUARD_DLLSPEC Skin {
enum class PaletteColors {
// Used to highlight foreground of some interesting articles.
Highlight = 1,
// Foreground color of errorneous entries.
Error = 2,
Allright = 3
// OK-ish color.
Allright = 3,
// Foreground color when item is highlighted/selected.
HighlightedError = 4
};
QString m_baseName;