diff options
author | ikeblaster <ike@thez.info> | 2021-08-28 15:43:51 +0200 |
---|---|---|
committer | ikeblaster <ike@thez.info> | 2021-08-28 15:43:51 +0200 |
commit | 33fe69a40aedb1ff4849818a2a7527f10820c791 (patch) | |
tree | 65fcdbdc8d1bb34e1586e396ef48c64e2d2da530 /plugins/TabSRMM/src/themes.h | |
parent | bc9c084e1214b800b403a481210dd3f492c340e8 (diff) |
TabSRMM - new "aero" custom theme
Better for dark themes
Diffstat (limited to 'plugins/TabSRMM/src/themes.h')
-rw-r--r-- | plugins/TabSRMM/src/themes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/themes.h b/plugins/TabSRMM/src/themes.h index 9a5c30ffb6..5a99146da6 100644 --- a/plugins/TabSRMM/src/themes.h +++ b/plugins/TabSRMM/src/themes.h @@ -288,7 +288,8 @@ public: AERO_EFFECT_SOLID = 3,
AERO_EFFECT_WHITE = 4,
AERO_EFFECT_CUSTOM = 5,
- AERO_EFFECT_LAST = 6
+ AERO_EFFECT_CUSTOM2 = 6,
+ AERO_EFFECT_LAST = 7
};
enum {
AERO_EFFECT_AREA_MENUBAR = 0,
|