(Emacs/elisp)~update personal-primary
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
'(font-lock-type-face ((t (:weight normal :foreground "deepskyblue"))))
|
||||
'(font-lock-variable-name-face ((nil (:foreground "white"))))
|
||||
'(font-lock-warning-face ((t (:inherit (error)))))
|
||||
'(fringe ((t (:background "grey4"))))
|
||||
'(fringe ((t (:inherit (default)))))
|
||||
'(haskell-interactive-face-prompt ((t (:foreground "green"))))
|
||||
'(header-line ((t (:box nil :foreground "grey90" :background "grey20" :inherit (mode-line)))))
|
||||
'(highlight ((t (:extend t :background "#222233"))))
|
||||
@@ -53,7 +53,7 @@
|
||||
'(match ((t (:background "RoyalBlue3"))))
|
||||
'(minibuffer-prompt ((t (:foreground "cyan"))))
|
||||
'(mode-line ((t (:box t :foreground "LightSkyBlue" :background "black" :inherit (default)))))
|
||||
'(mode-line-inactive ((t (:box nil :weight light :foreground "CadetBlue" :background "grey7" :inherit (default)))))
|
||||
'(mode-line-inactive ((t (:box nil :weight light :height 1 :foreground "CadetBlue" :background "grey7" :inherit (default)))))
|
||||
'(mode-line-buffer-id ((t (:weight bold))))
|
||||
'(mode-line-emphasis ((t (:weight bold))))
|
||||
'(next-error ((t (:inherit (region)))))
|
||||
@@ -75,8 +75,8 @@
|
||||
'(rainbow-delimiters-depth-5-face ((t (:extend t :foreground "DeepSkyBlue"))))
|
||||
'(rainbow-delimiters-depth-6-face ((t (:extend t :foreground "purple"))))
|
||||
'(rainbow-delimiters-depth-7-face ((t (:extend t :foreground "violet"))))
|
||||
'(rainbow-delimiters-mismatched-face ((t (:extend t :foreground "white" :background "red1"))))
|
||||
'(rainbow-delimiters-unmatched-face ((t (:extend t :foreground "white" :background "red1"))))
|
||||
'(rainbow-delimiters-mismatched-face ((t (:extend t :foreground "white" :background "red4"))))
|
||||
'(rainbow-delimiters-unmatched-face ((t (:extend t :foreground "white" :background "red3"))))
|
||||
'(rainbow-delimiters-base-error-face ((t (:extend t :foreground "white" :background "red1"))))
|
||||
'(shadow ((((class color grayscale) (min-colors 88) (background light)) (:foreground "grey50"))
|
||||
(((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70"))
|
||||
|
||||
Reference in New Issue
Block a user