Re: Dark mode screenshot and tutorial
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
> bg_color=000000 > ui_fg_color=999999 > ui_main_bg_color=000000 > ui_text_bg_color=000000 > ui_selection_color=444444 > ui_button_highlight_color=ffffff > ui_tab_active_bg_color=999999 > ui_tab_active_fg_color=000000 > ui_tab_bg_color=000000 Correction, the hex color codes above should obviously be prefixed with a '#', otherwise Dillo will complain on the console: prefs: Color '000000' not recognized. correct: bg_color=#000000 Interesting that it somehow still works without the '#' though, despite the warning... _______________________________________________ Dillo-dev mailing list -- dillo-dev-lx9mn2B4QYRWk0Htik3J/[email protected] To unsubscribe send an email to dillo-dev-leave-lx9mn2B4QYRWk0Htik3J/[email protected]