summaryrefslogtreecommitdiff
path: root/src/ui/color.c
AgeCommit message (Collapse)Author
2020-08-05Color palette themingJaakko Keränen
2020-08-05Color: Added HSL conversionsJaakko Keränen
Removed the extra 15/88 grays from the UI palette.
2020-07-29Showing and hiding image contentJaakko Keränen
2020-07-26Added a new darkest gray to the paletteJaakko Keränen
2020-07-24Font update; ANSI color escapes; fixed URL updateJaakko Keränen
Newer version of the Fira fonts, and added a separate UI font (Source Sans Pro). The text renderer checks for the 4-bit ANSI color escapes for the setting the foreground color. InputWidget supports paste from clipboard. The navbar updates the current URL when the page has been loaded.
2020-07-23Added gray88 to the paletteJaakko Keränen
The page color theme should use its own separate palette, though, not the UI palette.
2020-07-21Initial commitJaakko Keränen
Borrowing the app skeleton from Bitwise Harmony.