(Emacs/elisp)+customised faces for tab-bar-mode
This commit is contained in:
@@ -3,18 +3,10 @@
|
||||
|
||||
(custom-theme-set-faces
|
||||
'personal-light
|
||||
'(default ((t (:family "Source Code Pro" :foundry "ADBO" :width normal :height 143 :weight normal :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "black" :background "white" :stipple nil :inherit nil))))
|
||||
'(button ((t (:inherit (link)))))
|
||||
'(cursor ((((background light)) (:background "black")) (((background dark)) (:background "white"))))
|
||||
'(fixed-pitch ((t (:family "Monospace"))))
|
||||
'(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif"))))
|
||||
'(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
|
||||
'(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
|
||||
'(minibuffer-prompt ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "medium blue"))))
|
||||
'(highlight ((((class color) (min-colors 88) (background light)) (:background "darkseagreen2")) (((class color) (min-colors 88) (background dark)) (:background "darkolivegreen")) (((class color) (min-colors 16) (background light)) (:background "darkseagreen2")) (((class color) (min-colors 16) (background dark)) (:background "darkolivegreen")) (((class color) (min-colors 8)) (:foreground "black" :background "green")) (t (:inverse-video t))))
|
||||
'(region ((t (:extend t :background "green yellow" :distant-foreground "gtk_selection_fg_color"))))
|
||||
'(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 ((((class color) (min-colors 88) (background light)) (:extend t :background "yellow1")) (((class color) (min-colors 88) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:extend t :background "yellow")) (((class color) (min-colors 16) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 8)) (:extend t :foreground "black" :background "cyan")) (t (:inverse-video t))))
|
||||
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
|
||||
'(fixed-pitch ((t (:family "Monospace"))))
|
||||
'(font-lock-builtin-face ((((class grayscale) (background light)) (:weight bold :foreground "LightGray")) (((class grayscale) (background dark)) (:weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "dark slate blue")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Orchid")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold))))
|
||||
'(font-lock-comment-delimiter-face ((t (:inherit (font-lock-comment-face)))))
|
||||
'(font-lock-comment-face ((t (:foreground "dim gray"))))
|
||||
@@ -31,26 +23,37 @@
|
||||
'(font-lock-type-face ((((class grayscale) (background light)) (:weight bold :foreground "Gray90")) (((class grayscale) (background dark)) (:weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "ForestGreen")) (((class color) (min-colors 88) (background dark)) (:foreground "PaleGreen")) (((class color) (min-colors 16) (background light)) (:foreground "ForestGreen")) (((class color) (min-colors 16) (background dark)) (:foreground "PaleGreen")) (((class color) (min-colors 8)) (:foreground "green")) (t (:underline (:color foreground-color :style line) :weight bold))))
|
||||
'(font-lock-variable-name-face ((((class grayscale) (background light)) (:slant italic :weight bold :foreground "Gray90")) (((class grayscale) (background dark)) (:slant italic :weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "sienna")) (((class color) (min-colors 88) (background dark)) (:foreground "LightGoldenrod")) (((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod")) (((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod")) (((class color) (min-colors 8)) (:weight light :foreground "yellow")) (t (:slant italic :weight bold))))
|
||||
'(font-lock-warning-face ((t (:inherit (error)))))
|
||||
'(button ((t (:inherit (link)))))
|
||||
'(link ((t (:underline (:color foreground-color :style line) :foreground "RoyalBlue3"))))
|
||||
'(link-visited ((t (:foreground "magenta4" :inherit (link)))))
|
||||
'(fringe ((((class color) (background light)) (:background "grey95")) (((class color) (background dark)) (:background "grey10")) (t (:background "gray"))))
|
||||
'(header-line ((t (:box nil :foreground "grey20" :background "grey90" :inherit (mode-line)))))
|
||||
'(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
|
||||
'(mode-line ((t (:box (:line-width (1 . -1) :color nil :style released-button) :foreground "black" :background "grey75"))))
|
||||
'(mode-line-buffer-id ((t (:weight bold))))
|
||||
'(mode-line-emphasis ((t (:weight bold))))
|
||||
'(mode-line-highlight ((t (:box (:line-width (2 . 2) :color "grey40" :style released-button)))))
|
||||
'(mode-line-inactive ((t (:weight light :box (:line-width (1 . -1) :color "grey75" :style nil) :foreground "grey20" :background "grey90" :inherit (mode-line)))))
|
||||
'(highlight ((t (:background "gainsboro"))))
|
||||
'(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
|
||||
'(isearch ((((class color) (min-colors 88) (background light)) (:foreground "lightskyblue1" :background "magenta3")) (((class color) (min-colors 88) (background dark)) (:foreground "brown4" :background "palevioletred2")) (((class color) (min-colors 16)) (:foreground "cyan1" :background "magenta4")) (((class color) (min-colors 8)) (:foreground "cyan1" :background "magenta4")) (t (:inverse-video t))))
|
||||
'(isearch-fail ((((class color) (min-colors 88) (background light)) (:background "RosyBrown1")) (((class color) (min-colors 88) (background dark)) (:background "red4")) (((class color) (min-colors 16)) (:background "red")) (((class color) (min-colors 8)) (:background "red")) (((class color grayscale)) (:foreground "grey")) (t (:inverse-video t))))
|
||||
'(lazy-highlight ((((class color) (min-colors 88) (background light)) (:background "paleturquoise")) (((class color) (min-colors 88) (background dark)) (:background "paleturquoise4")) (((class color) (min-colors 16)) (:background "turquoise3")) (((class color) (min-colors 8)) (:background "turquoise3")) (t (:underline (:color foreground-color :style line)))))
|
||||
'(link ((t (:underline (:color foreground-color :style line) :foreground "RoyalBlue3"))))
|
||||
'(link-visited ((t (:foreground "magenta4" :inherit (link)))))
|
||||
'(match ((((class color) (min-colors 88) (background light)) (:background "khaki1")) (((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"))))
|
||||
'(minibuffer-prompt ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "medium blue"))))
|
||||
'(mode-line ((t (:box nil :background "LightSkyBlue" :foreground "black"))))
|
||||
'(mode-line-buffer-id ((t (:weight bold))))
|
||||
'(mode-line-emphasis ((t (:weight bold))))
|
||||
'(mode-line-highlight ((t (:box (:line-width (2 . 2) :color "grey40" :style released-button)))))
|
||||
'(mode-line-inactive ((t (:foreground "grey20" :background "grey90" :inherit (mode-line)))))
|
||||
'(next-error ((t (:inherit (region)))))
|
||||
'(query-replace ((t (:inherit (isearch)))))
|
||||
'(org-block ((t (:background "white" :inherit shadow))))
|
||||
'(whitespace-space ((t (:background "white" :foreground "lightgray"))))
|
||||
'(query-replace ((t (:inherit (isearch)))))
|
||||
'(region ((t (:extend t :background "green yellow" :distant-foreground "gtk_selection_fg_color"))))
|
||||
'(secondary-selection ((((class color) (min-colors 88) (background light)) (:extend t :background "yellow1")) (((class color) (min-colors 88) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:extend t :background "yellow")) (((class color) (min-colors 16) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 8)) (:extend t :foreground "black" :background "cyan")) (t (:inverse-video t))))
|
||||
'(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"))))
|
||||
'(tab-bar ((t (:background "white"))))
|
||||
'(tab-bar-tab ((t (:foreground "gray30" :background "white"))))
|
||||
'(tab-bar-tab-inactive ((t (:foreground "gray13" :background "gray80"))))
|
||||
'(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
|
||||
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
|
||||
'(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif"))))
|
||||
'(whitespace-line ((t (:background "white" :foreground "violet"))))
|
||||
'(whitespace-space ((t (:background "white" :foreground "lightgray"))))
|
||||
'(default ((t (:family "Source Code Pro" :foundry "ADBO" :width normal :height 143 :weight normal :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "black" :background "white" :stipple nil :inherit nil))))
|
||||
)
|
||||
|
||||
(provide-theme 'personal-light)
|
||||
|
||||
@@ -3,26 +3,30 @@
|
||||
|
||||
(custom-theme-set-faces
|
||||
'personal-primary
|
||||
'(line-number ((t (:foreground "gray45" :background "gray1" :inherit (default)))))
|
||||
'(line-number-current-line ((t (:foreground "white" :background "gray1" :inherit (default)))))
|
||||
'(button ((t (:inherit (link)))))
|
||||
'(tab-bar ((t (:background "gray13"))))
|
||||
'(tab-bar-tab ((t (:background "gray20" :foreground "white" :box (:color )))))
|
||||
'(tab-bar-tab-inactive ((t (:background "gray13" :foreground "DimGrey"))))
|
||||
'(child-frame-border ((t (:background "white"))))
|
||||
'(cursor ((((background light)) (:background "black")) (((background dark)) (:background "white"))))
|
||||
'(company-preview
|
||||
((t (:foreground "wheat" :background "blue4"))))
|
||||
'(company-preview-common ((t (:inherit company-preview :foreground "grey"))))
|
||||
'(company-tooltip ((t (:background "black" :foreground "white"))))
|
||||
'(company-tooltip-annotation ((t (:foreground "grey" :slant italic))))
|
||||
'(company-tooltip-selection ((t (:background "gray31" :slant italic))))
|
||||
'(cursor ((t (:background "white"))))
|
||||
'(dired-ignored ((t (:background "gray10"))))
|
||||
'(escape-glyph ((t (:foreground "cyan"))))
|
||||
'(eshell-ls-directory ((t (:foreground "DeepSkyBlue3" :weight bold))))
|
||||
'(eshell-prompt ((t (:foreground "turquoise3" :weight bold))))
|
||||
'(fixed-pitch ((t (:family "Monospace"))))
|
||||
'(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif"))))
|
||||
'(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
|
||||
'(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
|
||||
'(minibuffer-prompt ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "medium blue"))))
|
||||
'(highlight ((t (:background "gray14"))))
|
||||
'(region ((t (:extend t :background "gray25"))))
|
||||
'(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 ((((class color) (min-colors 88) (background light)) (:extend t :background "yellow1")) (((class color) (min-colors 88) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:extend t :background "yellow")) (((class color) (min-colors 16) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 8)) (:extend t :foreground "black" :background "cyan")) (t (:inverse-video t))))
|
||||
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")))) ;;(t (:inverse-video t))))
|
||||
'(font-lock-builtin-face ((t (:foreground "powder blue"))))
|
||||
'(font-lock-comment-delimiter-face ((t (:slant italic :foreground "gray24"))))
|
||||
'(font-lock-comment-face ((t (:slant italic :foreground "#868686"))))
|
||||
'(font-lock-constant-face ((t (:foreground "indian red" :weight semi-bold :height 0.99 :family "Source Code Pro"))))
|
||||
'(font-lock-doc-face ((t (:inherit (font-lock-string-face)))))
|
||||
'(font-lock-function-name-face ((t (:weight semi-bold))))
|
||||
'(font-lock-function-name-face ((t (:weight semi-bold :foreground "#b6b6b6"))))
|
||||
'(font-lock-function-call-face ((t (:weight semi-bold :foreground "#b6b6b6"))))
|
||||
'(font-lock-keyword-face ((t (:foreground "spring green" :weight bold :height 0.95 :family "Fira Code"))))
|
||||
'(font-lock-negation-char-face ((t nil)))
|
||||
'(font-lock-preprocessor-face ((t (:family "Source Code Pro" :foreground "#868686"))))
|
||||
@@ -32,44 +36,51 @@
|
||||
'(font-lock-type-face ((t (:weight light :foreground "deepskyblue" :family "DejaVu Sans Mono"))))
|
||||
'(font-lock-variable-name-face ((nil (:family "Source Code Pro" :foreground "white"))))
|
||||
'(font-lock-warning-face ((t (:inherit (error)))))
|
||||
'(button ((t (:inherit (link)))))
|
||||
'(fringe ((t (:background "grey4"))))
|
||||
'(haskell-interactive-face-prompt ((t (:foreground "green"))))
|
||||
'(header-line ((t (:box nil :foreground "grey90" :background "grey20" :inherit (mode-line)))))
|
||||
'(highlight ((t (:background "gray14"))))
|
||||
'(homoglyph ((t (:foreground "cyan"))))
|
||||
'(isearch ((t (:foreground "brown4" :background "white"))))
|
||||
'(isearch-fail ((t (:background "red4"))))
|
||||
'(ivy-current-match ((t (:weight bold :underline t :slant italic))))
|
||||
'(lazy-highlight ((t (:background "paleturquoise4"))))
|
||||
'(line-number ((t (:foreground "gray45" :background "gray1" :inherit (default)))))
|
||||
'(line-number-current-line ((t (:foreground "white" :background "gray1" :inherit (default)))))
|
||||
'(link ((t (:underline (:color foreground-color :style line) :foreground "cyan1"))))
|
||||
'(link-visited ((t (:foreground "violet" :inherit (link)))))
|
||||
'(fringe ((t (:background "grey4"))))
|
||||
'(header-line ((t (:box nil :foreground "grey90" :background "grey20" :inherit (mode-line)))))
|
||||
'(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
|
||||
'(match ((t (:background "RoyalBlue3"))))
|
||||
'(minibuffer-prompt ((t (:foreground "cyan"))))
|
||||
'(mode-line ((t (:box nil :foreground "LightSkyBlue" :background "black"))))
|
||||
'(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 :foreground "CadetBlue" :background "grey7" :inherit (mode-line)))))
|
||||
'(isearch ((t (:foreground "brown4" :background "white"))))
|
||||
'(isearch-fail ((((class color) (min-colors 88) (background light)) (:background "RosyBrown1")) (((class color) (min-colors 88) (background dark)) (:background "red4")) (((class color) (min-colors 16)) (:background "red")) (((class color) (min-colors 8)) (:background "red")) (((class color grayscale)) (:foreground "grey")) (t (:inverse-video t))))
|
||||
'(lazy-highlight ((((class color) (min-colors 88) (background light)) (:background "paleturquoise")) (((class color) (min-colors 88) (background dark)) (:background "paleturquoise4")) (((class color) (min-colors 16)) (:background "turquoise3")) (((class color) (min-colors 8)) (:background "turquoise3")) (t (:underline (:color foreground-color :style line)))))
|
||||
'(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"))))
|
||||
'(mode-line-inactive ((t (:weight light :foreground "CadetBlue" :background "grey7"
|
||||
:inherit (mode-line)))))
|
||||
'(next-error ((t (:inherit (region)))))
|
||||
'(query-replace ((t (:inherit (isearch)))))
|
||||
'(company-tooltip ((t (:background "black" :foreground "white"))))
|
||||
'(company-tooltip-selection ((t (:background "gray31" :slant italic))))
|
||||
'(company-tooltip-annotation ((t (:foreground "grey" :slant italic))))
|
||||
'(company-preview ((((background light)) (:inherit (company-tooltip-selection company-tooltip))) (((background dark)) (:foreground "wheat" :background "blue4"))))
|
||||
'(company-preview-common ((t (:inherit company-preview :foreground "grey"))))
|
||||
'(org-block ((t (:background "gray3" :inherit shadow))))
|
||||
'(org-quote ((t (:slant italic))))
|
||||
'(eshell-prompt ((t (:foreground "turquoise3" :weight bold))))
|
||||
'(eshell-ls-directory ((t (:foreground "DeepSkyBlue3" :weight bold))))
|
||||
'(whitespace-tab ((t (:background "gray5" :foreground "gray20"))))
|
||||
'(whitespace-space ((t (:background "gray2" :foreground "darkgray"))))
|
||||
'(whitespace-line ((t (:background "black" :foreground "violet"))))
|
||||
'(haskell-interactive-face-prompt ((t (:foreground "green"))))
|
||||
'(org-verbatim ((t (:foreground "red3"))))
|
||||
'(org-code ((t (:foreground "green3"))))
|
||||
'(ivy-current-match ((t (:weight bold :underline t :slant italic))))
|
||||
'(orderless-match-face-0 ((t (:weight bold :foreground "lime green"))))
|
||||
'(orderless-match-face-1 ((t (:weight bold :foreground "light green"))))
|
||||
'(orderless-match-face-2 ((t (:weight bold :foreground "forest green"))))
|
||||
'(orderless-match-face-3 ((t (:weight bold :foreground "dark green"))))
|
||||
'(org-block ((t (:background "gray3" :inherit shadow))))
|
||||
'(org-code ((t (:foreground "green3"))))
|
||||
'(org-quote ((t (:slant italic))))
|
||||
'(org-verbatim ((t (:foreground "red3"))))
|
||||
'(pdf-isearch-batch ((t (:foreground "black" :background "white"))))
|
||||
'(default ((t (:family "Source Code Pro" :foundry "ADBO" :width normal :weight normal :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "#b6b6b6" :background "gray5" :stipple nil :inherit nil)))))
|
||||
'(query-replace ((t (:inherit (isearch)))))
|
||||
'(region ((t (:extend t :background "gray25"))))
|
||||
'(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 (:extend t :background "SkyBlue4"))))
|
||||
'(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
|
||||
'(trailing-whitespace ((((class color) (background light)) (:background "red1"))
|
||||
(((class color) (background dark)) (:background "red1"))))
|
||||
'(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif"))))
|
||||
'(whitespace-line ((t (:background "black" :foreground "violet"))))
|
||||
'(whitespace-space ((t (:background "gray2" :foreground "darkgray"))))
|
||||
'(whitespace-tab ((t (:background "gray5" :foreground "gray20"))))
|
||||
'(default ((t (:family "Source Code Pro" :foundry "ADBO" :width normal
|
||||
:weight normal :slant normal :underline nil :overline nil
|
||||
:extend nil :strike-through nil :box nil :inverse-video nil :foreground "#b6b6b6"
|
||||
:background "black" :stipple nil :inherit nil)))))
|
||||
|
||||
(provide-theme 'personal-primary)
|
||||
|
||||
Reference in New Issue
Block a user