How do I get use the background/foreground/cursor color in yazi? #2094
Unanswered
UtkarshVerma
asked this question in
1. Q&A
Replies: 1 comment 3 replies
-
If you want to use the terminal default background, just do not set the - normal_alt = { fg = "blue", bg = "black" }
+ normal_alt = { fg = "blue" }
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What system are you running Yazi on?
Linux X11
What terminal are you running Yazi in?
st
yazi --debug
outputDescribe the question
I know I can use the base 16 colors (color0-color15) in yazi's theme.toml. However, these colors do not include the following colors:
We do have escape sequences to query them.
Why do I need it?
I want to make a base16 flavor for yazi where I don't want to hardcode the background value.
So far, I got up to here but I can't think of a way to fix the separator.
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions