Git Product home page Git Product logo

solo-jazz-emacs-theme's Introduction

Solo Jazz Theme for Emacs

Maintenance Version MELPA Emacs GPL License


An original theme inspired by the 1992 Solo Jazz cup design.


About

Inspired by the Jazz design, this eye-pleasing theme fits into any modern day work environment while tastefully showcasing a late 20th century aesthetic.

alt text

Installation

MELPA (recommended)

You can install this theme with the following package.el command: M-x package-install solo-jazz-theme

Or if you have use-package, simply add this declaration to your init.el:

(use-package solo-jazz-theme
  :ensure t
  :config
  (load-theme 'solo-jazz t))

Manual

Download solo-jazz-theme.el and put it under ~/.emacs.d/themes/, then add these lines to your init.el:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(load-theme 'solo-jazz t)

Supported Modes

  • avy
  • centaur-tabs
  • company
  • cider
  • doom-modeline
  • diff
  • dired
  • ediff
  • ido
  • isearch
  • ivy (counsel and projectile)
  • hl-line
  • keycast
  • magit
  • line numbers
  • lispy
  • magit
  • markdown
  • neotree
  • org mode
  • post-tip
  • show-paren
  • racket
  • undo-tree
  • web-mode
  • whitespace-mode

Rainbow Mode

If you would like to modify the theme, you may find it useful to see the colors directly. You can do so using rainbow mode by executing the following.

(advice-add 'rainbow-turn-on :after  #'solo-jazz-theme-rainbow-turn-on)
(advice-add 'rainbow-turn-off :after #'solo-jazz-theme-rainbow-turn-off)

Toggling rainbow-mode inside the solo-jazz-theme.el will colorize all solo-jazz color names wherever they appear in that buffer.

Contributing

Please feel free to send a GitHub pull request to add support for your favorite packages. If you find any bugs or problems, please report them in the issue tracker. I welcome contributions of any kind.

License

Distributed under the GNU General Public License, version 3.

solo-jazz-emacs-theme's People

Contributors

cstby avatar cedarbaum avatar

Watchers

 avatar

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.