1. (deftheme late-night
  2.   "Color theme by Alex Schroeder, created 2003-08-07.
  3. This theme is for use late at night, with only little light in the room.
  4. The goal was to make something as dark and subtle as the text console in
  5. its default 80x25 state -- dark grey on black.")
  6.  
  7. (custom-theme-set-variables
  8.  'late-night
  9.  `(linum-format " %7d ")
  10.  )
  11.  
  12. (custom-theme-set-faces
  13.  'late-night
  14.  
  15.  ;; `(default ((t (nil))))
  16.  `(default ((t (:stipple nil :background "#000" :foreground "#666" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width semi-condensed))))
  17.  `(bold ((t (:bold t))))
  18.  `(button ((t (:bold t))))
  19.  `(custom-button-face ((t (:bold t :foreground "#999"))))
  20.  `(fringe ((t (:background "#111" :foreground "#444"))))
  21.  `(header-line ((t (:background "#333" :foreground "#000"))))
  22.  `(highlight ((t (:background "dark slate blue" :foreground "light blue"))))
  23.  `(holiday-face ((t (:background "#000" :foreground "#777"))))
  24.  `(isearch ((t (:foreground "pink" :background "red"))))
  25.  `(isearch-lazy-highlight-face ((t (:foreground "red"))))
  26.  `(italic ((t (:bold t))))
  27.  `(menu ((t (:background "#111" :foreground "#444"))))
  28.  `(minibuffer-prompt ((t (:foreground "555"))))
  29.  `(modeline ((t (:background "#111" :foreground "#444"))))
  30.  `(mode-line-inactive ((t (:background "#000" :foreground "#444"))))
  31.  `(modeline-buffer-id ((t (:background "#000" :foreground "#555"))))
  32.  `(modeline-mousable ((t (:background "#000" :foreground "#555"))))
  33.  `(modeline-mousable-minor-mode ((t (:background "#000" :foreground "#555"))))
  34.  `(region ((t (:background "dark cyan" :foreground "cyan"))))
  35.  `(secondary-selection ((t (:background "Aquamarine" :foreground "SlateBlue"))))
  36.  `(show-paren-match-face ((t (:foreground "white" :background "light slate blue"))))
  37.  `(show-paren-mismatch-face ((t (:foreground "white" :background "red"))))
  38.  `(tool-bar ((t (:background "#111" :foreground "#777"))))
  39.  `(tooltip ((t (:background "#333" :foreground "#777"))))
  40.  `(underline ((t (:bold t))))
  41.  `(variable-pitch ((t (nil))))
  42.  `(widget-button-face ((t (:bold t :foreground "#888"))))
  43.  `(widget-field-face ((t (:bold t :foreground "#999"))))
  44.  
  45.  `(erc-action-face ((t (nil))))
  46.  `(erc-bold-face ((t (:bold t))))
  47.  `(erc-current-nick-face ((t (:bold t))))
  48.  `(erc-default-face ((t (nil))))
  49.  `(erc-direct-msg-face ((t (nil))))
  50.  `(erc-error-face ((t (:bold t :foreground "IndianRed"))))
  51.  `(erc-highlight-face ((t (:bold t :foreground "pale green"))))
  52.  `(erc-input-face ((t (:foreground "#555"))))
  53.  `(erc-inverse-face ((t (:background "steel blue"))))
  54.  `(erc-keyword-face ((t (:foreground "#999" :bold t))))
  55.  `(erc-nick-msg-face ((t (:foreground "#888"))))
  56.  `(erc-notice-face ((t (:foreground "#444"))))
  57.  `(erc-pal-face ((t (:foreground "#888"))))
  58.  `(erc-prompt-face ((t (:foreground "#777" :bold t))))
  59.  `(erc-timestamp-face ((t (:foreground "#777" :bold t))))
  60.  `(fg:erc-color-face0 ((t (:foreground "white"))))
  61.  `(fg:erc-color-face1 ((t (:foreground "beige"))))
  62.  `(fg:erc-color-face2 ((t (:foreground "lemon chiffon"))))
  63.  `(fg:erc-color-face3 ((t (:foreground "light cyan"))))
  64.  `(fg:erc-color-face4 ((t (:foreground "powder blue"))))
  65.  `(fg:erc-color-face5 ((t (:foreground "sky blue"))))
  66.  `(fg:erc-color-face6 ((t (:foreground "dark sea green"))))
  67.  `(fg:erc-color-face7 ((t (:foreground "pale green"))))
  68.  `(fg:erc-color-face8 ((t (:foreground "medium spring green"))))
  69.  `(fg:erc-color-face9 ((t (:foreground "khaki"))))
  70.  `(fg:erc-color-face10 ((t (:foreground "pale goldenrod"))))
  71.  `(fg:erc-color-face11 ((t (:foreground "light goldenrod yellow"))))
  72.  `(fg:erc-color-face12 ((t (:foreground "light yellow"))))
  73.  `(fg:erc-color-face13 ((t (:foreground "yellow"))))
  74.  `(fg:erc-color-face14 ((t (:foreground "light goldenrod"))))
  75.  `(fg:erc-color-face15 ((t (:foreground "lime green"))))
  76.  `(bg:erc-color-face0 ((t (nil))))
  77.  `(bg:erc-color-face1 ((t (nil))))
  78.  `(bg:erc-color-face2 ((t (nil))))
  79.  `(bg:erc-color-face3 ((t (nil))))
  80.  `(bg:erc-color-face4 ((t (nil))))
  81.  `(bg:erc-color-face5 ((t (nil))))
  82.  `(bg:erc-color-face6 ((t (nil))))
  83.  `(bg:erc-color-face7 ((t (nil))))
  84.  `(bg:erc-color-face8 ((t (nil))))
  85.  `(bg:erc-color-face9 ((t (nil))))
  86.  `(bg:erc-color-face10 ((t (nil))))
  87.  `(bg:erc-color-face11 ((t (nil))))
  88.  `(bg:erc-color-face12 ((t (nil))))
  89.  `(bg:erc-color-face13 ((t (nil))))
  90.  `(bg:erc-color-face14 ((t (nil))))
  91.  `(bg:erc-color-face15 ((t (nil))))
  92.  
  93.  `(gnus-cite-attribution-face ((t (:foreground "#bbb"))))
  94.  `(gnus-cite-face-1 ((t (:foreground "#aaa"))))
  95.  `(gnus-cite-face-2 ((t (:foreground "#aaa"))))
  96.  `(gnus-cite-face-3 ((t (:foreground "#aaa"))))
  97.  `(gnus-cite-face-4 ((t (:foreground "#aaa"))))
  98.  `(gnus-cite-face-5 ((t (:foreground "#aaa"))))
  99.  `(gnus-cite-face-6 ((t (:foreground "#aaa"))))
  100.  `(gnus-cite-face-7 ((t (:foreground "#aaa"))))
  101.  `(gnus-cite-face-8 ((t (:foreground "#aaa"))))
  102.  `(gnus-cite-face-9 ((t (:foreground "#aaa"))))
  103.  `(gnus-emphasis-bold ((t (:bold t))))
  104.  `(gnus-emphasis-bold-italic ((t (:italic t :bold t))))
  105.  `(gnus-emphasis-highlight-words ((t (:foreground "#ccc"))))
  106.  `(gnus-emphasis-italic ((t (:italic t))))
  107.  `(gnus-emphasis-underline ((t (:underline t))))
  108.  `(gnus-emphasis-underline-bold ((t (:bold t :underline t))))
  109.  `(gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t))))
  110.  `(gnus-emphasis-underline-italic ((t (:italic t :underline t))))
  111.  `(gnus-group-mail-1-empty-face ((t (:foreground "#999"))))
  112.  `(gnus-group-mail-1-face ((t (:bold t :foreground "#999"))))
  113.  `(gnus-group-mail-2-empty-face ((t (:foreground "#999"))))
  114.  `(gnus-group-mail-2-face ((t (:bold t :foreground "#999"))))
  115.  `(gnus-group-mail-3-empty-face ((t (:foreground "#888"))))
  116.  `(gnus-group-mail-3-face ((t (:bold t :foreground "#888"))))
  117.  `(gnus-group-mail-low-empty-face ((t (:foreground "#777"))))
  118.  `(gnus-group-mail-low-face ((t (:bold t :foreground "#777"))))
  119.  `(gnus-group-news-1-empty-face ((t (:foreground "#999"))))
  120.  `(gnus-group-news-1-face ((t (:bold t :foreground "#999"))))
  121.  `(gnus-group-news-2-empty-face ((t (:foreground "#888"))))
  122.  `(gnus-group-news-2-face ((t (:bold t :foreground "#888"))))
  123.  `(gnus-group-news-3-empty-face ((t (:foreground "#777"))))
  124.  `(gnus-group-news-3-face ((t (:bold t :foreground "#777"))))
  125.  `(gnus-group-news-4-empty-face ((t (:foreground "#666"))))
  126.  `(gnus-group-news-4-face ((t (:bold t :foreground "#666"))))
  127.  `(gnus-group-news-5-empty-face ((t (:foreground "#666"))))
  128.  `(gnus-group-news-5-face ((t (:bold t :foreground "#666"))))
  129.  `(gnus-group-news-6-empty-face ((t (:foreground "#666"))))
  130.  `(gnus-group-news-6-face ((t (:bold t :foreground "#666"))))
  131.  `(gnus-group-news-low-empty-face ((t (:foreground "#666"))))
  132.  `(gnus-group-news-low-face ((t (:bold t :foreground "#666"))))
  133.  `(gnus-header-content-face ((t (:foreground "#888"))))
  134.  `(gnus-header-from-face ((t (:bold t :foreground "#888"))))
  135.  `(gnus-header-name-face ((t (:bold t :foreground "#777"))))
  136.  `(gnus-header-newsgroups-face ((t (:bold t :foreground "#777"))))
  137.  `(gnus-header-subject-face ((t (:bold t :foreground "#999"))))
  138.  `(gnus-signature-face ((t (:foreground "#444"))))
  139.  `(gnus-splash-face ((t (:foreground "#ccc"))))
  140.  `(gnus-summary-cancelled-face ((t (:background "#555" :foreground "#000"))))
  141.  `(gnus-summary-high-ancient-face ((t (:bold t :foreground "#555"))))
  142.  `(gnus-summary-high-read-face ((t (:bold t :foreground "#666"))))
  143.  `(gnus-summary-high-ticked-face ((t (:bold t :foreground "#777"))))
  144.  `(gnus-summary-high-unread-face ((t (:bold t :foreground "#888"))))
  145.  `(gnus-summary-low-ancient-face ((t (:foreground "#444"))))
  146.  `(gnus-summary-low-read-face ((t (:foreground "#555"))))
  147.  `(gnus-summary-low-ticked-face ((t (:foreground "#666"))))
  148.  `(gnus-summary-low-unread-face ((t (:foreground "#777"))))
  149.  `(gnus-summary-normal-ancient-face ((t (:foreground "#555"))))
  150.  `(gnus-summary-normal-read-face ((t (:foreground "#666"))))
  151.  `(gnus-summary-normal-ticked-face ((t (:foreground "#777"))))
  152.  `(gnus-summary-normal-unread-face ((t (:foreground "#888"))))
  153.  `(gnus-summary-selected-face ((t (:background "#333"))))
  154.  `(message-cited-text-face ((t (:foreground "#aaa"))))
  155.  `(message-header-cc-face ((t (:foreground "#888"))))
  156.  `(message-header-name-face ((t (:bold t :foreground "#777"))))
  157.  `(message-header-newsgroups-face ((t (:bold t :foreground "#777"))))
  158.  `(message-header-other-face ((t (:foreground "#666"))))
  159.  `(message-header-subject-face ((t (:bold t :foreground "#999"))))
  160.  `(message-header-to-face ((t (:bold t :foreground "#777"))))
  161.  `(message-header-xheader-face ((t (:foreground "#666"))))
  162.  `(message-separator-face ((t (:foreground "#999"))))
  163.  
  164.  `(info-header-node ((t (:foreground "#666"))))
  165.  `(info-header-xref ((t (:foreground "#666"))))
  166.  `(info-menu-5 ((t (:underline t))))
  167.  `(info-menu-header ((t (:bold t :foreground "#666"))))
  168.  `(info-node ((t (:bold t :foreground "#888"))))
  169.  `(info-xref ((t (:bold t :foreground "#777"))))
  170.  
  171.  `(font-lock-builtin-face ((t (:bold t :foreground "#777"))))
  172.  `(font-lock-comment-face ((t (:foreground "#555"))))
  173.  `(font-lock-constant-face ((t (:foreground "#777"))))
  174.  `(font-lock-doc-string-face ((t (:foreground "#777"))))
  175.  `(font-lock-doc-face ((t (:foreground "#777"))))
  176.  `(font-lock-function-name-face ((t (:bold t :foreground "#777"))))
  177.  `(font-lock-keyword-face ((t (:foreground "#777"))))
  178.  `(font-lock-preprocessor-face ((t (:foreground "#777"))))
  179.  `(font-lock-reference-face ((t (:foreground "#777"))))
  180.  `(font-lock-string-face ((t (:foreground "#777"))))
  181.  `(font-lock-type-face ((t (:bold t))))
  182.  `(font-lock-variable-name-face ((t (:bold t :foreground "#888"))))
  183.  `(font-lock-warning-face ((t (:bold t :foreground "#999"))))
  184.  )
  185.  
  186. (provide-theme 'late-night)