diff --git a/assets/themes/juniper/theme.yml b/assets/themes/juniper/theme.yml index db950c97..19d7c91c 100644 --- a/assets/themes/juniper/theme.yml +++ b/assets/themes/juniper/theme.yml @@ -12,19 +12,19 @@ themes: font: 0xFFFFFF settings: 0xFFFDFF accent: 0x9E6A56 - accentAlt: 0x845A48 + accentAlt: 0x9E6A56 theme: - backgroundMainColor: background # darkGreyPurple - backgroundPaneColor: header # darkGreyPurple - topbarColor: header # darkGreyPurple - mainTextColor: font # whiteishPurple - defaultButtonColor: accent # hotPink - textfieldHintColor: mainTextColor # TODO pick - toolbarIconColor: settings # whiteishPurple - messageFromMeBackgroundColor: userBubble # mauvePurple - messageFromMeTextColor: font # whiteishPurple - messageFromOtherBackgroundColor: peerBubble # deepPurple - messageFromOtherTextColor: font # whiteishPurple + backgroundMainColor: background + backgroundPaneColor: header + topbarColor: header + mainTextColor: font + defaultButtonColor: accent + textfieldHintColor: mainTextColor + toolbarIconColor: settings + messageFromMeBackgroundColor: userBubble + messageFromMeTextColor: font + messageFromOtherBackgroundColor: peerBubble + messageFromOtherTextColor: font textfieldBackgroundColor: peerBubble textfieldBorderColor: userBubble backgroundHilightElementColor: accent @@ -45,3 +45,4 @@ themes: portraitProfileBadgeColor: accent portraitProfileBadgeTextColor: mainTextColor dropShadowColor: accentAlt + chatReactionIconColor: accentAlt \ No newline at end of file