Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
steckerhalter
grandshell-theme
Commits
c02b3e26
Commit
c02b3e26
authored
Apr 13, 2013
by
steckerhalter
Browse files
updated readme
parent
6142c2c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c02b3e26
# Grand Shell Emacs Theme #
Dark color theme for Emacs > 24 with intensive colors suited to my taste :)
Dark color theme for Emacs >= 24 with intensive colors suited to my taste :)
## Installation ##
### MELPA
You can install the theme using the packages on
[
Melpa
](
http://melpa.milkbox.net/
)
.
Make sure you have something like the following in your Emacs startup file (
`~/.emacs.d/init.el`
, or
`~/.emacs`
):
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/"))
To make that take effect, either evaluate that elisp expression or restart Emacs.
Then use
`M-x package-list-packages`
, select
`grandshell-theme`
from
the list by pressing
`i`
, then press
`x`
to execute the changes. At
that point, the package will be installed.
### el-get
Here's a basic recipe you can use to install it via el-get:
(:name grandshell
:type github
:pkgname "steckerhalter/grandshell-theme"
:minimum-emacs-version 24
:post-init (add-to-list 'custom-theme-load-path default-directory))
### Usage
In Emacs24 you can just use
`M-x customize-themes`
to select themes.
If you want to load the theme in your
`.emacs`
or similar you can add:
(load-theme 'grandshell t)
and the theme should be loaded and activated on startup.
### Screenshot

Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment