Skip to content

Commit

Permalink
Add textWhiteSmall and iconWhiteSmall to repo; add FT pink icon themes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kommunarr committed Aug 24, 2023
1 parent f0aaad0 commit 94e5a83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added _icons/iconWhiteSmall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
8 changes: 6 additions & 2 deletions src/renderer/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -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"); */
}
Expand All @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 94e5a83

Please sign in to comment.