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

How do I change the colour of the message bubble? #48

Open
sommio opened this issue Mar 10, 2022 · 2 comments
Open

How do I change the colour of the message bubble? #48

sommio opened this issue Mar 10, 2022 · 2 comments
Labels
question Further information is requested

Comments

@sommio
Copy link

sommio commented Mar 10, 2022

No description provided.

@dylhack dylhack added the question Further information is requested label Mar 10, 2022
@juliloving
Copy link

+1 on this. Is it possible?

@jonas-w
Copy link

jonas-w commented Jan 20, 2023

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;
/* ******************** */

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants