(defun color-theme-raspopovic ()
"Color theme by Pedja Raspopovic, created 2000-10-19.
Includes faces for dired, font-lock, info, paren."
(interactive)
(color-theme-install
'(color-theme-raspopovic
((background-color . "darkblue")
(background-mode . light)
(background-toolbar-color . "#bfbfbfbfbfbf")
(border-color . "#000000000000")
(bottom-toolbar-shadow-color . "#737373737373")
(cursor-color . "Red3")
(foreground-color . "yellow")
(top-toolbar-shadow-color . "#e6e6e6e6e6e6"))
((setnu-line-number-face . bold)
(goto-address-mail-face . info-xref))
(default ((t (nil))))
(blue ((t (:background "darkblue" :foreground "blue"))))
(bold ((t (:bold t :background "darkblue" :foreground "yellow"))))
(bold-italic ((t (:bold t :background "darkblue" :foreground "red3"))))
(comint-input-face ((t (:foreground "deepskyblue"))))
(dired-face-boring ((t (:foreground "Gray65"))))
(dired-face-directory ((t (:foreground "lightgreen"))))
(dired-face-executable ((t (:foreground "indianred"))))
(dired-face-flagged ((t (:background "LightSlateGray"))))
(dired-face-marked ((t (:background "darkblue" :foreground "deepskyblue"))))
(dired-face-permissions ((t (:background "darkblue" :foreground "white"))))
(dired-face-setuid ((t (:foreground "Red"))))
(dired-face-socket ((t (:foreground "magenta"))))
(dired-face-symlink ((t (:foreground "grey95"))))
(font-lock-comment-face ((t (:background "darkblue" :foreground "lightgreen"))))
(font-lock-doc-string-face ((t (:background "darkblue" :foreground "darkseagreen"))))
(font-lock-function-name-face ((t (:bold t :background "darkblue" :foreground "indianred"))))
(font-lock-keyword-face ((t (:background "darkblue" :foreground "skyblue"))))
(font-lock-preprocessor-face ((t (:background "darkblue" :foreground "orange"))))
(font-lock-reference-face ((t (:background "darkblue" :foreground "deepskyblue"))))
(font-lock-string-face ((t (:background "darkblue" :foreground "lightgrey"))))
(font-lock-type-face ((t (:background "darkblue" :foreground "orange"))))
(font-lock-variable-name-face ((t (:background "darkblue" :foreground "white"))))
(green ((t (:background "darkblue" :foreground "green"))))
(gui-button-face ((t (:background "grey75" :foreground "black"))))
(highlight ((t (:background "yellow" :foreground "darkblue"))))
(info-node ((t (:bold t :background "darkblue" :foreground "red3"))))
(info-xref ((t (:bold t :background "darkblue" :foreground "yellow"))))
(isearch ((t (:background "yellow" :foreground "darkblue"))))
(isearch-secondary ((t (:foreground "red3"))))
(italic ((t (:background "darkblue" :foreground "red3"))))
(left-margin ((t (:background "darkblue" :foreground "yellow"))))
(list-mode-item-selected ((t (:background "gray68" :foreground "yellow"))))
(makefile-space-face ((t (:background "hotpink"))))
(modeline ((t (:background "Gray75" :foreground "Black"))))
(modeline-buffer-id ((t (:background "Gray75" :foreground "blue"))))
(modeline-mousable ((t (:background "Gray75" :foreground "red"))))
(modeline-mousable-minor-mode ((t (:background "Gray75" :foreground "green4"))))
(paren-blink-off ((t (:foreground "darkblue"))))
(paren-match ((t (:background "yellow" :foreground "darkblue"))))
(paren-mismatch ((t (:background "DeepPink" :foreground "yellow"))))
(pointer ((t (:background "darkblue" :foreground "red3"))))
(primary-selection ((t (:background "yellow" :foreground "darkblue"))))
(red ((t (:background "darkblue" :foreground "red"))))
(right-margin ((t (:background "darkblue" :foreground "yellow"))))
(secondary-selection ((t (:background "darkblue" :foreground "yellow"))))
(shell-option-face ((t (:background "darkblue" :foreground "cyan2"))))
(shell-output-2-face ((t (:background "darkblue" :foreground "darkseagreen"))))
(shell-output-3-face ((t (:background "darkblue" :foreground "lightgrey"))))
(shell-output-face ((t (:background "darkblue" :foreground "white"))))
(shell-prompt-face ((t (:background "darkblue" :foreground "red"))))
(text-cursor ((t (:background "Red3" :foreground "white"))))
(underline ((t (:underline t :background "darkblue" :foreground "yellow"))))
(vvb-face ((t (:background "pink" :foreground "black"))))
(yellow ((t (:background "darkblue" :foreground "yellow"))))
(zmacs-region ((t (:background "gray" :foreground "black")))))))
(provide 'color-theme-raspopovic)
Text file Source (historic): geocities.com/timessquare/6120/elisp/themes
geocities.com/timessquare/6120/elispgeocities.com/timessquare/6120
geocities.com/timessquare
(to report bad content: archivehelp @ gmail)
|
|
|
|
|