apc / berrys-theme

A light, clean and elegant Emacs theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Emacs Lisp 100.0%