Rename theme and update theme file header
This commit is contained in:
parent
4a5e1b6e08
commit
3a74cd4efe
@ -1,12 +1,11 @@
|
|||||||
;;; underwater-theme.el --- A gentle, deep blue color theme
|
;;; havoc-theme.el --- A gentle, deep blue color theme
|
||||||
|
|
||||||
;; Copyright (C) 2012 Jon-Michael Deldin
|
;; Copyright (C) 2017 Wojciech Kozlowski
|
||||||
|
|
||||||
;; Author: Jon-Michael Deldin <dev@jmdeldin.com>
|
;; Author: Wojciech Kozlowski <wojciech.kozlowski@vivaldi.net>
|
||||||
;; Keywords: faces
|
;; Keywords: faces
|
||||||
;; Package-Version: 20131117.1602
|
|
||||||
;; Compatibility: 24.1
|
;; Compatibility: 24.1
|
||||||
;; Version: 1.1.0
|
;; Version: 0.0.1
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; it under the terms of the GNU General Public License as published by
|
||||||
@ -23,20 +22,11 @@
|
|||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; This is an Emacs 24 port of underwater-mod.vim by Mario Gutierrez
|
;; This an adaptation of the underwater theme by Jon-Michael Deldin
|
||||||
;; from URL `http://www.vim.org/scripts/script.php?script_id=3132'.
|
|
||||||
;;
|
|
||||||
;; To use this theme, download it to ~/.emacs.d/themes. In your `.emacs'
|
|
||||||
;; or `init.el', add this line:
|
|
||||||
;;
|
|
||||||
;; (add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
|
||||||
;;
|
|
||||||
;; Once you have reloaded your configuration (`eval-buffer'), do `M-x
|
|
||||||
;; load-theme' and select "underwater".
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(deftheme underwater "Port of underwater Vim theme")
|
(deftheme havoc "Adaptation of underwater Emacs theme")
|
||||||
|
|
||||||
(let ((*bg-1* "#102235")
|
(let ((*bg-1* "#102235")
|
||||||
(*bg-2* "#233445")
|
(*bg-2* "#233445")
|
||||||
@ -121,7 +111,7 @@
|
|||||||
(*yellow-bg* "#32322c"))
|
(*yellow-bg* "#32322c"))
|
||||||
|
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'underwater
|
'havoc
|
||||||
|
|
||||||
`(bold ((t (:bold t))))
|
`(bold ((t (:bold t))))
|
||||||
`(button ((t (:foreground, *keywords* :underline t))))
|
`(button ((t (:foreground, *keywords* :underline t))))
|
||||||
@ -267,5 +257,5 @@
|
|||||||
;; no-byte-compile: t
|
;; no-byte-compile: t
|
||||||
;; End:
|
;; End:
|
||||||
|
|
||||||
(provide-theme 'underwater)
|
(provide-theme 'havoc)
|
||||||
;;; underwater-theme.el ends here
|
;;; havoc-theme.el ends here
|
2
init.el
2
init.el
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
;; Theme --------------------------------------------------------------------
|
;; Theme --------------------------------------------------------------------
|
||||||
|
|
||||||
(load-theme 'underwater t) ;; Load personal theme
|
(load-theme 'havoc t) ;; Load personal theme
|
||||||
|
|
||||||
;; --------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------
|
||||||
;; Package configuration.
|
;; Package configuration.
|
||||||
|
Reference in New Issue
Block a user