(defun color-theme-barak () "Color theme by Barak Michener, created 08-11-2010" (interactive) (color-theme-install '(color-theme-barak ((background-color . "black") (background-mode . dark) (border-color . "black") (cursor-color . "#A7A7A7") (foreground-color . "#E0E0E0") (mouse-color . "sienna1")) (default ((t (:background "black" :foreground "#E0E0E0")))) (blue ((t (:foreground "blue")))) (bold ((t (:bold t)))) (bold-italic ((t (:bold t)))) (border-glyph ((t (nil)))) (buffers-tab ((t (:background "#121212" :foreground "#E0E0E0")))) (font-lock-builtin-face ((t (:foreground "#E0E0E0")))) (font-lock-comment-face ((t (:foreground "#238E23")))) (font-lock-constant-face ((t (:foreground "#E3AC3D")))) (font-lock-doc-string-face ((t (:foreground "DarkOrange")))) (font-lock-function-name-face ((t (:foreground "#C5A6FF")))) (font-lock-keyword-face ((t (:bold t :foreground "#4876FF")))) (font-lock-preprocessor-face ((t (:foreground "#E9DFEF")))) (font-lock-reference-face ((t (:foreground "#E1634F")))) (font-lock-regexp-grouping-backslash ((t (:foreground "#E9C062")))) (font-lock-regexp-grouping-construct ((t (:foreground "red")))) (font-lock-string-face ((t (:foreground "#F05656")))) (font-lock-type-face ((t (:foreground "#73E1E6")))) (font-lock-variable-name-face ((t (:foreground "#00BFFF")))) (font-lock-warning-face ((t (:bold t :foreground "Pink")))) (gui-element ((t (:background "#D4D0C8" :foreground "black")))) (region ((t (:background "#364458")))) (mode-line ((t (:background "grey75" :foreground "black")))) (highlight ((t (:background "#222222")))) (highline-face ((t (:background "SeaGreen")))) (italic ((t (nil)))) (left-margin ((t (nil)))) (text-cursor ((t (:background "yellow" :foreground "black")))) (toolbar ((t (nil)))) (underline ((nil (:underline nil)))) (zmacs-region ((t (:background "snow" :foreground "ble")))))))