Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix theming issues #1072

Merged
merged 8 commits into from
Nov 9, 2019
Merged

Fix theming issues #1072

merged 8 commits into from
Nov 9, 2019

Conversation

evlli
Copy link
Contributor

@evlli evlli commented Oct 24, 2019

TODO:

  • fix gradients on single choice buttons in settings

closes #965

@evlli evlli self-assigned this Oct 24, 2019
@Simon-Laux
Copy link
Member

the emoji menu might need some work, too

@Simon-Laux
Copy link
Member

  • unblock contacts

@Simon-Laux
Copy link
Member

Detect background color and change welcome image to maintain contrast? (only really important for amoled theme)

it an svg, we can change the stroke color somehow in code, and when it is too difficult we can add an alternative image that is inverted

Comment on lines 35 to 47
border-bottom: 1px solid var(--emojiMartBorder);
background: var(--emojiMartBg);
border-top-left-radius: var(--emojiMartOutsideRadius);
border-top-right-radius: var(--emojiMartOutsideRadius);

}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Made the a merge conflict. delete neither and just put this in between

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to rebase your branch to master

@evlli evlli changed the title 🚧 WIP: Fix theming issues Fix theming issues Nov 9, 2019
@evlli evlli requested a review from Simon-Laux November 9, 2019 18:31
@Simon-Laux Simon-Laux merged commit 2a6a98f into master Nov 9, 2019
@Simon-Laux Simon-Laux deleted the themingAdventures branch January 27, 2020 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setting controlls need some theme work (dark mode)
2 participants