Code Monkey home page Code Monkey logo

gruber-darker-theme's Introduction

MELPA MELPA Stable

Gruber Darker

Gruber Darker color theme for Emacs by Jason Blevins. A darker variant of the Gruber Dark theme for BBEdit by John Gruber. Adapted for deftheme and extended by Alexey Kutepov a.k.a. rexim.

Screenshot

gruber-darker-theme

Installation

You can use built-in package manager (package.el) or do everything by your hands.

Using package manager

This theme is available on two repositories: MELPA and Marmalade. Add the following to your emacs config file somewhere (.emacs, init.el, whatever)

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://melpa.milkbox.net/packages/") t)

for MELPA, or

(require 'package)
(add-to-list 'package-archives
             '("marmalade" . "http://marmalade-repo.org/packages/") t)

for Marmalade.

I personally prefer MELPA, 'cause it hourly updates its packages from upstream source.

Then use M-x package-install RET gruber-darker-theme RET to install the theme. Use M-x customize-themes to change your current theme.

Manual old fashioned way

Download the theme to your local directory. You can do it through git clone command:

git clone git://github.com/rexim/gruber-darker-theme.git

Then add path to gruber-darker-theme to custom-theme-load-path list โ€” add the following to your emacs config file somewhere (.emacs, init.el, whatever):

(add-to-list 'custom-theme-load-path
             "/path/to/gruber-darker-theme/")

Use M-x customize-themes to change your current theme.

Contribution

Gruber Darker is an awesome theme. But it has a lack of support for many good modes. I add color faces only for modes I use. If you like this theme and use a mode that looks very bad with it, feel free to add appropriate color faces (see file gruber-darker-theme.el) and send me a pull request.

Thanks.

gruber-darker-theme's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

gruber-darker-theme's Issues

Weighted keywords.

The theme is amazing, however I would like to use non-bold weighted keywords. can I change it?
for example: def and not def

Derived colors

Such colors as *-bg+1 or *-fg-1 can be automatically calculated from the base color by using color-darken-name and color-lighten-name functions from the color module.

whitespace faces

These faces are missed now for whitespace:

  • whitespace-hspace
  • whitespace-indentation
  • whitespace-line
  • whitespace-space-after-tab
  • whitespace-space-before-tab
  • whitespace-tab

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.