Skip to content

Instantly share code, notes, and snippets.

@wkf
Created July 15, 2015 17:53
Show Gist options
  • Save wkf/e6ff2a5943c623322ff7 to your computer and use it in GitHub Desktop.
Save wkf/e6ff2a5943c623322ff7 to your computer and use it in GitHub Desktop.
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(clojure-keyword-face ((t (:inherit font-lock-keyword-face))))
'(company-tooltip-common ((t (:inherit company-tooltip :weight bold :underline nil))))
'(company-tooltip-common-selection ((t (:inherit company-tooltip-selection :weight bold :underline nil))))
'(diff-hl-change ((t (:foreground "#ffcc66"))))
'(diff-hl-delete ((t (:foreground "#f2777a"))))
'(diff-hl-insert ((t (:foreground "#99cc99"))))
'(eshell-ls-archive ((t (:foreground "#cc99cc"))))
'(eshell-ls-backup ((t (:foreground "#ffcc66"))))
'(eshell-ls-clutter ((t (:foreground "#f99157"))))
'(eshell-ls-directory ((t (:foreground "#6699cc"))))
'(eshell-ls-executable ((t (:foreground "#99cc99"))))
'(eshell-ls-missing ((t (:foreground "#f2777a"))))
'(eshell-ls-product ((t (:foreground "#ffcc66"))))
'(eshell-ls-readonly ((t (:foreground "#a09f93"))))
'(eshell-ls-special ((t (:foreground "#cc99cc"))))
'(eshell-ls-symlink ((t (:foreground "#66cccc"))))
'(eshell-ls-unreadable ((t (:foreground "#515151"))))
'(eshell-prompt ((t (:foreground "#cc99cc" :weight bold))))
'(fringe ((t (:background "#2d2d2d"))))
'(helm-source-header ((t (:background "#22083397778B" :foreground "white" :weight bold))))
'(js2-error ((t (:inherit font-lock-warning-face))))
'(js2-external-variable ((t (:inherit font-lock-warning-face))))
'(js2-function-param ((t (:inherit font-lock-variable-name-face))))
'(js2-instance-member ((t (:inherit font-lock-function-name-face))))
'(js2-jsdoc-html-tag-delimiter ((t (:inherit font-lock-negation-char-face))))
'(js2-jsdoc-html-tag-name ((t (:inherit font-lock-keyword-face))))
'(js2-jsdoc-tag ((t (:inherit font-lock-variable-name-face))))
'(js2-jsdoc-type ((t (:inherit font-lock-constant-face))))
'(js2-jsdoc-value ((t (:inherit font-lock-function-name-face))))
'(js2-private-function-call ((t (:inherit font-lock-function-name-face))))
'(js2-private-member ((t (:inherit font-lock-variable-name-face))))
'(linum ((t (:background "#2d2d2d" :foreground "#515151"))))
'(magit-bisect-bad ((t (:foreground "#f2777a"))))
'(magit-bisect-good ((t (:foreground "#99cc99"))))
'(magit-bisect-skip ((t (:foreground "#d27b53"))))
'(magit-blame-heading ((t (:background "#515151" :foreground "#a09f93"))))
'(magit-branch-local ((t (:foreground "#6699cc"))))
'(magit-branch-remote ((t (:foreground "#99cc99"))))
'(magit-cherry-equivalent ((t (:foreground "#cc99cc"))))
'(magit-cherry-unmatched ((t (:foreground "#66cccc"))))
'(magit-diff-added ((t (:foreground "#99cc99"))))
'(magit-diff-added-highlight ((t (:background "#515151" :foreground "#99cc99"))))
'(magit-diff-base ((t (:foreground "#ffcc66"))))
'(magit-diff-base-highlight ((t (:background "#515151" :foreground "#ffcc66"))))
'(magit-diff-lines-heading ((t (:inherit magit-diff-hunk-heading-highlight :background "#515151" :foreground "#d27b53"))))
'(magit-diff-removed ((t (:foreground "#f2777a"))))
'(magit-diff-removed-highlight ((t (:background "#515151" :foreground "#f2777a"))))
'(magit-diffstat-added ((t (:foreground "#99cc99"))))
'(magit-diffstat-removed ((t (:foreground "#f2777a"))))
'(magit-dimmed ((t (:inherit font-lock-comment-face))))
'(magit-hash ((t (:inherit font-lock-comment-face))))
'(magit-log-author ((t (:foreground "#f2777a"))))
'(magit-log-date ((t (:inherit font-lock-comment-face))))
'(magit-log-graph ((t (:inherit font-lock-comment-face))))
'(magit-process-ng ((t (:inherit magit-section-heading :foreground "#f2777a"))))
'(magit-process-ok ((t (:inherit magit-section-heading :foreground "#99cc99"))))
'(magit-reflog-amend ((t (:foreground "#cc99cc"))))
'(magit-reflog-checkout ((t (:foreground "#6699cc"))))
'(magit-reflog-cherry-pick ((t (:foreground "#99cc99"))))
'(magit-reflog-commit ((t (:foreground "#99cc99"))))
'(magit-reflog-merge ((t (:foreground "#99cc99"))))
'(magit-reflog-other ((t (:foreground "#66cccc"))))
'(magit-reflog-rebase ((t (:foreground "#cc99cc"))))
'(magit-reflog-remote ((t (:foreground "#66cccc"))))
'(magit-reflog-reset ((t (:foreground "#f2777a"))))
'(magit-refname ((t (:inherit default))))
'(magit-section-heading ((t (:foreground "#ffcc66" :weight bold))))
'(magit-section-heading-selection ((t (:foreground "#d27b53"))))
'(magit-section-highlight ((t (:background "#515151"))))
'(magit-sequence-drop ((t (:foreground "#f2777a"))))
'(magit-sequence-head ((t (:foreground "#6699cc"))))
'(magit-sequence-part ((t (:foreground "#ffcc66"))))
'(magit-sequence-stop ((t (:foreground "#99cc99"))))
'(magit-signature-bad ((t (:foreground "#f2777a"))))
'(magit-signature-good ((t (:foreground "#99cc99"))))
'(magit-signature-untrusted ((t (:foreground "#66cccc"))))
'(magit-tag ((t (:foreground "#ffcc66"))))
'(vertical-border ((t (:foreground "#515151"))))
'(vi-tilde-fringe-face ((t (:foreground "#515151"))))
'(window-divider ((t (:foreground "#515151")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment