You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
I really like the themes. Though it seems that dark themes sometimes produce weird colors when hinting. An example of what I mean: The tutorial page when I press ;p.
Another example with Bootstrap buttons with white texts:
The texts become invisible in such situations.
I'm trying to use the monokai theme.
The text was updated successfully, but these errors were encountered:
Hey! I just got this extension the other day and ran into this same behavior. I did a little digging, and it looks like any theme that doesn't have a value for --tridactyl-hint-bg will end up looking like the pictures you posted.
For example, I'm using base16-onedark.css right now and I added this line, which seemed to do the trick: --tridactyl-hint-bg: rgba(40, 44, 52, 0.5) !important;
The color is kind of arbitrary and I'll probably end up changing it around a bit, but I think they key factor is using a darker color with a bit of opacity. Lemme know if this helps! This was the result of only a few minutes of work, so if anyone with extra insight sees this please feel free to correct or verify.
Hey, I don't really have time to make and test changes as I no longer use tridactyl. If you make any fixes that you think are beneficial for other users, please test and submit a pull request so I can merge them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I really like the themes. Though it seems that dark themes sometimes produce weird colors when hinting. An example of what I mean: The tutorial page when I press
;p
.Another example with Bootstrap buttons with white texts:
The texts become invisible in such situations.
I'm trying to use the
monokai
theme.The text was updated successfully, but these errors were encountered: