Skip to content

zenobht/zeno-theme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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