Skip to content

An Emacs theme that's easy on the eyes while focusing on importance.

Notifications You must be signed in to change notification settings

HenryNewcomer/laguna-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

"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"

About

An Emacs theme that's easy on the eyes while focusing on importance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published