spacemacs/layers/+themes/colors/config.el

33 lines
967 B
EmacsLisp
Raw Normal View History

;;; config.el --- Colors Layer configuration File for Spacemacs
;;
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; Variables
(defvar colors-colorize-identifiers nil
"If `variables' colorize variables, if `all' colorize all identifiers in
programming language buffers.")
2015-02-01 06:31:39 +00:00
(defvar colors-enable-nyan-cat-progress-bar nil
2016-09-18 20:18:28 +00:00
"If non nil all nyan cat packages are enabled (for now only `nyan-mode').")
(defvar colors-theme-identifiers-sat&light
'((jazz . (50 55))
(gotham . (45 60))
(leuven . (100 40))
(material . (95 105))
(monokai . (55 60))
(solarized-dark . (65 55))
(solarized-light . (60 55))
(spacemacs-light . (65 45))
2015-06-03 04:37:15 +00:00
(spacemacs-dark . (125 100))
(zenburn . (40 65)))
"alist of theme symbols and pair of saturation and lightness values.")