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

some small color fixes #38

Closed
909oce opened this issue Oct 19, 2024 · 4 comments
Closed

some small color fixes #38

909oce opened this issue Oct 19, 2024 · 4 comments

Comments

@909oce
Copy link
Contributor

909oce commented Oct 19, 2024

I wasn't entirely sure where to put this in the source file to submit as a pull request, and probably isn't the most optimal way, but heres a few small coloring fixes I added to my theme.css. It fixes some placeholder text, some overlays like the add friends to conversation, and reaction buttons.

:root {
  --primary-700: var(--bg-0);
  --primary-600: var(--bg-1);
  --primary-330: var(--txt-2);
  --primary-400: var(--acc-2);
  --brand-360: var(--acc-1);
  --primary-630: var(--bg-1);
  --brand-15a: var(--bg-1);
  --brand-200: var(--txt-2);
}

::placeholder {
  color: var(--txt-3)!important;
}

@909oce
Copy link
Contributor Author

909oce commented Oct 19, 2024

This fixes most of #32

@stellophiliac
Copy link

i'm working on a pr (#33) with a lot of fixes for the issue i opened, i'll add your changes to mine if that's ok? :D

@909oce
Copy link
Contributor Author

909oce commented Oct 20, 2024

i'm working on a pr (#33) with a lot of fixes for the issue i opened, i'll add your changes to mine if that's ok? :D

yeah please do. theres also --primary-130 which fixes the weird bright white highlight on mic mute button in calls.

@909oce
Copy link
Contributor Author

909oce commented Oct 22, 2024

@stellophiliac ive left the things i mentioned above out of my PR as to not step on yours.

@909oce 909oce closed this as completed Oct 22, 2024
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

No branches or pull requests

2 participants