From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Brian Tarbox" Newsgroups: gmane.emacs.help Subject: changing the brightness of Java colors? Date: Sun, 11 May 2003 09:42:59 -0400 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <006901c317c3$3c15f780$01000001@trouble> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1052660523 1625 80.91.224.249 (11 May 2003 13:42:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 11 May 2003 13:42:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun May 11 15:42:02 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Er5W-0000Q4-00 for ; Sun, 11 May 2003 15:42:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Er6B-0002p4-0B for gnu-help-gnu-emacs@m.gmane.org; Sun, 11 May 2003 09:42:43 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Er62-0002hg-00 for help-gnu-emacs@gnu.org; Sun, 11 May 2003 09:42:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Er4Q-00028n-00 for help-gnu-emacs@gnu.org; Sun, 11 May 2003 09:40:57 -0400 Original-Received: from pcls1.std.com ([199.172.62.103] helo=TheWorld.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Er3y-0001bx-00 for help-gnu-emacs@gnu.org; Sun, 11 May 2003 09:40:26 -0400 Original-Received: from trouble (pool-141-154-248-249.bos.east.verizon.net [141.154.248.249]) by TheWorld.com (8.12.8p1/8.12.8) with SMTP id h4BDeOIo027420 for ; Sun, 11 May 2003 09:40:24 -0400 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9561 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9561 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)