Giter Site home page Giter Site logo

emacs-lush-theme's Introduction

MELPA

emacs-lush-theme

A dark theme with lush colors for Emacs24, based on JD Huntington's blackboard theme

Installation

  1. If you use MELPA, just do: M-x package-install [RET] lush-theme [RET]
  2. Otherwise, put lush-theme.el in your Emacs load path, e.g. ~/.emacs.d/

You can apply the theme via M-x customize-themes or make it your default theme by adding the following to your Emacs configuration file:

(load-theme 'lush t)

Screenshots

C

Screenshot

Ruby

Screenshot

Lisp

Screenshot

Python

Screenshot

Credits

emacs-lush-theme's People

Contributors

andre-richter avatar nikolas avatar purcell avatar

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

Watchers

 avatar  avatar

emacs-lush-theme's Issues

Strings are highlighted the same way as docstrings

This makes it tricky to read code snippets that use both.

(defvar thing-at-point-beginning-of-url-regexp nil
  "Regexp matching the beginning of a well-formed URI.
If nil, construct the regexp from `thing-at-point-uri-schemes'.")

(defvar thing-at-point-url-path-regexp
  "[^]\t\n \"'<>[^`{}]*[^]\t\n \"'<>[^`{}.,;]+"
  "Regexp matching the host and filename or e-mail part of a URL.")

screenshot from 2014-10-26 11 59 33

Selection highlighting is too subtle

I really like emacs-lush-theme! I've seen a couple of minor issues around highlighting the thing at point.

hl-line-mode uses the face hl-line and has very little contrast (I believe it inherits from the highlight face):

hl_line_mode

magit's magit-item-highlight face (which inherits from the secondary-selection face) doesn't offer much contrast:

magit

I find the light grey on blue a little tricky to read. What do you think?

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.