Re: ui colors again
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 03, 2013 at 08:13:03PM +0000, corvid wrote:
> Jorge wrote:
> > FWIW, an earthly theme sample with the new prefs:
> >
> > ui_fg_color= 100404
> > ui_main_bg_color=c2a47b
> > ui_text_bg_color=cdc9a5
> > ui_selection_color=763024
> > ui_tab_active_bg_color=af4b3f
> > ui_tab_active_fg_color=white
> > ui_tab_bg_color=d2b48c
>
> It's nice.
>
> Should we regard bare hex as proper and legal? a_Color_parse() currently
> calls it an error but parses it anyway.
My fault, should have been:
ui_fg_color=#100404
ui_main_bg_color=#c2a47b
ui_text_bg_color=#cdc9a5
ui_selection_color=#763024
ui_tab_active_bg_color=#af4b3f
ui_tab_active_fg_color=#white
ui_tab_bg_color=#d2b48c
--
Cheers
Jorge.-