all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: GianUberto.Lauri@eng.it (Gian Uberto Lauri)
Cc: help-gnu-emacs@gnu.org
Subject: Fell in love with that color theme & fonts, how can I make it?
Date: Tue, 30 Aug 2005 19:29:12 +0200	[thread overview]
Message-ID: <17172.38760.824780.950107@paperoga.gianoziaorientale.it> (raw)
In-Reply-To: <87acizo13s.fsf@ileriseviye.org>

>>>>> "ES" == Emre Sevinc <emres@bilgi.edu.tr> writes:

ES> http://www.cs.helsinki.fi/u/jesnellm/blog/stc/slime-sprof.png

ES> and fell in love with the color theme and fonts.

Almost No Lisp Way

Issue the command list-faces-display, take a look to all the faces you
see.

Chose the face you want to change, mouse middle click or return 

You are taken  to a bufffer where they offer  the chanche to customize
the face. Choose whatever you like  (font color etc), set and save for
future sessions.

Go back and again with next face.

For the background

(set-background-color "black")
 
in your .emacs

The Lisp Way For Colors:

Read the online docs for these functions (I have them in EMacs 22...)

set-face-attribute		   set-face-attribute-from-resource
set-face-attributes-from-resources
set-face-background		   set-face-background-pixmap
set-face-bold-p			   set-face-doc-string
set-face-documentation		   set-face-font
set-face-foreground		   set-face-inverse-video-p
set-face-italic-p		   set-face-stipple
set-face-underline		   set-face-underline-p

i.e.

;; It's a green darker than that's on the web page.
;; use list-color-display to discover all color names
;; or use #RRGGBB colors
(set-face-foreground font-lock-comment-face "OliveDrab")


-- 
 /\            ___
/___/\__|_|\_|__|___Gian Uberto Lauri_____________________
  //--\ | | \|  |   Integralista GNUslamico  
\/		    e coltivatore diretto di software

  parent reply	other threads:[~2005-08-30 17:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30 16:12 Fell in love with that color theme & fonts, how can I make it? Emre Sevinc
2005-08-30 16:34 ` Chris McMahan
2005-08-30 17:29 ` Gian Uberto Lauri [this message]
2005-08-30 18:12 ` Drew Adams
2005-08-30 18:44 ` Emre Sevinc

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=17172.38760.824780.950107@paperoga.gianoziaorientale.it \
    --to=gianuberto.lauri@eng.it \
    --cc=help-gnu-emacs@gnu.org \
    --cc=saint@eng.it \
    /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.