help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

changing the brightness of Java colors?


From: Brian Tarbox
Subject: changing the brightness of Java colors?
Date: Sun, 11 May 2003 09:42:59 -0400

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 via email to

[Prev in Thread] Current Thread [Next in Thread]