unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Brian Tarbox" <btarbox@theworld.com>
Subject: changing the brightness of Java colors?
Date: Sun, 11 May 2003 09:42:59 -0400	[thread overview]
Message-ID: <006901c317c3$3c15f780$01000001@trouble> (raw)

I use the java font lock and set my background dark, but this leaves me with
fairly dim foreground text.  Can anyone tell me how to brighten my
foreground colors without losing the java face?

Here is my .emacs file and thank you.
I am running 22.2.1 on RedHat8.0 if that matters.


(add-to-list 'default-frame-alist '(background-color . "Black"))
(add-to-list 'default-frame-alist '(background-mode . dark))

(custom-set-variables
 '(case-fold-search t)
 '(current-language-environment "Latin-1")
 '(default-input-method "latin-1-prefix")
 '(global-font-lock-mode t nil (font-lock))
 '(save-place t nil (saveplace)))
(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.
 )
(require `recentf)
(recentf-mode 1)

             reply	other threads:[~2003-05-11 13:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-11 13:42 Brian Tarbox [this message]
     [not found] <mailman.5975.1052660558.21513.help-gnu-emacs@gnu.org>
2003-05-12 20:00 ` changing the brightness of Java colors? Kai Großjohann

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='006901c317c3$3c15f780$01000001@trouble' \
    --to=btarbox@theworld.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).