All Projects → greduan → Emacs Theme Gruvbox

greduan / Emacs Theme Gruvbox

Licence: mit
Gruvbox is a retro groove color scheme for Emacs. Port of the Vim version.

Labels

Projects that are alternatives of or similar to Emacs Theme Gruvbox

Lsp Mode
Emacs client/library for the Language Server Protocol
Stars: ✭ 3,691 (+818.16%)
Mutual labels:  emacs
Org Sidebar
A helpful sidebar for Org mode
Stars: ✭ 354 (-11.94%)
Mutual labels:  emacs
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (-5.72%)
Mutual labels:  emacs
.emacs.d
🎉 Personal GNU Emacs configuration
Stars: ✭ 313 (-22.14%)
Mutual labels:  emacs
Emacs Config
My configuration for Doom Emacs
Stars: ✭ 296 (-26.37%)
Mutual labels:  emacs
Sayid
A debugger for Clojure
Stars: ✭ 367 (-8.71%)
Mutual labels:  emacs
Evil Mc
Multiple cursors implementation for evil-mode
Stars: ✭ 308 (-23.38%)
Mutual labels:  emacs
Company Box
A company front-end with icons
Stars: ✭ 395 (-1.74%)
Mutual labels:  emacs
Use Package
A use-package declaration for simplifying your .emacs
Stars: ✭ 3,748 (+832.34%)
Mutual labels:  emacs
Kubernetes El
Emacs porcelain for Kubernetes.
Stars: ✭ 372 (-7.46%)
Mutual labels:  emacs
Org Wiki
Wiki for Emacs org-mode built on top of Emacs org-mode.
Stars: ✭ 319 (-20.65%)
Mutual labels:  emacs
Helm Bibtex
Search and manage bibliographies in Emacs
Stars: ✭ 328 (-18.41%)
Mutual labels:  emacs
Pg
This repo is the new home of Proof General
Stars: ✭ 367 (-8.71%)
Mutual labels:  emacs
Base16 Emacs
Base16 themes for Emacs
Stars: ✭ 314 (-21.89%)
Mutual labels:  emacs
Emacs Racer
Racer support for Emacs
Stars: ✭ 381 (-5.22%)
Mutual labels:  emacs
Emacs Refactor
language-specific refactoring in Emacs
Stars: ✭ 313 (-22.14%)
Mutual labels:  emacs
Ensime Emacs
ENhanced Scala Interaction Mode for Emacs
Stars: ✭ 361 (-10.2%)
Mutual labels:  emacs
Org Capture Extension
A Chrome and firefox extension facilitating org-capture in emacs
Stars: ✭ 396 (-1.49%)
Mutual labels:  emacs
.emacs.d
M-EMACS, a full-featured GNU Emacs configuration "distribution"
Stars: ✭ 387 (-3.73%)
Mutual labels:  emacs
Writegood Mode
Minor mode for Emacs to improve English writing
Stars: ✭ 369 (-8.21%)
Mutual labels:  emacs

Gruvbox Head

Gruvbox is a retro groove color scheme for Emacs. It is a port of the Vim version originally by Pavel Pertsev found here.

Theme versions

Gruvbox Dark Medium (aka. Gruvbox default)

Theme name gruvbox-dark-medium

gruvbox-dark-medium aka. gruvbox

Gruvbox Dark Soft

Theme name gruvbox-dark-soft

gruvbox-dark-soft

Gruvbox Dark Hard

Theme name gruvbox-dark-hard

gruvbox-dark-hard

Gruvbox Light Medium

Theme name gruvbox-light-medium

gruvbox-light-medium

Gruvbox Light Soft

Theme name gruvbox-light-soft

gruvbox-light-soft

Gruvbox Light Hard

Theme name gruvbox-light-hard

gruvbox-light-hard

Palette

Note the dark and light tones are transposed in the light versions.

Gruvbox Palette Dark

Gruvbox Palette Mid

Gruvbox Palette Light

Gruvbox Palette Bright

Gruvbox Palette Neutral

Gruvbox Palette Faded

Gruvbox Palette Dark Notes

Gruvbox Palette Solo Notes

Gruvbox Palette Rainbow Delimiters

Mode Support

This theme contains custom support for the following features and plugins:

Installation and usage

The recommended way to install the Gruvbox theme is with MELPA.

MELPA

If you're an Emacs 24 user or you have a recent version of package.el you can install the Gruvbox theme from the MELPA repository. The version of gruvbox-theme there will always be up-to-date.

No package.el

The following instructions are for in the case where you don't have access to package.el for some reason.

  1. Download gruvbox-theme.el, and put it in ~/.emacs.d/themes. For example:

    curl -L https://raw.github.com/Greduan/emacs-theme-gruvbox/master/gruvbox-theme.el > ~/.emacs.d/themes/gruvbox-theme.el
    
  2. Tell Emacs where to find themes in your init.el or .emacs file:

    (add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
    
  3. Enable the theme:

    M-x load-theme RET gruvbox
    

    Or add the following to your init.el or .emacs file to load the theme at startup:

    (load-theme 'gruvbox t)
    

Issues

See https://github.com/greduan/emacs-theme-gruvbox/issues

If you want the theme to support something please open a new issue and we'll try our best to make it happen. 😄

License

The MIT License (MIT)

Copyright (c) 2013 Lee Machin
              2013-2016 Eduardo Lavaque
              2015-2017 Jason Milkins
              2017-2018 Martijn Terpstra

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].