Ability to adjust brightness of the inactive panes? #9691
Answered
by
moemoechu
briancoates
asked this question in
Q&A
-
I'd like to make the inactive panes a little more dimmer, so it stands out more. Is that configurable? |
Beta Was this translation helpful? Give feedback.
Answered by
moemoechu
Jun 4, 2024
Replies: 2 comments 2 replies
-
try this custom css (1.0 means no dim): split-tab>.child { |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
briancoates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try this custom css (1.0 means no dim):
split-tab>.child {
opacity: 0.3;
}