Showing posts with label customization. Show all posts
Showing posts with label customization. Show all posts

Wednesday, July 24, 2013

Aquamacs Emacs color themes

Mostly a crude note to myself so I remember--this is just something I started trying and haven't commited to memory or .emacs yet.  Expect updates  (post a comment to get an email I think, or remember to check back).

HOWTO:

  • M-x color-theme-select
  • Pick one (click with mouse, move and hit enter

  • Mode help says:
    (use M-x describe-mode, or ^H m)
    Color Themes mode:
    Major mode to select and install color themes.

    Use I to install a color theme on all frames.
    Use L to install a color theme for the current frame only.
    'L' is a useful way to have different colors
     in a different frame,
    to either try out, 
    or keep separate windows for separate tasks.
    The changes are applied on top of your current setup.  This is a
    feature.
    Feature 'on top of' means that 
    each theme only affects a subset of all possible settings
    (may be fonts, colors, certain modes, etc.), 
    so order of application will make a difference.
    If you worry about the size of color-theme.el: You are right.  Use
    P to print the current color theme and save the resulting buffer
    for example, 678 lines

    I (usually) prefer light text / dark background.  I haven't spent any time tuning or tweaking yet, there are many existing themes to try first.

    Theme notes:
    • Arjen - ok, but echo area unreadable
    • Bharadwaj - looks like default ?
    • Blue Sea - nice purple
    • Cooper Dark - trying (7/24)
    Couple links, form searching "aquamacs select color theme":


    Somewhere my previous setting from M-x customize for modeline color/font..  where was that saved?  what's it called?


    and what are these desktop commands?  I found a emacs.desktop file:
    Click on a completion to select it.
    In this buffer, type RET to select the completion near point.

    Possible completions are:
    desktop-change-dir desktop-clear
    desktop-read desktop-remove
    desktop-revert desktop-save
    desktop-save-in-desktop-dir
    desktop-save-mode

    ... to be continued..