Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caisah/seti-theme
Emacs theme inspired by Seti Atom Theme
https://github.com/caisah/seti-theme
emacs emacs-theme seti-theme theme
Last synced: 27 days ago
JSON representation
Emacs theme inspired by Seti Atom Theme
- Host: GitHub
- URL: https://github.com/caisah/seti-theme
- Owner: caisah
- Created: 2014-08-16T13:53:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T18:49:06.000Z (almost 6 years ago)
- Last Synced: 2024-08-07T18:31:55.453Z (5 months ago)
- Topics: emacs, emacs-theme, seti-theme, theme
- Language: Emacs Lisp
- Size: 1.63 MB
- Stars: 35
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Seti Theme (for Emacs)
======================Dark theme ispired by [Atom Seti](https://github.com/jesseweed/seti-ui).
This theme tries to also give the [Atom](https://github.com/atom/atom) feel.
Installation
-----------
#### From Package (Melpa)[![MELPA](http://melpa.org/packages/seti-theme-badge.svg)](http://melpa.org/#/seti-theme)
M-x package-install RET `seti-theme`.
#### Manual
Download `seti-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your
`.emacs`:```elisp
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
```You can load the theme now with:
M-x load-theme RET `seti`
To make it the default theme add to your `.emacs` file:
```elisp
(load-theme 'seti t)
```Screenshots
-----------#### General
![General](/img/seti-general.png)
#### C
![C](/img/seti-c.png)
#### Web (HTML JS)
![Web](/img/seti-web.png)
#### Elisp
![Elisp](/img/seti-elisp.png)
#### Dired
![Dired](/img/seti-dired.png)
#### Shell
![Shell](/img/seti-shell.png)
#### Org
![Org](/img/seti-org.png)