From ab787e997c927bf8e2684b2e1ac667a57f225102 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 24 Nov 2018 04:18:20 +0100 Subject: Dark theme GUI changes Add icons better suited for dark themes and don't draw an ellipse around the letter when calling Helper::icon and use the theme's text color to better match the desktop theme. Just be a good tenant and respect the user's choices where applicable. --- smglobals.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'smglobals.cpp') diff --git a/smglobals.cpp b/smglobals.cpp index 278772e..b6f8a3f 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -146,21 +146,26 @@ SmGlobals::SmGlobals() : mPictureViewer(nullptr), mVideoViewer(nullptr), mArchiv mIcons.insert("Shackles", ":/shackles.png"); mIcons.insert("Steel collar", ":/steel_collar.png"); mIcons.insert("Butt plug", ":/butt_plug.png"); + mIcons.insert("Butt plug (light)", ":/butt_plug_light.png"); mIcons.insert("Hourglass figure", ":/hourglass_figure.png"); mIcons.insert("Big ass", ":/big_ass.png"); mIcons.insert("Big tit", ":/big_tit.png"); mIcons.insert("Bizarre amputee", ":/bizarre_amputee.png"); mIcons.insert("Spreading pants", ":/spreadingpants.png"); mIcons.insert("Leather dog hood", ":/dog_hood.png"); + mIcons.insert("Dog hood (light)", ":/dog_hood_light.png"); mIcons.insert("Male chastity belt", ":/male_chastity_belt.png"); mIcons.insert("Anal stretcher", ":/analstretcher.png"); mIcons.insert("Big balls", ":/big_balls.png"); mIcons.insert("Big pierced balls", ":/huge_balls_pierced.png"); mIcons.insert("Huge bra", ":/huge_bra.png"); + mIcons.insert("Huge bra (light)", ":/huge_bra_light.png"); mIcons.insert("Squirting nipple", ":/squirting_nipple.png"); + mIcons.insert("Squirting nipple (light)", ":/squirting_nipple_light.png"); mIcons.insert("Dick in a cage", ":/dick_in_cage.png"); mIcons.insert("Used tampon", ":/used_tampon.png"); mIcons.insert("Clean tampon", ":/clean_tampon.png"); + mIcons.insert("Fire", ":/fire.png"); mFiletypeMap.insert(FT_MOVIE, tr("Movie")); mFiletypeMap.insert(FT_FRONTCOVER, tr("Front Cover")); mFiletypeMap.insert(FT_BACKCOVER, tr("Back Cover")); -- cgit v1.2.3-70-g09d2