(deftheme UniverseHighContrast "Created 2021-07-23.") (custom-theme-set-faces 'UniverseHighContrast '(cursor ((t (:background "SeaGreen1")))) '(fixed-pitch ((t nil))) '(variable-pitch ((t nil))) '(escape-glyph ((t (:foreground "magenta")))) '(minibuffer-prompt ((t (:foreground "lawn green")))) '(highlight ((t (:foreground "black" :background "turquoise")))) '(region ((t (:foreground "black" :background "light blue")))) '(shadow ((((class color grayscale) (min-colors 88) (background light)) (:foreground "grey50")) (((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70")) (((class color) (min-colors 8) (background light)) (:foreground "green")) (((class color) (min-colors 8) (background dark)) (:foreground "yellow")))) '(secondary-selection ((t (:foreground "black" :background "aquamarine")))) '(trailing-whitespace ((t (:background "slate blue")))) '(font-lock-builtin-face ((t (:foreground "orchid")))) '(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face)))) '(font-lock-comment-face ((t (:foreground "#e512ff")))) '(font-lock-constant-face ((t (:foreground "DeepPink1")))) '(font-lock-doc-face ((t (:inherit (font-lock-string-face))))) '(font-lock-function-name-face ((t (:foreground "#05fa60")))) '(font-lock-keyword-face ((t (:foreground "chartreuse")))) '(font-lock-negation-char-face ((t nil))) '(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face))))) '(font-lock-regexp-grouping-backslash ((t (:inherit (bold))))) '(font-lock-regexp-grouping-construct ((t (:inherit (bold))))) '(font-lock-string-face ((t (:foreground "spring green")))) '(font-lock-type-face ((t (:foreground "aquamarine")))) '(font-lock-variable-name-face ((t (:foreground "deep sky blue")))) '(font-lock-warning-face ((t (:inherit (error))))) '(button ((t (:inherit (link))))) '(link ((t (:foreground "green1" :underline t)))) '(link-visited ((t (:foreground "green3" :underline t)))) '(fringe ((t (:background "gray10")))) '(header-line ((t (:box nil :foreground "grey90" :background "grey20" :inherit (mode-line))))) '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch))))) '(mode-line ((t (:box (:line-width -1 :color nil :style released-button) :foreground "white" :background "purple4")))) '(mode-line-buffer-id ((t (:weight bold)))) '(mode-line-emphasis ((t (:weight bold)))) '(mode-line-highlight ((((class color) (min-colors 88)) (:box (:line-width 2 :color "grey40" :style released-button))) (t (:inherit (highlight))))) '(mode-line-inactive ((t (:weight light :box (:line-width -1 :color "grey40" :style nil) :foreground "grey80" :background "grey30" :inherit (mode-line))))) '(isearch ((t (:foreground "black" :background "pale green")))) '(isearch-fail ((t (:background "medium sea green")))) '(lazy-highlight ((t (:background "gray25")))) '(match ((((class color) (min-colors 88) (background light)) (:background "yellow1")) (((class color) (min-colors 88) (background dark)) (:background "RoyalBlue3")) (((class color) (min-colors 8) (background light)) (:foreground "black" :background "yellow")) (((class color) (min-colors 8) (background dark)) (:foreground "white" :background "blue")) (((type tty) (class mono)) (:inverse-video t)) (t (:background "gray")))) '(next-error ((t (:inherit (region))))) '(query-replace ((t (:inherit (isearch))))) '(default ((t (:foreground "white" :background "black" :height 150)))) '(company-preview ((t (:background "#000000" :foreground "#ffffff")))) '(company-preview-common ((t (:inherit company-preview :foreground "#ff00cf")))) '(company-preview-search ((t (:inherit company-preview :background "black")))) '(company-scrollbar-bg ((t (:background "grey35"))) t) '(company-scrollbar-fg ((t (:background "#a22390"))) t) '(company-template-field ((t (:background "grey75" :foreground "black")))) '(company-tooltip ((t (:background "#353535" :foreground "white")))) '(company-tooltip-common ((t (:foreground "magenta")))) '(company-tooltip-mouse ((t (:inherit company-tooltip-selection)))) '(company-tooltip-scrollbar-thumb ((t (:background "#a22390")))) '(company-tooltip-scrollbar-track ((t (:background "grey35")))) '(company-tooltip-search ((t (:inherit company-tooltip-selection)))) '(company-tooltip-search-selection ((t (:inherit company-tooltip-selection)))) '(company-tooltip-selection ((t (:background "#4584a2" :foreground "white")))) '(elpy-codecell-boundary ((t (:background "#333")))) '(rainbow-delimiters-depth-1-face ((t (:foreground "#69f")))) '(rainbow-delimiters-depth-2-face ((t (:foreground "#39b")))) '(rainbow-delimiters-depth-3-face ((t (:foreground "#278")))) '(rainbow-delimiters-depth-4-face ((t (:foreground "#281")))) '(rainbow-delimiters-depth-5-face ((t (:foreground "#047")))) '(rainbow-delimiters-depth-6-face ((t (:foreground "#138")))) '(rainbow-delimiters-depth-7-face ((t (:foreground "#708")))) '(rainbow-delimiters-depth-8-face ((t (:foreground "#920"))))) (provide-theme 'UniverseHighContrast)