We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
+1 on this. Is it possible?
Sorry, something went wrong.
https://github.com/matrix-org/matrix-react-sdk/blob/develop/res/themes/dark/css/_dark.pcss
yes every variable here can be set in your json
this is the line where the json gets parsed: https://github.com/matrix-org/matrix-react-sdk/blob/030b7e90bf8ba09648f539dd378c0909f8773f86/src/theme.ts#L169
And these are the variable names for the message bubbles:
/* Bubble tiles */ /* ******************** */ $eventbubble-self-bg: #133a34; $eventbubble-others-bg: #21262c; $eventbubble-bg-hover: #1c2026; $eventbubble-reply-color: #c1c6cd; /* ******************** */
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: