Browse Source

add monokai theme

pull/1/head
Brett Langdon 12 years ago
parent
commit
bae5537a2a
9 changed files with 177 additions and 0 deletions
  1. +22
    -0
      emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai-autoloads.el
  2. +1
    -0
      emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai-pkg.el
  3. BIN
      emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai-pkg.elc
  4. +45
    -0
      emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai.el
  5. BIN
      emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai.elc
  6. +19
    -0
      emacs.d/elpa/monokai-theme-0.0.11/monokai-theme-autoloads.el
  7. +1
    -0
      emacs.d/elpa/monokai-theme-0.0.11/monokai-theme-pkg.el
  8. BIN
      emacs.d/elpa/monokai-theme-0.0.11/monokai-theme-pkg.elc
  9. +89
    -0
      emacs.d/elpa/monokai-theme-0.0.11/monokai-theme.el

+ 22
- 0
emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai-autoloads.el View File

@ -0,0 +1,22 @@
;;; color-theme-monokai-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "color-theme-monokai" "color-theme-monokai.el"
;;;;;; (21401 61577 338650 203000))
;;; Generated autoloads from color-theme-monokai.el
(autoload 'color-theme-monokai "color-theme-monokai" "\
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; color-theme-monokai-autoloads.el ends here

+ 1
- 0
emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai-pkg.el View File

@ -0,0 +1 @@
(define-package "color-theme-monokai" "0.0.5" "Monokai Color Theme for Emacs." '((color-theme "6.5.5")))

BIN
emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai-pkg.elc View File


+ 45
- 0
emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai.el View File

@ -0,0 +1,45 @@
;;; color-theme-monokai.el --- Monokai Color Theme for Emacs.
;; Author: Lorenzo Villani <lorenzo@villani.me>
;; URL: https://github.com/lvillani/dotfiles/blob/master/emacs.d/projects/color-theme-monokai.el
;; Version: 0.0.5
;; Package-Requires: ((color-theme "6.5.5"))
;;;###autoload
(defun color-theme-monokai ()
(interactive)
(color-theme-install
'(color-theme-monokai
;; Frame Parameters
((background-color . "#272822")
(foreground-color . "#F8F8F2")
(cursor-color . "#F8F8F0"))
;; Main
(font-lock-builtin-face ((t (:foreground "#A6E22A"))))
(font-lock-comment-face ((t (:foreground "#75715E"))))
(font-lock-constant-face ((t (:foreground "#AE81FF"))))
(font-lock-doc-string-face ((t (:foreground "#E6DB74"))))
(font-lock-function-name-face ((t (:foreground "#A6E22E"))))
(font-lock-keyword-face ((t (:foreground "#F92672"))))
(font-lock-string-face ((t (:foreground "#E6DB74"))))
(font-lock-type-face ((t (:foreground "#89BDFF"))))
(font-lock-variable-name-face ((t (:foreground "#F92672"))))
(font-lock-warning-face ((t (:bold t :foreground "#FD5FF1"))))
;; Main - #2
(hl-line ((t (:background "#141411"))))
(minibuffer-prompt ((t (:foreground "#75715E"))))
(modeline ((t (:background "#595959" :foreground "#E6E6E6"))))
(region ((t (:background "#383830"))))
(show-paren-match-face ((t (:background "#383830"))))
;; CUA
(cua-rectangle ((t (:background "#141411"))))
;; IDO
(ido-first-match ((t (:foreground "#AE81FF"))))
(ido-only-match ((t (:foreground "#A6E22A"))))
(ido-subdir ((t (:foreground "#89BDFF"))))
;; Misc
(yas/field-highlight-face ((t (:background "#383830")))))))
(provide 'color-theme-monokai)
;;; color-theme-monokai.el ends here

BIN
emacs.d/elpa/color-theme-monokai-0.0.5/color-theme-monokai.elc View File


+ 19
- 0
emacs.d/elpa/monokai-theme-0.0.11/monokai-theme-autoloads.el View File

@ -0,0 +1,19 @@
;;; monokai-theme-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "monokai-theme" "monokai-theme.el" (21395 22572
;;;;;; 708218 691000))
;;; Generated autoloads from monokai-theme.el
(when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))) (when (not window-system) (custom-set-faces '(default ((t (:background nil)))))))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; monokai-theme-autoloads.el ends here

+ 1
- 0
emacs.d/elpa/monokai-theme-0.0.11/monokai-theme-pkg.el View File

@ -0,0 +1 @@
(define-package "monokai-theme" "0.0.11" "REQUIRES EMACS 24: Monokai Color Theme for Emacs." 'nil)

BIN
emacs.d/elpa/monokai-theme-0.0.11/monokai-theme-pkg.elc View File


+ 89
- 0
emacs.d/elpa/monokai-theme-0.0.11/monokai-theme.el View File

@ -0,0 +1,89 @@
;;; monokai-theme.el --- REQUIRES EMACS 24: Monokai Color Theme for Emacs.
;; Copyright (C) 2012 Lorenzo Villani.
;;
;; Author: Lorenzo Villani <lorenzo@villani.me>
;; URL: https://github.com/lvillani/el-monokai-theme
;; Version: 0.0.11
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, version 3 of the License.
;;
;; This file is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs.
(unless (>= 24 emacs-major-version)
(error "monokai-theme requires Emacs 24 or later."))
(deftheme monokai
"Monokai color theme")
(let ((monokai-blue-light "#89BDFF")
(monokai-gray "#595959")
(monokai-gray-darker "#383830")
(monokai-gray-darkest "#141411")
(monokai-gray-lightest "#595959")
(monokai-gray-light "#E6E6E6")
(monokai-green "#A6E22A")
(monokai-green-light "#A6E22E")
(monokai-grey-dark "#272822")
(monokai-magenta "#F92672")
(monokai-purple "#AE81FF")
(monokai-purple-light "#FD5FF1")
(monokai-yellow "#E6DB74")
(monokai-yellow-dark "#75715E")
(monokai-yellow-light "#F8F8F2"))
(custom-theme-set-faces
'monokai
;; Frame
`(default ((t (:foreground ,monokai-yellow-light :background ,monokai-grey-dark))))
`(cursor ((t (:foreground ,monokai-magenta))))
`(hl-line ((t (:background ,monokai-gray-darkest))))
`(minibuffer-prompt ((t (:foreground ,monokai-yellow-dark))))
`(modeline ((t (:background ,monokai-gray-lightest :foreground ,monokai-gray-light))))
`(region ((t (:background ,monokai-gray-darker))))
`(show-paren-match-face ((t (:background ,monokai-gray-lightest))))
;; Main
`(font-lock-builtin-face ((t (:foreground ,monokai-green))))
`(font-lock-comment-face ((t (:foreground ,monokai-yellow-dark))))
`(font-lock-constant-face ((t (:foreground ,monokai-purple))))
`(font-lock-doc-string-face ((t (:foreground ,monokai-yellow))))
`(font-lock-function-name-face ((t (:foreground ,monokai-green))))
`(font-lock-keyword-face ((t (:foreground ,monokai-magenta))))
`(font-lock-string-face ((t (:foreground ,monokai-yellow))))
`(font-lock-type-face ((t (:foreground ,monokai-blue-light))))
`(font-lock-variable-name-face ((t (:foreground ,monokai-magenta))))
`(font-lock-warning-face ((t (:bold t :foreground ,monokai-purple-light))))
;; CUA
`(cua-rectangle ((t (:background ,monokai-gray-darkest))))
;; IDO
`(ido-first-match ((t (:foreground ,monokai-purple))))
`(ido-only-match ((t (:foreground ,monokai-green))))
`(ido-subdir ((t (:foreground ,monokai-blue-light))))
;; ECB
`(ecb-default-highlight-face ((t (:foreground ,monokai-green))))
;; Whitespace
`(whitespace-space ((t (:foreground ,monokai-gray))))
;; Yasnippet
`(yas/field-highlight-face ((t (:background ,monokai-gray-darker))))))
;;;###autoload
(when load-file-name
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name)))
(when (not window-system)
(custom-set-faces '(default ((t (:background nil)))))))
(provide-theme 'monokai)
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; monokai-theme.el ends here

Loading…
Cancel
Save