From 94e5a83e85b00ff3972bc8972a4bc52d3c88cb30 Mon Sep 17 00:00:00 2001 From: Jason Henriquez Date: Thu, 24 Aug 2023 00:37:17 -0500 Subject: [PATCH] Add textWhiteSmall and iconWhiteSmall to repo; add FT pink icon themes The textWhiteSmall was actually already sized exactly the same as the other small text files, so I just changed the name to reflect that fact. --- _icons/iconWhiteSmall.png | Bin 0 -> 667 bytes _icons/{textWhite.png => textWhiteSmall.png} | Bin src/renderer/themes.css | 8 ++++++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 _icons/iconWhiteSmall.png rename _icons/{textWhite.png => textWhiteSmall.png} (100%) diff --git a/_icons/iconWhiteSmall.png b/_icons/iconWhiteSmall.png new file mode 100644 index 0000000000000000000000000000000000000000..dee81ce658e3aaaf9a4c95f0f2270afb954e79a1 GIT binary patch literal 667 zcmeAS@N?(olHy`uVBq!ia0vp^k|4~%1|*NXY)uAIr!t+L1Ds2XOY(CW7$l}9CnVfC z$H3yl$HTL;Qq|S*ogbIr#6T_{4+X=WI~o|x6H*d>l<~S48N^)U)k%DMe6g7H10AL) zjwSXC8$GOMoISymr0#e_NTICK(~)z+TIM8magoLw4&ufiL|R!anQz)TY;&*@vgYiZ zJ1J@oPs(wIn-@9uKRutGu;Is{0|#sb6{nfZZA`4TW^O)`+cM*n6C2w2-5JPh-Ljx-l18oBXD+7b4 z-SzYw7P87#Kx8T^vI^I`>{R^kR0DIQsE_G!vUn5XY^kThW!w z(dQpX`lP3)if#<}z|wT1g30kxWwVN_1B+;9tEXr@m$FMzS$g{1+NbZ1|JFTYuCwj- zHuZmV_q~<9&3n6i+wye+H|H_rZeri6brYqc19HrH!tdYPLVvHEpQ zcvxegmi!>#Qmt~nSJ3%yj2q5>|JnM4`vvp$N%I(r1aIpmaA$b`;&GW4^rdw70a1eu zwJFuMte+%wt literal 0 HcmV?d00001 diff --git a/_icons/textWhite.png b/_icons/textWhiteSmall.png similarity index 100% rename from _icons/textWhite.png rename to _icons/textWhiteSmall.png diff --git a/src/renderer/themes.css b/src/renderer/themes.css index eb247f696bc78..b79a29ccf5eaf 100644 --- a/src/renderer/themes.css +++ b/src/renderer/themes.css @@ -182,6 +182,8 @@ --side-nav-active-color: #3124E7; --side-nav-active-text-color: #FFFF; --search-bar-color: #FFF0DD; + --logo-icon: url("../../_icons/iconBlackSmall.png"); + --logo-text: url("../../_icons/textBlackSmall.png"); /* --logo-icon: url("../../_icons/iconPastelPinkLightSmall.png"); --logo-text: url("../../_icons/textPastelPinkLightSmall.png"); */ } @@ -204,6 +206,8 @@ --side-nav-active-color: #959595; --side-nav-active-text-color: #000000; --search-bar-color: #9C2D5D; + --logo-icon: url("../../_icons/iconWhiteSmall.png"); + --logo-text: url("../../_icons/textWhiteSmall.png"); /* The hot pink theme does not have a great color contrast with many other colors than black and white. This means that the primary and secondary theme colors are forced here to be black so as to avoid any @@ -248,8 +252,8 @@ it can be safely elided. This looks quite pleasant on this theme. */ .mainTeal, .mainGreen { --text-with-main-color: #FFFFFF; - --logo-icon-bar-color: url("../../_icons/iconWhite.png"); - --logo-text-bar-color: url("../../_icons/textWhite.png"); + --logo-icon-bar-color: url("../../_icons/iconWhiteSmall.png"); + --logo-text-bar-color: url("../../_icons/textWhiteSmall.png"); } .mainLightGreen,