all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: arildna@gmail.com
To: help-gnu-emacs@gnu.org
Subject: color customisation and multiple windows
Date: 14 Apr 2007 03:25:26 -0700	[thread overview]
Message-ID: <1176546326.810613.249810@e65g2000hsc.googlegroups.com> (raw)

Hi,

I am new to this group, and was hoping somebody could help me with a
problem I have been having with my .emacs-file.

A friend spent quite some time on doing a color customization which I
am quite happy with (though if anyone has tips for other color schemes
that they think would work better, feel free to comment). The problem
is that when I create a new window with C-x-5-2, the background color
for some reason changes from black to white, making a lot of the text
almost unreadable. This happens both on my iBook and on a Unix
workstation.

Does somebody have any idea why this happens, and how I could fix it?

If this is too specific a question for this list, please let me know.
(Although this question is important to me, I am not sure if I would
call it "seriously important to many people", as the forum rules seem
to demand.)

I include the .emacs-file below for reference (and in case anybody
might want to use it).

regards,
Humbro

____________________________________________________________

(set-foreground-color "DarkGoldenrod1")
(set-background-color "black")
(set-cursor-color "aquamarine1")
(set-mouse-color "RosyBrown1")
(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/
paste it!
  ;; Your init file should contain only one such instance.
 )
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste
it!
  ;; Your init file should contain only one such instance.
 '(bold ((t (:foreground "green" :weight bold))))
 '(bold-italic ((t (:foreground "honeydew1" :slant italic :weight
bold))))
 '(border ((t (:background "black" :foreground "red1"))))
 '(comint-highlight-input ((t (:foreground "purple" :weight bold))))
 '(font-lock-builtin-face ((((class color) (background dark))
(:foreground "violet red"))))
 '(font-lock-comment-face ((((class color) (background dark))
(:foreground "hotpink"))))
 '(font-lock-constant-face ((((class color) (background dark))
(:foreground "azure4"))))
 '(font-lock-function-name-face ((((class color) (background dark))
(:foreground "ivory"))))
 '(italic ((t (:foreground "rosy brown" :slant italic))))
 '(menu ((((type x-toolkit)) (:background "lightblue" :foreground
"black"))))
 '(mode-line ((t (:background "lightblue" :foreground "black" :box
(:line-width -1 :style released-button)))))
 '(scroll-bar ((t (:background "lightblue" :foreground "black"))))
 '(tex-math-face ((t (:foreground "seagreen1"))))
 '(tool-bar ((((type x w32 mac) (class color)) (:background
"lightblue" :foreground "black" :box (:line-width 1 :style released-
button))))))

             reply	other threads:[~2007-04-14 10:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-14 10:25 arildna [this message]
2007-04-14 11:49 ` color customisation and multiple windows Eli Zaretskii
     [not found] ` <mailman.2068.1176551643.7795.help-gnu-emacs@gnu.org>
2007-04-14 14:31   ` arildna
2007-04-15  4:07     ` Tim X
2007-04-14 19:58 ` Karl Hegbloom
2007-04-15 20:12   ` Matthew Flaschen
2007-04-15 21:45     ` sven.bretfeld
2007-04-15 22:09       ` sven.bretfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1176546326.810613.249810@e65g2000hsc.googlegroups.com \
    --to=arildna@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.