Skip to content

vbuzin/berrys-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MELPA

Berrys

A light, clean and elegant theme for Emacs.

Screenshot1 Screenshot1

Quickstart

MELPA

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

Manually

Add the emacs theme files to ~/.emacs.d/themes.

To load a theme add the following to your init.el

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'berrys t)

Use-package

(use-package berrys-theme
  :ensure t
  :config
  (load-theme 'berrys t)

  :config ;; for good measure and clarity
  (setq-default cursor-type '(bar . 2))
  (setq-default line-spacing 2))

Copyright © 2019-present Slava Buzin

About

A light, clean and elegant Emacs theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published