Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Allow any color for accent #539

Closed
nymphlode opened this issue Apr 4, 2021 · 2 comments
Closed

Allow any color for accent #539

nymphlode opened this issue Apr 4, 2021 · 2 comments
Labels

Comments

@nymphlode
Copy link

I'd like to be able to utilize a color picker to choose an accent color, as I'd like purple but the purple provided by the extension hurts my eyes trying to read.

@eramdam
Copy link
Owner

eramdam commented Apr 4, 2021

I'll try to figure something out in the future, in the meantime you can set any accent color and use the following custom CSS snippet to put whatever you want:

body {
  --btd-accent-color: pink !important;
}

(Obviously replace pink with your color 😁 )

@nymphlode
Copy link
Author

I'll try to figure something out in the future, in the meantime you can set any accent color and use the following custom CSS snippet to put whatever you want:

body {
  --btd-accent-color: pink !important;
}

(Obviously replace pink with your color 😁 )

Absolute lifesaver!!! Thank you!!!!!

@eramdam eramdam modified the milestone: 4.x Apr 4, 2021
@eramdam eramdam added the feature label Apr 4, 2021
@eramdam eramdam changed the title [Feature Request] Allow any color for accent Allow any color for accent Apr 4, 2021
eramdam added a commit that referenced this issue Apr 11, 2021
@eramdam eramdam mentioned this issue Apr 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants