Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratul/almost-monokai
A beautiful, fruity and calm Emacs color theme
https://github.com/pratul/almost-monokai
Last synced: 13 days ago
JSON representation
A beautiful, fruity and calm Emacs color theme
- Host: GitHub
- URL: https://github.com/pratul/almost-monokai
- Owner: pratul
- Created: 2009-07-15T14:22:53.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T13:39:35.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T22:53:07.437Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 139 KB
- Stars: 50
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Aha! Nice name!
Almost Monokai is a beautiful, fruity, calm, yet dark color theme for Emacs.
It is based on the Monokai TextMate theme by "Wimer Hazenberg":http://www.monokai.nl.!http://pratul.in/files/almost-monokai.png!
h2. How do I try it out?
# Copy the @color-theme-almost-monokai.el@ file to your emacs plugin directory (if you have one), or simply drop it somewhere you know.
# Lets say you place it in @~/foo@
# Next, open your @.emacs@ file, and add to it:(load-file "~/foo/color-theme-almost-monokai.el")
(color-theme-almost-monokai)h2. What do I need?
* Emacs 21 or higher
* "Color Theme support":http://www.emacswiki.org/emacs/ColorThemeh2. Any license?
Almost Monokai is licensed under the terms of the GNU GPLv2 license.
It is developed by "Pratul Kalia":http://pratul.in and "Prateek Saxena":http://prtksxna.com.
Copyright (c) 2009 Pratul Kalia and Prateek SaxenaThis file is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.This file is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.