message color with optional depends change
Auke Kok
sofar at foo-projects.org
Mon Jan 9 00:49:19 UTC 2006
Chad R. Kittel wrote:
>I would like to propose a really small change to the UI when it comes
>to linning modules and the colors that are displyed. It just makes,
>IMO, better use of the colors available to us to visaully markup the
>output of optional depends questions.
>
>If this is okay.. I'll plop this into the theedge cvs.
>
>
>
>------------------------------------------------------------------------
>
>Index: depends.lunar
>===================================================================
>--- depends.lunar (revision 18019)
>+++ depends.lunar (working copy)
>@@ -203,9 +203,9 @@
> fi
>
> if module_installed $DEP ; then
>- DEPMOD_AVAIL="Use optional ${MESSAGE_COLOR}(presently installed) module${QUERY_COLOR} $DEP"
>+ DEPMOD_AVAIL="Use optional ${MESSAGE_COLOR}(presently installed)${QUERY_COLOR} module ${MODULE_COLOR}$DEP${QUERY_COLOR}"
> else
>- DEPMOD_AVAIL="Install & use optional ${PROBLEM_COLOR}(not yet installed) ${MESSAGE_COLOR}module${QUERY_COLOR} $DEP"
>+ DEPMOD_AVAIL="Install & use optional ${PROBLEM_COLOR}(not yet installed)${QUERY_COLOR} module ${MODULE_COLOR}$DEP${QUERY_COLOR}"
> fi
>
> # this is shortcut case s1) as discussed in lunar-dev ML
>
>
sounds good but it should be in MODULE_COLOR (bright white) anyway first
of all - second of all I think that the bold is too much in this part -
you have 2 lines of bold cyan text - why not make it plain cyan instead
(MESSAGE_COLOR) ?
Auke
More information about the Lunar-dev
mailing list