In article <[EMAIL PROTECTED]>, Angelina Carlton <[EMAIL PROTECTED]> writes:
> Hello
>
> I have recently switched to emacs as my editor and so far have
> had a pretty smooth transition from vim.
> I cannot find in the wiki or with google a way to change
> the default colors when I do:
>
> M-x htmlize-file
>
> My terminal is always black background with white text and as such
> yellow font-locked keywords appear bright and easy to read.
>
> This is the html produced after htmlize-file
>
> <head>
> <title>p12.1.c</title>
> <style type="text/css">
> <!--
> body {
> color: #000000;
> background-color: #ffffff;
> }
> As you can see white is the background which makes yellow keywords
> almost unreadable to me.
>
> If someone knows a way for me to fix this I would love to know!
Put
(set-background-color "black")
in your .emacs
> Thank you
> --
> Angelina Carlton
> [EMAIL PROTECTED]
>
>
--
[ Toto ]
_______________________________________________
Help-gnu-emacs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs