Skip to content
Discussion options

You must be logged in to vote

I assume Ubuntu's jq is older, since you have identical output to me on macOS, but this is the part that's important:

30mnull

on Ubuntu, and

90mnull

on macOS.

Those aren't the same colours; 90 is light grey while 30 is dark grey.

And indeed, on my system with Dracula+, something like

printf '\033[30mfoo\033[0m \033[90mbar\033[0m\n'

reproduces it.

The foreground for 30 seems to be #21222c, and the background seems to be #212121, which are way too close to notice a difference in colour.

I have no idea what the correct colour is meant to be, but something like

palette = 0=#545454

would be a workaround (that hex code is what 90 is set to).

The themes actually aren't Ghostty's; they're ta…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Pyppe
Comment options

@00-kat
Comment options

00-kat Jun 13, 2025
Collaborator

@Pyppe
Comment options

@00-kat
Comment options

00-kat Jun 13, 2025
Collaborator

Answer selected by 00-kat
@Pyppe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
upstream Issue is in an upstream project
2 participants