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

[FR] Cancel reducing the blurriness of unactivated tabs and switch to highlighting the activated tabs #39

Closed
wwjCMP opened this issue Oct 25, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@wwjCMP
Copy link

wwjCMP commented Oct 25, 2023

Cancel reducing the blurriness of unactivated tabs and switch to highlighting the activated tabs.

@hdykokd hdykokd added enhancement New feature or request help wanted Extra attention is needed labels Oct 26, 2023
@hdykokd
Copy link
Owner

hdykokd commented Oct 26, 2023

Sorry for the lack of my design skills. I'd like to make it better.

@hdykokd
Copy link
Owner

hdykokd commented Oct 27, 2023

I understood the problem. I may have reversed the styles applied to active and inactive tabs.

@hdykokd
Copy link
Owner

hdykokd commented Oct 28, 2023

https://docs.obsidian.md/Reference/CSS+variables/Components/Tabs

I had already designed a style to apply to the active tab like this.

.vertical-tabs-view-list li.focused {
  color: var(--tab-text-color-focused-active-current);
  background-color: var(--tab-background-active);
}

It may be due to the theme you are using or the styles you have applied independently.
In fact, it works well with the default theme. However, with the AnuPpuccin theme that I usually use, it doesn't look as good.
(In the AnuPpuccin theme, using color: var(--color-accent) makes it look elegant. Personally, I'm starting to feel that this is better.)

Ideally, as mentioned in #45 (comment), it would be great to have finer-grained customization options, but it might take some time. For now, I believe it's a good idea to override the styles on your own.

@hdykokd hdykokd closed this as completed Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants