Skip to content

Commit

Permalink
Fix region colour, add screenshot and write README
Browse files Browse the repository at this point in the history
  • Loading branch information
edran committed Aug 10, 2014
1 parent e561cae commit 857eff2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 44 deletions.
59 changes: 24 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## About

Zenburn for Emacs is a direct port of the popular
[Zenburn](http://slinky.imukuppi.org/zenburnpage/) theme for vim,
developed by Jani Nurminen. It's my personal belief (and
that of its many users I presume) that it's one of the best low
contrast color themes out there and that it's is exceptionally easy on
the eyes.
A higher contrast version of the popular zenburn theme created by Bozhidar Batsov.

This theme uses the new built-in theming support available starting
with Emacs 24.

## Screenshot

![]https://github.com/edran/hc-zenburn-emacs/blob/master/screenshot.jpg)


## Installation

### Manual

Download `zenburn-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your
Download `hc-zenburn-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your
`.emacs`:

```lisp
Expand All @@ -25,30 +25,26 @@ Now you can load the theme with the interactive function `load-theme` like this:

`M-x load-theme RET zenburn`

### Package.el
<!-- ### Package.el -->

Zenburn is available in both [Marmalade](http://marmalade-repo.org)
and [MELPA](http://melpa.milkbox.net).
Keep in mind the fact the version in the Marmalade repo may not always
be up-to-date.
<!-- Zenburn is available in both [Marmalade](http://marmalade-repo.org) -->
<!-- and [MELPA](http://melpa.milkbox.net). -->
<!-- Keep in mind the fact the version in the Marmalade repo may not always -->
<!-- be up-to-date. -->

You can install `zenburn` with the following command:
<!-- You can install `zenburn` with the following command: -->

`M-x package-install zenburn-theme`
<!-- `M-x package-install hc-zenburn-theme` -->

To load it automatically on Emacs startup add this to your init file:

```lisp
(load-theme 'zenburn t)
(load-theme 'hc-zenburn t)
```
or
```lisp
(load-theme 'higher-hc-zenburn t)
```

### Emacs Prelude

Zenburn for Emacs is already bundled into
[Emacs Prelude](https://github.com/bbatsov/prelude). If you're a
Prelude user - you're probably already using Zenburn, since it's
Prelude's default color theme. You can load Zenburn at any time by
`M-x load-theme zenburn`.

## Ugly colors in the terminal Emacs version

Expand All @@ -63,15 +59,8 @@ Source the `.bashrc`(`.zshrc`) file and start Emacs again.

# Bugs & Improvements

Please, report any problems that you find on the projects integrated
issue tracker. If you've added some improvements and you want them
included upstream don't hesitate to send me a patch or even better - a
GitHub pull request. [These](https://github.com/bbatsov/zenburn-emacs/contributors)
contributors have done so.

If you like the project, consider supporting its development via [gittip](https://www.gittip.com/bbatsov).

[![Support via Gittip](https://rawgithub.com/twolfson/gittip-badge/0.2.0/dist/gittip.png)](https://www.gittip.com/bbatsov)

Cheers,<br\>
[Bozhidar](http://twitter.com/bbatsov)
Please, report any problems that you find at the
[project integrated tracker](https://github.com/bbatsov/zenburn-emacs/issues).
If you've added some improvements and you want them included upstream
don't hesitate to send me a patch or even better - a GitHub pull
request.
8 changes: 4 additions & 4 deletions hc-zenburn-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Nantas Nardelli <nantas.nardelli@gmail.com>
;; URL: https:github.com/edran/hc-zenburn-emacs
;; Version 0.1
;; Version 2.1hc

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand All @@ -21,16 +21,16 @@

;;; Commentary:

;; A higher contrast fork of the zenburn theme created by Bozhidar Batsov
;; An high contrast fork of the zenburn theme created by Bozhidar Batsov

;;; Credits:

;; Bozhidar Batsov created the theme for emacs, which was a port of
;; Bozhidar Batsov created the zenburn theme for emacs, which was a port of
;; the vim theme made by Jani Nurminen

;;; Code:

(deftheme hc-zenburn "The High Constrast Hc-Zenburn color theme")
(deftheme hc-zenburn "The high constrast Zenburn color theme")

;;; Color Palette

Expand Down
10 changes: 5 additions & 5 deletions higher-hc-zenburn-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Nantas Nardelli <nantas.nardelli@gmail.com>
;; URL: https:github.com/edran/hc-zenburn-emacs
;; Version 0.1
;; Version 2.1hc

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand All @@ -25,12 +25,12 @@

;;; Credits:

;; Bozhidar Batsov created the theme for emacs, which was a port of
;; the vim theme made by Jani Nurminen
;; Bozhidar Batsov created the zenburn theme for emacs, which was a
;; port of the vim theme made by Jani Nurminen

;;; Code:

(deftheme higher-hc-zenburn "The Higher Constrast Hc-Zenburn color theme")
(deftheme higher-hc-zenburn "An even higher constrast Zenburn color theme")

;;; Color Palette

Expand All @@ -39,7 +39,7 @@
("higher-hc-zenburn-fg" . "#DCDCCC")
("higher-hc-zenburn-fg-1" . "#70705E")
("higher-hc-zenburn-bg-2" . "#000000")
("higher-hc-zenburn-bg-1" . "#303030")
("higher-hc-zenburn-bg-1" . "#202020")
("higher-hc-zenburn-bg-05" . "#2D2D2D")
("higher-hc-zenburn-bg" . "#313131")
("higher-hc-zenburn-bg+05" . "#383838")
Expand Down
Binary file added screenshot.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 857eff2

Please sign in to comment.