All Projects → cstby → Solo Jazz Emacs Theme

cstby / Solo Jazz Emacs Theme

Licence: gpl-3.0
An original Emacs theme inspired by the 1992 Solo Jazz cup design.

Labels

Projects that are alternatives of or similar to Solo Jazz Emacs Theme

Org Web
org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive
Stars: ✭ 1,133 (+1390.79%)
Mutual labels:  emacs
Color Theme Buffer Local
Set emacs color themes by buffer.
Stars: ✭ 69 (-9.21%)
Mutual labels:  emacs
Spacemacs Content
Content for the book - Clojure Development with Spacemacs
Stars: ✭ 72 (-5.26%)
Mutual labels:  emacs
Icomplete Vertical
Global Emacs minor mode to display icomplete candidates vertically
Stars: ✭ 66 (-13.16%)
Mutual labels:  emacs
Org Sticky Header
Show off-screen Org heading at top of window
Stars: ✭ 68 (-10.53%)
Mutual labels:  emacs
Elisp
The hive for Göktuğ's Emacs Stuff.
Stars: ✭ 70 (-7.89%)
Mutual labels:  emacs
Git Complete
Yet another completion engine powered by "git grep"
Stars: ✭ 64 (-15.79%)
Mutual labels:  emacs
Org Kanban
Simple approach to kanban with emacs' org-mode
Stars: ✭ 74 (-2.63%)
Mutual labels:  emacs
.emacs.d
Personal Emacs Configuration
Stars: ✭ 69 (-9.21%)
Mutual labels:  emacs
Flutter.el
Flutter tools for Emacs
Stars: ✭ 72 (-5.26%)
Mutual labels:  emacs
Books Pdf
books pdf
Stars: ✭ 1,149 (+1411.84%)
Mutual labels:  emacs
Witchmacs
My emacs configuration files
Stars: ✭ 68 (-10.53%)
Mutual labels:  emacs
Jq Mode
Emacs major mode for editing jq queries.
Stars: ✭ 70 (-7.89%)
Mutual labels:  emacs
Emacs Which Key
Emacs package that displays available keybindings in popup
Stars: ✭ 1,136 (+1394.74%)
Mutual labels:  emacs
Emacs Gif Screencast
[MOVED TO GITLAB] One-frame-per-action GIF recording for optimal quality/size ratio
Stars: ✭ 74 (-2.63%)
Mutual labels:  emacs
Helm Github Stars
Browse your starred repositories with Emacs helm interface
Stars: ✭ 64 (-15.79%)
Mutual labels:  emacs
Emacsist
Emacs微信公众号收录文章存档!
Stars: ✭ 70 (-7.89%)
Mutual labels:  emacs
Eziam Theme Emacs
A mostly grayscale theme for Emacs, inspired by Tao and Leuven.
Stars: ✭ 74 (-2.63%)
Mutual labels:  emacs
Dmacs
Emacs Literate Configuration with borg
Stars: ✭ 74 (-2.63%)
Mutual labels:  emacs
Dotfiles
💻 Dotfiles for zsh, vim, emacs, tmux, and bash. Tested on mac os.
Stars: ✭ 70 (-7.89%)
Mutual labels:  emacs

Solo Jazz Theme for Emacs


Maintenance Version 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

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
  • 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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].