Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.1 KB

"Laguna" Theme

  • Laguna Theme - An Emacs Theme

image

image

(Magit support): This screenshot's an earlier version of the Laguna Theme. screenshot

Laguna is my personal emacs theme. You can have it, too.

Installation: Laguna Theme is on MELPA. Please verify that MELPA has been added to your package archives.

      (load-theme 'laguna t t)
      (enable-theme 'laguna)
      ;; Or, if you use `use-package', do something like this:
      (use-package laguna-theme
        :init (progn (load-theme 'laguna t t))
        :defer t
        :ensure t)

Terminal Colors look wonky in your terminal? This can sometimes helps:

    # Throw this in your ~/.bash_profile if Laguna Theme (emacs) isn't displaying properly
    export TERM="xterm-256color"