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

Forced colors feature #2

Open
MartinMartin01 opened this issue Aug 5, 2021 · 3 comments
Open

Forced colors feature #2

MartinMartin01 opened this issue Aug 5, 2021 · 3 comments

Comments

@MartinMartin01
Copy link

Can you somehow make dark background for the chat as an option? For example I'd love to put chat as a panel in obs, but then background of the chat is all white.

https://imgur.com/M2gbgtt <- heres an example ;p

It would be cool if I could just check on jChat website option that would make the background of the chat dark instead of transparent.

Maybe im missing something and I can do that already, but im stuck with white background as for now o_O

@giambaJ
Copy link
Owner

giambaJ commented Aug 12, 2021

Let's say jChat was never meant to be a custom OBS dock, that's why I didn't bother to add background customization. I'll definitely add that option in the near future.

@samthecodingman
Copy link

As this could all be lumped under a "forced colors" feature (which I propose as the new title for this issue), I thought I'd add on to this for overriding colors of the following:

  • Overall background color
  • Username color
  • /me color (supporting italics should also be considered)
  • /hl color (not yet implemented, but coming)

Respectively, they could be ?bgcolor=, ?usercolor=, ?mecolor= (and ?meitalics=1), ?hlcolor=, ?allcolor=. Happy to throw together something if you are open to contributions.

Notes:

  • I mentioned the last two points now just so that when Twitch brings out the highlight messages, you'll be ready for it.
  • While you could make some of these changes using custom CSS in OBS, because you currently style the messages using their element styles, overriding them could be a pain involving lots of !important declarations which also isn't very end user friendly.

@giambaJ
Copy link
Owner

giambaJ commented Aug 28, 2021

As this could all be lumped under a "forced colors" feature (which I propose as the new title for this issue), I thought I'd add on to this for overriding colors of the following:

  • Overall background color
  • Username color
  • /me color (supporting italics should also be considered)
  • /hl color (not yet implemented, but coming)

Respectively, they could be ?bgcolor=, ?usercolor=, ?mecolor= (and ?meitalics=1), ?hlcolor=, ?allcolor=. Happy to throw together something if you are open to contributions.

Notes:

  • I mentioned the last two points now just so that when Twitch brings out the highlight messages, you'll be ready for it.
  • While you could make some of these changes using custom CSS in OBS, because you currently style the messages using their element styles, overriding them could be a pain involving lots of !important declarations which also isn't very end user friendly.

Thanks for your input, I'll work on this for the next update. I'm kind of busy right now so it might take some days. Contributions are greatly appreciated.

@giambaJ giambaJ changed the title Idea/question? - background. Forced colors feature Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants