You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm a newbie user of this crate and have a question.
In src/colors.rs, the DEFAULT_PALETTE for 256 colors are defined. However, The coloring after 65th color is always 0x3f, 0x3f, 0x3f.
I think this is some kind of mistake, and we can improve it, for example, by conforming to one of the standards like mode 13h.
Since I'm quite new to this project, my opinion may be wrong. If so, please give me any feedback.