Skip to content

Instantly share code, notes, and snippets.

@jacksonrayhamilton
Last active February 18, 2018 05:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jacksonrayhamilton/6b89ca3b85182c490816 to your computer and use it in GitHub Desktop.
Save jacksonrayhamilton/6b89ca3b85182c490816 to your computer and use it in GitHub Desktop.
Context coloring color schemes
(custom-theme-set-faces
'ample
'(context-coloring-level-0-face ((t :foreground "#bdbdb3")))
'(context-coloring-level-1-face ((t :foreground "#baba36")))
'(context-coloring-level-2-face ((t :foreground "#6aaf50")))
'(context-coloring-level-3-face ((t :foreground "#5180b3")))
'(context-coloring-level-4-face ((t :foreground "#ab75c3")))
'(context-coloring-level-5-face ((t :foreground "#cd7542")))
'(context-coloring-level-6-face ((t :foreground "#df9522")))
'(context-coloring-level-7-face ((t :foreground "#454545"))))
(custom-theme-set-faces
'anti-zenburn
'(context-coloring-level-0-face ((t :foreground "#232333")))
'(context-coloring-level-1-face ((t :foreground "#6c1f1c")))
'(context-coloring-level-2-face ((t :foreground "#401440")))
'(context-coloring-level-3-face ((t :foreground "#0f2050")))
'(context-coloring-level-4-face ((t :foreground "#205070")))
'(context-coloring-level-5-face ((t :foreground "#336c6c")))
'(context-coloring-level-6-face ((t :foreground "#23733c")))
'(context-coloring-level-7-face ((t :foreground "#6b400c")))
'(context-coloring-level-8-face ((t :foreground "#603a60")))
'(context-coloring-level-9-face ((t :foreground "#2f4070")))
'(context-coloring-level-10-face ((t :foreground "#235c5c"))))
(custom-theme-set-faces
'grandshell
'(context-coloring-level-0-face ((t :foreground "#bebebe")))
'(context-coloring-level-1-face ((t :foreground "#5af2ee")))
'(context-coloring-level-2-face ((t :foreground "#b2baf6")))
'(context-coloring-level-3-face ((t :foreground "#f09fff")))
'(context-coloring-level-4-face ((t :foreground "#efc334")))
'(context-coloring-level-5-face ((t :foreground "#f6df92")))
'(context-coloring-level-6-face ((t :foreground "#acfb5a")))
'(context-coloring-level-7-face ((t :foreground "#888888"))))
(custom-theme-set-faces
'leuven
'(context-coloring-level-0-face ((t :foreground "#333333")))
'(context-coloring-level-1-face ((t :foreground "#0000ff")))
'(context-coloring-level-2-face ((t :foreground "#6434a3")))
'(context-coloring-level-3-face ((t :foreground "#ba36a5")))
'(context-coloring-level-4-face ((t :foreground "#d0372d")))
'(context-coloring-level-5-face ((t :foreground "#036a07")))
'(context-coloring-level-6-face ((t :foreground "#006699")))
'(context-coloring-level-7-face ((t :foreground "#006fe0")))
'(context-coloring-level-8-face ((t :foreground "#808080"))))
(custom-theme-set-faces
'monokai
'(context-coloring-level-0-face ((t :foreground "#f8f8f2")))
'(context-coloring-level-1-face ((t :foreground "#66d9ef")))
'(context-coloring-level-2-face ((t :foreground "#a1efe4")))
'(context-coloring-level-3-face ((t :foreground "#a6e22e")))
'(context-coloring-level-4-face ((t :foreground "#e6db74")))
'(context-coloring-level-5-face ((t :foreground "#fd971f")))
'(context-coloring-level-6-face ((t :foreground "#f92672")))
'(context-coloring-level-7-face ((t :foreground "#fd5ff0")))
'(context-coloring-level-8-face ((t :foreground "#ae81ff"))))
;; Also works for `solarized-light', `solarized-dark',
;; `sanityinc-solarized-light' and `sanityinc-solarized-dark'.
(custom-theme-set-faces
'solarized
'(context-coloring-level-0-face ((t :foreground "#839496")))
'(context-coloring-level-1-face ((t :foreground "#268bd2")))
'(context-coloring-level-2-face ((t :foreground "#2aa198")))
'(context-coloring-level-3-face ((t :foreground "#859900")))
'(context-coloring-level-4-face ((t :foreground "#b58900")))
'(context-coloring-level-5-face ((t :foreground "#cb4b16")))
'(context-coloring-level-6-face ((t :foreground "#dc322f")))
'(context-coloring-level-7-face ((t :foreground "#d33682")))
'(context-coloring-level-8-face ((t :foreground "#6c71c4")))
'(context-coloring-level-9-face ((t :foreground "#69b7f0")))
'(context-coloring-level-10-face ((t :foreground "#69cabf")))
'(context-coloring-level-11-face ((t :foreground "#b4c342")))
'(context-coloring-level-12-face ((t :foreground "#deb542")))
'(context-coloring-level-13-face ((t :foreground "#f2804f")))
'(context-coloring-level-14-face ((t :foreground "#ff6e64")))
'(context-coloring-level-15-face ((t :foreground "#f771ac")))
'(context-coloring-level-16-face ((t :foreground "#9ea0e5"))))
(custom-theme-set-faces
'spacegray
'(context-coloring-level-0-face ((t :foreground "#ffffff")))
'(context-coloring-level-1-face ((t :foreground "#89aaeb")))
'(context-coloring-level-2-face ((t :foreground "#c189eb")))
'(context-coloring-level-3-face ((t :foreground "#bf616a")))
'(context-coloring-level-4-face ((t :foreground "#dca432")))
'(context-coloring-level-5-face ((t :foreground "#ebcb8b")))
'(context-coloring-level-6-face ((t :foreground "#b4eb89")))
'(context-coloring-level-7-face ((t :foreground "#89ebca"))))
(custom-theme-set-faces
'tango
'(context-coloring-level-0-face ((t :foreground "#2e3436")))
'(context-coloring-level-1-face ((t :foreground "#346604")))
'(context-coloring-level-2-face ((t :foreground "#204a87")))
'(context-coloring-level-3-face ((t :foreground "#5c3566")))
'(context-coloring-level-4-face ((t :foreground "#a40000")))
'(context-coloring-level-5-face ((t :foreground "#b35000")))
'(context-coloring-level-6-face ((t :foreground "#c4a000")))
'(context-coloring-level-7-face ((t :foreground "#8ae234")))
'(context-coloring-level-8-face ((t :foreground "#8cc4ff")))
'(context-coloring-level-9-face ((t :foreground "#ad7fa8")))
'(context-coloring-level-10-face ((t :foreground "#ef2929")))
'(context-coloring-level-11-face ((t :foreground "#fcaf3e")))
'(context-coloring-level-12-face ((t :foreground "#fce94f"))))
(custom-theme-set-faces
'zenburn
'(context-coloring-level-0-face ((t :foreground "#dcdccc")))
'(context-coloring-level-1-face ((t :foreground "#93e0e3")))
'(context-coloring-level-2-face ((t :foreground "#bfebbf")))
'(context-coloring-level-3-face ((t :foreground "#f0dfaf")))
'(context-coloring-level-4-face ((t :foreground "#dfaf8f")))
'(context-coloring-level-5-face ((t :foreground "#cc9393")))
'(context-coloring-level-6-face ((t :foreground "#dc8cc3")))
'(context-coloring-level-7-face ((t :foreground "#94bff3")))
'(context-coloring-level-8-face ((t :foreground "#9fc59f")))
'(context-coloring-level-9-face ((t :foreground "#d0bf8f")))
'(context-coloring-level-10-face ((t :foreground "#dca3a3"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment