Skip to content

zenobht/zeno-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeno-theme for Emacs

A dark theme using different shades of blue for Emacs. Inspired by Dracula themes

Screenshots

Screenshot1

Screenshot2

Screenshot info: Spacemacs, Source-Code-Pro font. To change the modeline and cursor on spacemacs with evil-mode

 (setq evilNormalColor "#D2527F") 
 (setq evilInsertColor "#2ABB9B")
 (setq evilVisualColor "#665C7E")
 (setq evil-normal-state-cursor `(box ,evilNormalColor)) 
 (setq evil-insert-state-cursor `((bar . 3) ,evilInsertColor)) 
 
 (setq spaceline-highlight-face-func 'spaceline-highlight-face-evil-state)
 (set-face-attribute
 'spaceline-evil-normal nil :background evilNormalColor :foreground "black")
 (set-face-attribute
 'spaceline-evil-visual nil :background evilVisualColor :foreground "white")
 (set-face-attribute
 'spaceline-evil-insert nil :background evilInsertColor :foreground "black")

Installation

Installing using MELPA

M-x package-install <RET> zeno-theme

Customizations

M-x customize-group: zeno-theme:

  • zeno-theme-enable-italics Enables italics for functions, directories, comments

License

GPL3 License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published