fg42-theme has been replaced by doom-one theme

This commit is contained in:
Sameer Rahmani 2018-04-21 00:31:45 +01:00
parent d8af08804d
commit 925826f15b
3 changed files with 1 additions and 315 deletions

View File

@ -3,12 +3,10 @@
;; THEME
;; =====
;; Load the default theme
(theme themes/fg42-theme)
;; Other options are:
;; (theme themes/color-theme-spacemacs-light)
;; (theme themes/color-theme-spacemacs-dark)
;; (theme themes/color-theme-doom-one)
(theme themes/color-theme-doom-one)
;; (theme themes/color-theme-doom-molokai)
;; ABILITIES

View File

@ -1,295 +0,0 @@
(deftheme fg42-doom-one
"Created 2018-04-19.")
(custom-theme-set-variables
'fg42-doom-one
'(ansi-color-names-vector ["#1B2229" "#ff6c6b" "#98be65" "#ECBE7B" "#51afef" "#c678dd" "#46D9FF" "#DFDFDF"]))
(custom-theme-set-faces
'fg42-doom-one
'(doom-modeline-error ((((class color) (min-colors 257)) (:background "#bf5150" :foreground "#1B2229" :distant-foreground "#1B2229")) (((class color) (min-colors 256)) (:background "#bf4c3f" :foreground "black" :distant-foreground "black")) (((class color) (min-colors 16)) (:background "red" :foreground "black" :distant-foreground "black"))))
'(bold ((((class color) (min-colors 257)) (:weight bold :foreground nil)) (((class color) (min-colors 256)) (:weight bold :foreground nil)) (((class color) (min-colors 16)) (:weight bold :foreground nil))))
'(italic ((t (:slant italic))))
'(bold-italic ((t (:inherit (bold italic)))))
'(fringe ((((class color) (min-colors 257)) (:inherit default :foreground "#3f444a")) (((class color) (min-colors 256)) (:inherit default :foreground "#3f3f3f")) (((class color) (min-colors 16)) (:inherit default :foreground "brightblack"))))
'(region ((((class color) (min-colors 257)) (:background "#42444a" :foreground nil :distant-foreground "#959ba5")) (((class color) (min-colors 256)) (:background "black" :foreground nil :distant-foreground "#989898")) (((class color) (min-colors 16)) (:background "black" :foreground nil :distant-foreground "brightwhite"))))
'(highlight ((((class color) (min-colors 257)) (:background "#51afef" :foreground "#1B2229" :distant-foreground "#DFDFDF")) (((class color) (min-colors 256)) (:background "#51afef" :foreground "black" :distant-foreground "#dfdfdf")) (((class color) (min-colors 16)) (:background "brightblue" :foreground "black" :distant-foreground "white"))))
'(cursor ((((class color) (min-colors 257)) (:background "#51afef")) (((class color) (min-colors 256)) (:background "#51afef")) (((class color) (min-colors 16)) (:background "brightblue"))))
'(shadow ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(minibuffer-prompt ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(tooltip ((((class color) (min-colors 257)) (:background "#23272e" :foreground "#bbc2cf")) (((class color) (min-colors 256)) (:background "#262626" :foreground "#bfbfbf")) (((class color) (min-colors 16)) (:background "brightblack" :foreground "brightwhite"))))
'(secondary-selection ((((class color) (min-colors 257)) (:background "#3f444a")) (((class color) (min-colors 256)) (:background "#3f3f3f")) (((class color) (min-colors 16)) (:background "brightblack"))))
'(lazy-highlight ((((class color) (min-colors 257)) (:background "#2257A0" :foreground "#DFDFDF" :distant-foreground "#1B2229" :weight bold)) (((class color) (min-colors 256)) (:background "#2257A0" :foreground "#dfdfdf" :distant-foreground "black" :weight bold)) (((class color) (min-colors 16)) (:background "blue" :foreground "white" :distant-foreground "black" :weight bold))))
'(match ((((class color) (min-colors 257)) (:foreground "#98be65" :background "#1B2229" :weight bold)) (((class color) (min-colors 256)) (:foreground "#99bb66" :background "black" :weight bold)) (((class color) (min-colors 16)) (:foreground "green" :background "black" :weight bold))))
'(trailing-whitespace ((((class color) (min-colors 257)) (:background "#ff6c6b")) (((class color) (min-colors 256)) (:background "#ff6655")) (((class color) (min-colors 16)) (:background "red"))))
'(nobreak-space ((t (:inherit default :underline nil))))
'(vertical-border ((((class color) (min-colors 257)) (:background "#191b20" :foreground "#191b20")) (((class color) (min-colors 256)) (:background "#1b1b1b" :foreground "#1b1b1b")) (((class color) (min-colors 16)) (:background "brightblack" :foreground "brightblack"))))
'(link ((((class color) (min-colors 257)) (:foreground "#51afef" :underline t :weight bold)) (((class color) (min-colors 256)) (:foreground "#51afef" :underline t :weight bold)) (((class color) (min-colors 16)) (:foreground "brightblue" :underline t :weight bold))))
'(error ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(warning ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(success ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(font-lock-builtin-face ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face))))
'(font-lock-constant-face ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(font-lock-function-name-face ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(font-lock-keyword-face ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(font-lock-string-face ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(font-lock-type-face ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(font-lock-variable-name-face ((((class color) (min-colors 257)) (:foreground "#dcaeea")) (((class color) (min-colors 256)) (:foreground "#dcaeea")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(font-lock-warning-face ((t (:inherit warning))))
'(font-lock-negation-char-face ((((class color) (min-colors 257)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 256)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightblue"))))
'(font-lock-preprocessor-face ((((class color) (min-colors 257)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 256)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightblue"))))
'(font-lock-regexp-grouping-backslash ((((class color) (min-colors 257)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 256)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightblue"))))
'(font-lock-regexp-grouping-construct ((((class color) (min-colors 257)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 256)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightblue"))))
'(mode-line-highlight ((((class color) (min-colors 257)) (:inherit highlight :distant-foreground "#282c34")) (((class color) (min-colors 256)) (:inherit highlight :distant-foreground nil)) (((class color) (min-colors 16)) (:inherit highlight :distant-foreground nil))))
'(mode-line-buffer-id ((t (:weight bold))))
'(header-line ((((class color) (min-colors 257)) (:inherit mode-line :distant-foreground "#282c34")) (((class color) (min-colors 256)) (:inherit mode-line :distant-foreground nil)) (((class color) (min-colors 16)) (:inherit mode-line :distant-foreground nil))))
'(custom-button ((((class color) (min-colors 257)) (:foreground "#51afef" :background "#282c34" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground "#51afef" :background nil :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground "brightblue" :background nil :box (:line-width 1 :style none)))))
'(custom-button-unraised ((((class color) (min-colors 257)) (:foreground "#a9a1e1" :background "#282c34" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground "#a9a1e1" :background nil :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground "brightmagenta" :background nil :box (:line-width 1 :style none)))))
'(custom-button-pressed-unraised ((((class color) (min-colors 257)) (:foreground "#282c34" :background "#a9a1e1" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground nil :background "#a9a1e1" :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground nil :background "brightmagenta" :box (:line-width 1 :style none)))))
'(custom-button-pressed ((((class color) (min-colors 257)) (:foreground "#282c34" :background "#51afef" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground nil :background "#51afef" :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground nil :background "brightblue" :box (:line-width 1 :style none)))))
'(custom-button-mouse ((((class color) (min-colors 257)) (:foreground "#282c34" :background "#51afef" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground nil :background "#51afef" :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground nil :background "brightblue" :box (:line-width 1 :style none)))))
'(custom-variable-button ((((class color) (min-colors 257)) (:foreground "#98be65" :underline t)) (((class color) (min-colors 256)) (:foreground "#99bb66" :underline t)) (((class color) (min-colors 16)) (:foreground "green" :underline t))))
'(custom-saved ((((class color) (min-colors 257)) (:foreground "#98be65" :background "#3e493d" :bold t)) (((class color) (min-colors 256)) (:foreground "#99bb66" :background nil :bold t)) (((class color) (min-colors 16)) (:foreground "green" :background nil :bold t))))
'(custom-comment ((((class color) (min-colors 257)) (:foreground "#bbc2cf" :background "#42444a")) (((class color) (min-colors 256)) (:foreground "#bfbfbf" :background "black")) (((class color) (min-colors 16)) (:foreground "brightwhite" :background "black"))))
'(custom-comment-tag ((((class color) (min-colors 257)) (:foreground "#3f444a")) (((class color) (min-colors 256)) (:foreground "#3f3f3f")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(custom-modified ((((class color) (min-colors 257)) (:foreground "#51afef" :background "#304659")) (((class color) (min-colors 256)) (:foreground "#51afef" :background nil)) (((class color) (min-colors 16)) (:foreground "brightblue" :background nil))))
'(custom-variable-tag ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(custom-visibility ((((class color) (min-colors 257)) (:foreground "#51afef" :underline nil)) (((class color) (min-colors 256)) (:foreground "#51afef" :underline nil)) (((class color) (min-colors 16)) (:foreground "brightblue" :underline nil))))
'(custom-group-subtitle ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(custom-group-tag ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(custom-group-tag-1 ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(custom-set ((((class color) (min-colors 257)) (:foreground "#ECBE7B" :background "#282c34")) (((class color) (min-colors 256)) (:foreground "#ECBE7B" :background nil)) (((class color) (min-colors 16)) (:foreground "yellow" :background nil))))
'(custom-themed ((((class color) (min-colors 257)) (:foreground "#ECBE7B" :background "#282c34")) (((class color) (min-colors 256)) (:foreground "#ECBE7B" :background nil)) (((class color) (min-colors 16)) (:foreground "yellow" :background nil))))
'(custom-invalid ((((class color) (min-colors 257)) (:foreground "#ff6c6b" :background "#53383f")) (((class color) (min-colors 256)) (:foreground "#ff6655" :background nil)) (((class color) (min-colors 16)) (:foreground "red" :background nil))))
'(custom-state ((((class color) (min-colors 257)) (:foreground "#98be65" :background "#3e493d")) (((class color) (min-colors 256)) (:foreground "#99bb66" :background nil)) (((class color) (min-colors 16)) (:foreground "green" :background nil))))
'(custom-changed ((((class color) (min-colors 257)) (:foreground "#51afef" :background "#282c34")) (((class color) (min-colors 256)) (:foreground "#51afef" :background nil)) (((class color) (min-colors 16)) (:foreground "brightblue" :background nil))))
'(dired-directory ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(dired-ignored ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(dired-flagged ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(dired-header ((((class color) (min-colors 257)) (:foreground "#51afef" :weight bold)) (((class color) (min-colors 256)) (:foreground "#51afef" :weight bold)) (((class color) (min-colors 16)) (:foreground "brightblue" :weight bold))))
'(dired-mark ((((class color) (min-colors 257)) (:foreground "#da8548" :weight bold)) (((class color) (min-colors 256)) (:foreground "#dd8844" :weight bold)) (((class color) (min-colors 16)) (:foreground "brightred" :weight bold))))
'(dired-marked ((((class color) (min-colors 257)) (:foreground "#c678dd" :weight bold)) (((class color) (min-colors 256)) (:foreground "#c678dd" :weight bold)) (((class color) (min-colors 16)) (:foreground "magenta" :weight bold))))
'(dired-perm-write ((((class color) (min-colors 257)) (:foreground "#bbc2cf" :underline t)) (((class color) (min-colors 256)) (:foreground "#bfbfbf" :underline t)) (((class color) (min-colors 16)) (:foreground "brightwhite" :underline t))))
'(dired-symlink ((((class color) (min-colors 257)) (:foreground "#46D9FF" :weight bold)) (((class color) (min-colors 256)) (:foreground "#46D9FF" :weight bold)) (((class color) (min-colors 16)) (:foreground "brightcyan" :weight bold))))
'(dired-warning ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(ediff-fine-diff-A ((((class color) (min-colors 257)) (:background "#234a7f" :weight bold)) (((class color) (min-colors 256)) (:background nil :weight bold)) (((class color) (min-colors 16)) (:background nil :weight bold))))
'(ediff-fine-diff-B ((t (:inherit ediff-fine-diff-A))))
'(ediff-fine-diff-C ((t (:inherit ediff-fine-diff-A))))
'(ediff-current-diff-A ((((class color) (min-colors 257)) (:background "#263854")) (((class color) (min-colors 256)) (:background nil)) (((class color) (min-colors 16)) (:background nil))))
'(ediff-current-diff-B ((t (:inherit ediff-current-diff-A))))
'(ediff-current-diff-C ((t (:inherit ediff-current-diff-A))))
'(ediff-even-diff-A ((t (:inherit hl-line))))
'(ediff-even-diff-B ((t (:inherit ediff-even-diff-A))))
'(ediff-even-diff-C ((t (:inherit ediff-even-diff-A))))
'(ediff-odd-diff-A ((t (:inherit ediff-even-diff-A))))
'(ediff-odd-diff-B ((t (:inherit ediff-odd-diff-A))))
'(ediff-odd-diff-C ((t (:inherit ediff-odd-diff-A))))
'(eshell-ls-archive ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(eshell-ls-backup ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(eshell-ls-clutter ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(eshell-ls-directory ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(eshell-ls-executable ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(eshell-ls-missing ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(eshell-ls-product ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(eshell-ls-readonly ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(eshell-ls-special ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(eshell-ls-symlink ((((class color) (min-colors 257)) (:foreground "#46D9FF")) (((class color) (min-colors 256)) (:foreground "#46D9FF")) (((class color) (min-colors 16)) (:foreground "brightcyan"))))
'(eshell-ls-unreadable ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(flx-highlight-face ((((class color) (min-colors 257)) (:weight bold :foreground "#ECBE7B" :underline nil)) (((class color) (min-colors 256)) (:weight bold :foreground "#ECBE7B" :underline nil)) (((class color) (min-colors 16)) (:weight bold :foreground "yellow" :underline nil))))
'(ido-first-match ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(ido-indicator ((((class color) (min-colors 257)) (:foreground "#ff6c6b" :background "#282c34")) (((class color) (min-colors 256)) (:foreground "#ff6655" :background nil)) (((class color) (min-colors 16)) (:foreground "red" :background nil))))
'(ido-only-match ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(ido-subdir ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(ido-virtual ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(isearch ((((class color) (min-colors 257)) (:background "#51afef" :foreground "#1B2229" :weight bold)) (((class color) (min-colors 256)) (:background "#51afef" :foreground "black" :weight bold)) (((class color) (min-colors 16)) (:background "brightblue" :foreground "black" :weight bold))))
'(linum ((((class color) (min-colors 257)) (:inherit default :foreground "#3f444a" :distant-foreground nil :weight normal :italic nil :underline nil :strike-through nil)) (((class color) (min-colors 256)) (:inherit default :foreground "#3f3f3f" :distant-foreground nil :weight normal :italic nil :underline nil :strike-through nil)) (((class color) (min-colors 16)) (:inherit default :foreground "brightblack" :distant-foreground nil :weight normal :italic nil :underline nil :strike-through nil))))
'(message-header-subject ((((class color) (min-colors 257)) (:foreground "#DFDFDF")) (((class color) (min-colors 256)) (:foreground "#dfdfdf")) (((class color) (min-colors 16)) (:foreground "white"))))
'(message-header-name ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(message-header-to ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(message-header-other ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(window-divider ((t (:inherit vertical-border))))
'(window-divider-first-pixel ((t (:inherit window-divider))))
'(window-divider-last-pixel ((t (:inherit window-divider))))
'(company-tooltip ((t (:inherit tooltip))))
'(company-tooltip-common ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(company-tooltip-search ((((class color) (min-colors 257)) (:background "#51afef" :foreground "#282c34" :distant-foreground "#bbc2cf")) (((class color) (min-colors 256)) (:background "#51afef" :foreground nil :distant-foreground "#bfbfbf")) (((class color) (min-colors 16)) (:background "brightblue" :foreground nil :distant-foreground "brightwhite"))))
'(company-tooltip-selection ((((class color) (min-colors 257)) (:background "#2257A0")) (((class color) (min-colors 256)) (:background "#2257A0")) (((class color) (min-colors 16)) (:background "blue"))))
'(company-tooltip-mouse ((((class color) (min-colors 257)) (:background "#c678dd" :foreground "#282c34" :distant-foreground "#bbc2cf")) (((class color) (min-colors 256)) (:background "#c678dd" :foreground nil :distant-foreground "#bfbfbf")) (((class color) (min-colors 16)) (:background "magenta" :foreground nil :distant-foreground "brightwhite"))))
'(company-tooltip-annotation ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(company-scrollbar-bg ((t (:inherit tooltip))))
'(company-scrollbar-fg ((((class color) (min-colors 257)) (:background "#51afef")) (((class color) (min-colors 256)) (:background "#51afef")) (((class color) (min-colors 16)) (:background "brightblue"))))
'(company-preview ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(company-preview-common ((((class color) (min-colors 257)) (:background "#23272e" :foreground "#c678dd")) (((class color) (min-colors 256)) (:background "#262626" :foreground "#c678dd")) (((class color) (min-colors 16)) (:background "brightblack" :foreground "magenta"))))
'(company-preview-search ((t (:inherit company-tooltip-search))))
'(company-template-field ((t (:inherit match))))
'(diff-hl-change ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(diff-hl-delete ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(diff-hl-insert ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(diff-added ((((class color) (min-colors 257)) (:inherit hl-line :foreground "#98be65")) (((class color) (min-colors 256)) (:inherit hl-line :foreground "#99bb66")) (((class color) (min-colors 16)) (:inherit hl-line :foreground "green"))))
'(diff-changed ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(diff-removed ((((class color) (min-colors 257)) (:foreground "#ff6c6b" :background "#23272e")) (((class color) (min-colors 256)) (:foreground "#ff6655" :background "#262626")) (((class color) (min-colors 16)) (:foreground "red" :background "brightblack"))))
'(diff-header ((((class color) (min-colors 257)) (:foreground "#46D9FF" :background nil)) (((class color) (min-colors 256)) (:foreground "#46D9FF" :background nil)) (((class color) (min-colors 16)) (:foreground "brightcyan" :background nil))))
'(diff-file-header ((((class color) (min-colors 257)) (:foreground "#51afef" :background nil)) (((class color) (min-colors 256)) (:foreground "#51afef" :background nil)) (((class color) (min-colors 16)) (:foreground "brightblue" :background nil))))
'(diff-hunk-header ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(diff-refine-added ((t (:inherit diff-added :inverse-video t))))
'(diff-refine-changed ((t (:inherit diff-changed :inverse-video t))))
'(diff-refine-removed ((t (:inherit diff-removed :inverse-video t))))
'(flycheck-error ((((class color) (min-colors 257)) (:underline (:style wave :color "#ff6c6b"))) (((class color) (min-colors 256)) (:underline (:style wave :color "#ff6655"))) (((class color) (min-colors 16)) (:underline (:style wave :color "red")))))
'(flycheck-warning ((((class color) (min-colors 257)) (:underline (:style wave :color "#ECBE7B"))) (((class color) (min-colors 256)) (:underline (:style wave :color "#ECBE7B"))) (((class color) (min-colors 16)) (:underline (:style wave :color "yellow")))))
'(flycheck-info ((((class color) (min-colors 257)) (:underline (:style wave :color "#98be65"))) (((class color) (min-colors 256)) (:underline (:style wave :color "#99bb66"))) (((class color) (min-colors 16)) (:underline (:style wave :color "green")))))
'(ivy-minibuffer-match-face-1 ((((class color) (min-colors 257)) (:background nil :foreground "#595e63" :weight light)) (((class color) (min-colors 256)) (:background nil :foreground "#595959" :weight light)) (((class color) (min-colors 16)) (:background nil :foreground "brightblack" :weight light))))
'(ivy-minibuffer-match-face-2 ((((class color) (min-colors 257)) (:inherit ivy-minibuffer-match-face-1 :foreground "#c678dd" :background "#1c1f24" :weight semi-bold)) (((class color) (min-colors 256)) (:inherit ivy-minibuffer-match-face-1 :foreground "#c678dd" :background "#1e1e1e" :weight semi-bold)) (((class color) (min-colors 16)) (:inherit ivy-minibuffer-match-face-1 :foreground "magenta" :background "brightblack" :weight semi-bold))))
'(ivy-minibuffer-match-face-3 ((((class color) (min-colors 257)) (:inherit ivy-minibuffer-match-face-2 :foreground "#98be65" :weight semi-bold)) (((class color) (min-colors 256)) (:inherit ivy-minibuffer-match-face-2 :foreground "#99bb66" :weight semi-bold)) (((class color) (min-colors 16)) (:inherit ivy-minibuffer-match-face-2 :foreground "green" :weight semi-bold))))
'(ivy-minibuffer-match-face-4 ((((class color) (min-colors 257)) (:inherit ivy-minibuffer-match-face-2 :foreground "#ECBE7B" :weight semi-bold)) (((class color) (min-colors 256)) (:inherit ivy-minibuffer-match-face-2 :foreground "#ECBE7B" :weight semi-bold)) (((class color) (min-colors 16)) (:inherit ivy-minibuffer-match-face-2 :foreground "yellow" :weight semi-bold))))
'(ivy-minibuffer-match-highlight ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(ivy-highlight-face ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(ivy-confirm-face ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(ivy-match-required-face ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(ivy-virtual ((((class color) (min-colors 257)) (:inherit italic :foreground "#83898d")) (((class color) (min-colors 256)) (:inherit italic :foreground "#7d7d7d")) (((class color) (min-colors 16)) (:inherit italic :foreground "brightblack"))))
'(ivy-modified-buffer ((((class color) (min-colors 257)) (:inherit bold :foreground "#da8548")) (((class color) (min-colors 256)) (:inherit bold :foreground "#dd8844")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightred"))))
'(neo-root-dir-face ((((class color) (min-colors 257)) (:foreground "#98be65" :background "#282c34" :box (:line-width 4 :color "#282c34"))) (((class color) (min-colors 256)) (:foreground "#99bb66" :background nil :box (:line-width 4 :color nil))) (((class color) (min-colors 16)) (:foreground "green" :background nil :box (:line-width 4 :color nil)))))
'(neo-file-link-face ((((class color) (min-colors 257)) (:foreground "#bbc2cf")) (((class color) (min-colors 256)) (:foreground "#bfbfbf")) (((class color) (min-colors 16)) (:foreground "brightwhite"))))
'(neo-dir-link-face ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(neo-expand-btn-face ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(neo-vc-edited-face ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(neo-vc-added-face ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(neo-vc-removed-face ((((class color) (min-colors 257)) (:foreground "#ff6c6b" :strike-through t)) (((class color) (min-colors 256)) (:foreground "#ff6655" :strike-through t)) (((class color) (min-colors 16)) (:foreground "red" :strike-through t))))
'(neo-vc-conflict-face ((((class color) (min-colors 257)) (:foreground "#c678dd" :weight bold)) (((class color) (min-colors 256)) (:foreground "#c678dd" :weight bold)) (((class color) (min-colors 16)) (:foreground "magenta" :weight bold))))
'(neo-vc-ignored-face ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(doom-neotree-dir-face ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(doom-neotree-file-face ((((class color) (min-colors 257)) (:foreground "#DFDFDF")) (((class color) (min-colors 256)) (:foreground "#dfdfdf")) (((class color) (min-colors 16)) (:foreground "white"))))
'(doom-neotree-hidden-file-face ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(doom-neotree-text-file-face ((((class color) (min-colors 257)) (:foreground "#bbc2cf")) (((class color) (min-colors 256)) (:foreground "#bfbfbf")) (((class color) (min-colors 16)) (:foreground "brightwhite"))))
'(doom-neotree-data-file-face ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(doom-neotree-media-file-face ((t (:inherit doom-neotree-hidden-file-face))))
'(nlinum-current-line ((((class color) (min-colors 257)) (:inherit hl-line :foreground "#bbc2cf" :distant-foreground nil :weight normal :italic nil :underline nil :strike-through nil)) (((class color) (min-colors 256)) (:inherit hl-line :foreground "#bfbfbf" :distant-foreground nil :weight normal :italic nil :underline nil :strike-through nil)) (((class color) (min-colors 16)) (:inherit hl-line :foreground "brightwhite" :distant-foreground nil :weight normal :italic nil :underline nil :strike-through nil))))
'(magit-bisect-bad ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(magit-bisect-good ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(magit-bisect-skip ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(magit-blame-date ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(magit-blame-heading ((((class color) (min-colors 257)) (:foreground "#da8548" :background "#23272e")) (((class color) (min-colors 256)) (:foreground "#dd8844" :background "#262626")) (((class color) (min-colors 16)) (:foreground "brightred" :background "brightblack"))))
'(magit-branch-current ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(magit-branch-local ((((class color) (min-colors 257)) (:foreground "#46D9FF")) (((class color) (min-colors 256)) (:foreground "#46D9FF")) (((class color) (min-colors 16)) (:foreground "brightcyan"))))
'(magit-branch-remote ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(magit-cherry-equivalent ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(magit-cherry-unmatched ((((class color) (min-colors 257)) (:foreground "#46D9FF")) (((class color) (min-colors 256)) (:foreground "#46D9FF")) (((class color) (min-colors 16)) (:foreground "brightcyan"))))
'(magit-diff-added ((((class color) (min-colors 257)) (:foreground "#799850" :background "#333a38")) (((class color) (min-colors 256)) (:foreground "#7a9551" :background nil)) (((class color) (min-colors 16)) (:foreground "green" :background nil))))
'(magit-diff-added-highlight ((((class color) (min-colors 257)) (:foreground "#98be65" :background "#3e493d" :weight bold)) (((class color) (min-colors 256)) (:foreground "#99bb66" :background nil :weight bold)) (((class color) (min-colors 16)) (:foreground "green" :background nil :weight bold))))
'(magit-diff-base ((((class color) (min-colors 257)) (:foreground "#ae6a39" :background "#393436")) (((class color) (min-colors 256)) (:foreground "#b06c36" :background nil)) (((class color) (min-colors 16)) (:foreground "brightred" :background nil))))
'(magit-diff-base-highlight ((((class color) (min-colors 257)) (:foreground "#da8548" :background "#4b3d38" :weight bold)) (((class color) (min-colors 256)) (:foreground "#dd8844" :background nil :weight bold)) (((class color) (min-colors 16)) (:foreground "brightred" :background nil :weight bold))))
'(magit-diff-context ((((class color) (min-colors 257)) (:foreground "#70747c" :background "#282c34")) (((class color) (min-colors 256)) (:foreground "#727272" :background nil)) (((class color) (min-colors 16)) (:foreground "brightwhite" :background nil))))
'(magit-diff-context-highlight ((((class color) (min-colors 257)) (:foreground "#bbc2cf" :background "#21242b")) (((class color) (min-colors 256)) (:foreground "#bfbfbf" :background nil)) (((class color) (min-colors 16)) (:foreground "brightwhite" :background nil))))
'(magit-diff-file-heading ((((class color) (min-colors 257)) (:foreground "#bbc2cf" :weight bold)) (((class color) (min-colors 256)) (:foreground "#bfbfbf" :weight bold)) (((class color) (min-colors 16)) (:foreground "brightwhite" :weight bold))))
'(magit-diff-file-heading-selection ((((class color) (min-colors 257)) (:foreground "#c678dd" :background "#2257A0" :weight bold)) (((class color) (min-colors 256)) (:foreground "#c678dd" :background "#2257A0" :weight bold)) (((class color) (min-colors 16)) (:foreground "magenta" :background "blue" :weight bold))))
'(magit-diff-hunk-heading ((((class color) (min-colors 257)) (:foreground "#282c34" :background "#4e4f67")) (((class color) (min-colors 256)) (:foreground nil :background nil)) (((class color) (min-colors 16)) (:foreground nil :background nil))))
'(magit-diff-hunk-heading-highlight ((((class color) (min-colors 257)) (:foreground "#282c34" :background "#a9a1e1" :weight bold)) (((class color) (min-colors 256)) (:foreground nil :background "#a9a1e1" :weight bold)) (((class color) (min-colors 16)) (:foreground nil :background "brightmagenta" :weight bold))))
'(magit-diff-removed ((((class color) (min-colors 257)) (:foreground "#cc5655" :background "#392d34")) (((class color) (min-colors 256)) (:foreground "#cc5144" :background "#3b2c2a")) (((class color) (min-colors 16)) (:foreground "red" :background "red"))))
'(magit-diff-removed-highlight ((((class color) (min-colors 257)) (:foreground "#ff6c6b" :background "#4f343a" :weight bold)) (((class color) (min-colors 256)) (:foreground "#ff6655" :background "#51322f" :weight bold)) (((class color) (min-colors 16)) (:foreground "red" :background "red" :weight bold))))
'(magit-diff-lines-heading ((((class color) (min-colors 257)) (:foreground "#ECBE7B" :background "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ECBE7B" :background "#ff6655")) (((class color) (min-colors 16)) (:foreground "yellow" :background "red"))))
'(magit-diffstat-added ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(magit-diffstat-removed ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(magit-dimmed ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(magit-hash ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(magit-header-line ((((class color) (min-colors 257)) (:background "#2257A0" :foreground "#DFDFDF" :weight bold :box (:line-width 3 :color "#2257A0"))) (((class color) (min-colors 256)) (:background "#2257A0" :foreground "#dfdfdf" :weight bold :box (:line-width 3 :color "#2257A0"))) (((class color) (min-colors 16)) (:background "blue" :foreground "white" :weight bold :box (:line-width 3 :color "blue")))))
'(magit-log-author ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(magit-log-date ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(magit-log-graph ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(magit-process-ng ((t (:inherit error))))
'(magit-process-ok ((t (:inherit success))))
'(magit-reflog-amend ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(magit-reflog-checkout ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(magit-reflog-cherry-pick ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(magit-reflog-commit ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(magit-reflog-merge ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(magit-reflog-other ((((class color) (min-colors 257)) (:foreground "#46D9FF")) (((class color) (min-colors 256)) (:foreground "#46D9FF")) (((class color) (min-colors 16)) (:foreground "brightcyan"))))
'(magit-reflog-rebase ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(magit-reflog-remote ((((class color) (min-colors 257)) (:foreground "#46D9FF")) (((class color) (min-colors 256)) (:foreground "#46D9FF")) (((class color) (min-colors 16)) (:foreground "brightcyan"))))
'(magit-reflog-reset ((t (:inherit error))))
'(magit-refname ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(magit-section-heading ((((class color) (min-colors 257)) (:foreground "#51afef" :weight bold)) (((class color) (min-colors 256)) (:foreground "#51afef" :weight bold)) (((class color) (min-colors 16)) (:foreground "brightblue" :weight bold))))
'(magit-section-heading-selection ((((class color) (min-colors 257)) (:foreground "#da8548" :weight bold)) (((class color) (min-colors 256)) (:foreground "#dd8844" :weight bold)) (((class color) (min-colors 16)) (:foreground "brightred" :weight bold))))
'(magit-section-highlight ((t (:inherit hl-line))))
'(magit-sequence-drop ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(magit-sequence-head ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(magit-sequence-part ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(magit-sequence-stop ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(magit-signature-bad ((t (:inherit error))))
'(magit-signature-error ((t (:inherit error))))
'(magit-signature-expired ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(magit-signature-good ((t (:inherit success))))
'(magit-signature-revoked ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(magit-signature-untrusted ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(magit-tag ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(magit-filename ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(magit-section-secondary-heading ((((class color) (min-colors 257)) (:foreground "#a9a1e1" :weight bold)) (((class color) (min-colors 256)) (:foreground "#a9a1e1" :weight bold)) (((class color) (min-colors 16)) (:foreground "brightmagenta" :weight bold))))
'(popup-face ((t (:inherit tooltip))))
'(popup-tip-face ((((class color) (min-colors 257)) (:inherit popup-face :foreground "#a9a1e1" :background "#1B2229")) (((class color) (min-colors 256)) (:inherit popup-face :foreground "#a9a1e1" :background "black")) (((class color) (min-colors 16)) (:inherit popup-face :foreground "brightmagenta" :background "black"))))
'(rainbow-delimiters-depth-1-face ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(rainbow-delimiters-depth-2-face ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(rainbow-delimiters-depth-3-face ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(rainbow-delimiters-depth-4-face ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(rainbow-delimiters-depth-5-face ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(rainbow-delimiters-depth-6-face ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(rainbow-delimiters-depth-7-face ((((class color) (min-colors 257)) (:foreground "#4db5bd")) (((class color) (min-colors 256)) (:foreground "#44b9b1")) (((class color) (min-colors 16)) (:foreground "brightgreen"))))
'(rainbow-delimiters-unmatched-face ((((class color) (min-colors 257)) (:foreground "#ff6c6b" :weight bold :inverse-video t)) (((class color) (min-colors 256)) (:foreground "#ff6655" :weight bold :inverse-video t)) (((class color) (min-colors 16)) (:foreground "red" :weight bold :inverse-video t))))
'(rainbow-delimiters-mismatched-face ((t (:inherit rainbow-delimiters-unmatched-face))))
'(show-paren-match ((((class color) (min-colors 257)) (:foreground "#ff6c6b" :background "#1B2229" :weight ultra-bold)) (((class color) (min-colors 256)) (:foreground "#ff6655" :background "black" :weight ultra-bold)) (((class color) (min-colors 16)) (:foreground "red" :background "black" :weight ultra-bold))))
'(show-paren-mismatch ((((class color) (min-colors 257)) (:foreground "#1B2229" :background "#ff6c6b" :weight ultra-bold)) (((class color) (min-colors 256)) (:foreground "black" :background "#ff6655" :weight ultra-bold)) (((class color) (min-colors 16)) (:foreground "black" :background "red" :weight ultra-bold))))
'(solaire-default-face ((((class color) (min-colors 257)) (:inherit default :background "#21242b")) (((class color) (min-colors 256)) (:inherit default :background nil)) (((class color) (min-colors 16)) (:inherit default :background nil))))
'(solaire-hl-line-face ((((class color) (min-colors 257)) (:inherit hl-line :background "#282c34")) (((class color) (min-colors 256)) (:inherit hl-line :background nil)) (((class color) (min-colors 16)) (:inherit hl-line :background nil))))
'(swiper-line-face ((((class color) (min-colors 257)) (:background "#51afef" :foreground "#1B2229")) (((class color) (min-colors 256)) (:background "#51afef" :foreground "black")) (((class color) (min-colors 16)) (:background "brightblue" :foreground "black"))))
'(swiper-match-face-1 ((((class color) (min-colors 257)) (:inherit unspecified :background "#1B2229" :foreground "#5B6268")) (((class color) (min-colors 256)) (:inherit unspecified :background "black" :foreground "#525252")) (((class color) (min-colors 16)) (:inherit unspecified :background "black" :foreground "brightblack"))))
'(swiper-match-face-2 ((((class color) (min-colors 257)) (:inherit unspecified :background "#da8548" :foreground "#1B2229" :weight bold)) (((class color) (min-colors 256)) (:inherit unspecified :background "#dd8844" :foreground "black" :weight bold)) (((class color) (min-colors 16)) (:inherit unspecified :background "brightred" :foreground "black" :weight bold))))
'(swiper-match-face-3 ((((class color) (min-colors 257)) (:inherit unspecified :background "#c678dd" :foreground "#1B2229" :weight bold)) (((class color) (min-colors 256)) (:inherit unspecified :background "#c678dd" :foreground "black" :weight bold)) (((class color) (min-colors 16)) (:inherit unspecified :background "magenta" :foreground "black" :weight bold))))
'(swiper-match-face-4 ((((class color) (min-colors 257)) (:inherit unspecified :background "#98be65" :foreground "#1B2229" :weight bold)) (((class color) (min-colors 256)) (:inherit unspecified :background "#99bb66" :foreground "black" :weight bold)) (((class color) (min-colors 16)) (:inherit unspecified :background "green" :foreground "black" :weight bold))))
'(yas-field-highlight-face ((t (:inherit match))))
'(js2-function-param ((((class color) (min-colors 257)) (:foreground "#dcaeea")) (((class color) (min-colors 256)) (:foreground "#dcaeea")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(js2-function-call ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(js2-object-property ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(js2-jsdoc-tag ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(markdown-header-delimiter-face ((t (:inherit markdown-header-face))))
'(markdown-metadata-key-face ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(markdown-list-face ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(markdown-link-face ((((class color) (min-colors 257)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 256)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightblue"))))
'(markdown-url-face ((((class color) (min-colors 257)) (:foreground "#c678dd" :weight normal)) (((class color) (min-colors 256)) (:foreground "#c678dd" :weight normal)) (((class color) (min-colors 16)) (:foreground "magenta" :weight normal))))
'(markdown-header-face-1 ((t (:inherit markdown-header-face))))
'(markdown-header-face-2 ((t (:inherit markdown-header-face))))
'(markdown-header-face-3 ((t (:inherit markdown-header-face))))
'(markdown-header-face-4 ((t (:inherit markdown-header-face))))
'(markdown-header-face-5 ((t (:inherit markdown-header-face))))
'(markdown-header-face-6 ((t (:inherit markdown-header-face))))
'(markdown-italic-face ((((class color) (min-colors 257)) (:inherit italic :foreground "#a9a1e1")) (((class color) (min-colors 256)) (:inherit italic :foreground "#a9a1e1")) (((class color) (min-colors 16)) (:inherit italic :foreground "brightmagenta"))))
'(markdown-bold-face ((((class color) (min-colors 257)) (:inherit bold :foreground "#da8548")) (((class color) (min-colors 256)) (:inherit bold :foreground "#dd8844")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightred"))))
'(markdown-blockquote-face ((((class color) (min-colors 257)) (:inherit italic :foreground "#83898d")) (((class color) (min-colors 256)) (:inherit italic :foreground "#7d7d7d")) (((class color) (min-colors 16)) (:inherit italic :foreground "brightblack"))))
'(markdown-pre-face ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(markdown-inline-code-face ((t (:inherit (markdown-code-face markdown-pre-face)))))
'(outline-1 ((t (:inherit org-level-1))))
'(outline-2 ((t (:inherit org-level-2))))
'(outline-3 ((t (:inherit org-level-3))))
'(outline-4 ((t (:inherit org-level-4))))
'(outline-5 ((t (:inherit org-level-5))))
'(outline-6 ((t (:inherit org-level-6))))
'(outline-7 ((t (:inherit org-level-7))))
'(outline-8 ((t (:inherit org-level-8))))
'(web-mode-doctype-face ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(web-mode-html-tag-face ((((class color) (min-colors 257)) (:foreground "#46D9FF")) (((class color) (min-colors 256)) (:foreground "#46D9FF")) (((class color) (min-colors 16)) (:foreground "brightcyan"))))
'(web-mode-html-attr-name-face ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(web-mode-html-entity-face ((((class color) (min-colors 257)) (:foreground "#46D9FF" :inherit italic)) (((class color) (min-colors 256)) (:foreground "#46D9FF" :inherit italic)) (((class color) (min-colors 16)) (:foreground "brightcyan" :inherit italic))))
'(web-mode-block-control-face ((((class color) (min-colors 257)) (:foreground "#da8548")) (((class color) (min-colors 256)) (:foreground "#dd8844")) (((class color) (min-colors 16)) (:foreground "brightred"))))
'(web-mode-html-tag-bracket-face ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(font-lock-comment-face ((((class color) (min-colors 257)) (:foreground "#5B6268" :background nil)) (((class color) (min-colors 256)) (:foreground "#525252" :background nil)) (((class color) (min-colors 16)) (:foreground "brightblack" :background nil))))
'(font-lock-doc-face ((((class color) (min-colors 257)) (:inherit font-lock-comment-face :foreground "#83898d")) (((class color) (min-colors 256)) (:inherit font-lock-comment-face :foreground "#7d7d7d")) (((class color) (min-colors 16)) (:inherit font-lock-comment-face :foreground "brightblack"))))
'(mode-line ((((class color) (min-colors 257)) (:background "#1c1e24" :foreground nil :box nil)) (((class color) (min-colors 256)) (:background "black" :foreground nil :box nil)) (((class color) (min-colors 16)) (:background "black" :foreground nil :box nil))))
'(mode-line-inactive ((((class color) (min-colors 257)) (:background "#1d2026" :foreground "#5B6268" :box nil)) (((class color) (min-colors 256)) (:background nil :foreground "#525252" :box nil)) (((class color) (min-colors 16)) (:background nil :foreground "brightblack" :box nil))))
'(mode-line-emphasis ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(solaire-mode-line-face ((((class color) (min-colors 257)) (:inherit mode-line :background "#1d2026" :box nil)) (((class color) (min-colors 256)) (:inherit mode-line :background "black" :box nil)) (((class color) (min-colors 16)) (:inherit mode-line :background "black" :box nil))))
'(solaire-mode-line-inactive-face ((((class color) (min-colors 257)) (:inherit mode-line-inactive :background "#21242b" :box nil)) (((class color) (min-colors 256)) (:inherit mode-line-inactive :background "#1e1e1e" :box nil)) (((class color) (min-colors 16)) (:inherit mode-line-inactive :background "brightblack" :box nil))))
'(ivy-current-match ((((class color) (min-colors 257)) (:background "#2257A0" :distant-foreground "#1B2229" :weight normal)) (((class color) (min-colors 256)) (:background "#2257A0" :distant-foreground "black" :weight normal)) (((class color) (min-colors 16)) (:background "blue" :distant-foreground "black" :weight normal))))
'(markdown-markup-face ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(markdown-header-face ((((class color) (min-colors 257)) (:inherit bold :foreground "#ff6c6b")) (((class color) (min-colors 256)) (:inherit bold :foreground "#ff6655")) (((class color) (min-colors 16)) (:inherit bold :foreground "red"))))
'(markdown-code-face ((((class color) (min-colors 257)) (:background "#2e3138")) (((class color) (min-colors 256)) (:background "#303030")) (((class color) (min-colors 16)) (:background "brightblack"))))
'(solaire-org-hide-face ((((class color) (min-colors 257)) (:foreground "#282c34")) (((class color) (min-colors 256)) (:foreground "black")) (((class color) (min-colors 16)) (:foreground "black"))))
'(default ((((class color) (min-colors 257)) (:background "#282c34" :foreground "#bbc2cf")) (((class color) (min-colors 256)) (:background nil :foreground "#bfbfbf")) (((class color) (min-colors 16)) (:background nil :foreground "brightwhite")))))
(provide-theme 'fg42-doom-one)

View File

@ -1,17 +0,0 @@
;;; fg42-theme --- Official fg42 theme
;;; Commentary:
;;; Code:
(defun themes/fg42-theme-spaceline-faces (face active)
(cond
((eq 'face1 face) (if active 'minibuffer-prompt 'powerline-inactive1))
((eq 'face2 face) (if active 'success 'mode-line-inactive))
((eq 'line face) (if active 'shadow 'shadow))
((eq 'highlight face) (if active 'match 'shadow))))
(defun themes/fg42-theme ()
(interactive)
(load-theme 'fg42-doom-one t t)
(enable-theme 'fg42-doom-one))
(provide 'themes/fg42-theme)
;;; fg42-theme ends here