Closed explosion-mental closed 2 months ago
Honestly I've always had that issue as well. Not only with wallust nor only with terminal applications, color0
always seemed to be the same as background
on whichever application I tried or whichever wallpaper I used to generate the color palette. At some point I just gave up using color0
entirely and just started using darker/lighter shades of background
instead.
But generally speaking color0
seemed to "equal" background
on anything (including GTK/Qt applications for example). So personally speaking I would say it's either a problem with pywal/wallust themselves or with the way human eyes perceive the difference between light shades better than the difference between dark shades (I am not a expert on that so take my word with a huge grain of salt).
is the luminosity, the greater the luminosity of a color the easier it is to distinguish the Δ change in color lightness so long as the saturation remains the same.
that is part of the theory on the hsl and hsv color spaces being a better way to describe color than the rgb color cube.
to have different shades of dark colors be distinguishable you have to make larger steps in lightness and saturation, a great example of that is the algorithm used in pywalfox, for which i conveniently got an implementation written in lua here as for the license all code there is under the apache 2 license, i would open a PR and add them myself but i'm currently on the process of rewriting my nvim config to lua after almost 6 years of having my config in vimscript when i was still using vim and not neovim.
yes, i've just began using the neopywal colorscheme, if you want i can "officially" endorse it on the pywal16 repo.
I would really appreciate if that could be done 🙂
Have that said the idea i originally had was to create a github organization only for pywal related stuff (similar to catppuccin). Not sure how well that idea would work however, my plan was for each program supported by pywal to be have it's own separate repo containing templates not only for Pywal16 and Wallust but also for any other program that can do a similar color generation to them (like matugen) as well as possibly an additional shell script to help setup the integration for that program.
Perhaps it's too wild of an idea from my part but i guess that could make finding pywal support for X program easier than searching for a bunch of repos not only for that program but also for alternatives for Pywal itself.
well about that last part, that is lowkey why i have the pywal-extra repo, so that templates for programs, scripts and other miscelaneous stuff, like the very pywalfox algo ported to lua can be there, on that repo, as not every template should belong in the main pywal16 repo if you ask me, but rather only stuff to support window managers, terminals and the dmenu type of programs as has been historically the case.
Well for now i am not really planning on working on that idea because i am more focused on improving Neopywal. But i feel like actually doing it would have a few advantages.
yeh, at least with pywal16 it kinda needs to have it's own templates repo as the old master branch of pywal (unreleased) contained the ability to run functions like lighten, darken and saturate directly on templates, it wasn't until the first release tag of pywal16 that the functionality was "released", and honestly i don't advertise that functionality a lot since it has quite some jank that needs to be fixed... but i do put out templates using that functionality...
Hey, I've made
wallust
with just enough color theory and the main behaviors of pywal. One of those behaviors is makingbackground
just a bit more darker thancolor0
. However, generally (visibly), they are "the same", and thus if one usescolor0
ad the font color for text, in a background withbackground
color, the text becomes invisible. I don't think this, however, is the usual behaviors of terminals (at least by default?), and for ttys it should respectforeground
(however, I don't touch much tty stuff either).Since the issue is about a neovim colors, I thought you might know something about this.
This is from issue #60 of the wallust repository.