-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
I have no color at all #703
Comments
Unlike in Windows, Linux terminal differentiates between empty and unset variables. You can tell the difference by using a substitution, e.g. Buku v4.8 (the version available in Homebrew) checks for unset Otherwise, it might have something to do with your terminal or shell aliases; though that seems less likely. |
I'm on fish shell and cannot use these commands. I tried buku in bash (launched from within fish) and it still is all grey
|
In the fish shell, …It seems that running buku with empty Since |
Ok so it's the palette of color so as you can see on my first screenshot under the "column background", there are two colors, the one on the right is gray for two of them I can change them and it changes the default output. I have no idea what else it affects |
The ANSI terminal spec uses 4-bit colour definition which includes 8 foreground + 8 background colours (i.e. a colour setting is defined as 3 RGB bits + 1 bit for specifying whether to use it for characters or for background); the palette, it would seem, is the 16 colours to be used for displaying equivalent terminal colours (+ optionally 2 more to be used as "default" setting). You can check my 2nd screenshot as a reference as to which colours are which (and your screenshot includes their names)… Honestly, it's pretty weird that this colour scheme shows half of all foreground colours as ‘grey’ 😅 I suggest either changing these colours to actually match their names, or switching to a different colour scheme (…or you can do both if you like some of the colours you have right now, I guess). |
I just modified them and it looks nice, it's just abstract to me what it does. |
“If a script prints out a ‘red’ text on ‘green’ background, here's the colours I want to be displayed on screen.” |
Why it's not like in the video from the readme or from Brodie https://inv.vern.cc/watch?v=9HzEHrUBQXE ???
for me it has no color, it's just grey
If I add --colors abcde (random letters) it has some colors
$BUKU_COLORS is empty
And this command
$ buku --colors oKlxm -p
does not bring anymore colorWhat is the issue there??
Note: I installed it with homebrew on Linux
The text was updated successfully, but these errors were encountered: