All Projects â†’ SavchenkoValeriy â†’ Emacs Chocolate Theme

SavchenkoValeriy / Emacs Chocolate Theme

Licence: gpl-3.0
🍫A dark chocolatey theme for Emacs 🍫

Projects that are alternatives of or similar to Emacs Chocolate Theme

Spacemacs Content
Content for the book - Clojure Development with Spacemacs
Stars: ✭ 72 (-13.25%)
Mutual labels:  emacs
Org Zettelkasten
An opinionated setup for managing large collections of interlinked org files.
Stars: ✭ 77 (-7.23%)
Mutual labels:  emacs
Ripgrep.el
Emacs front-end for ripgrep, a command line search tool
Stars: ✭ 81 (-2.41%)
Mutual labels:  emacs
Dmacs
Emacs Literate Configuration with borg
Stars: ✭ 74 (-10.84%)
Mutual labels:  emacs
.emacs.d
My emacs configuration
Stars: ✭ 76 (-8.43%)
Mutual labels:  emacs
Hexo.el
Use Hexo in Emacs elegantly
Stars: ✭ 78 (-6.02%)
Mutual labels:  emacs
Dotfiles
💻 Dotfiles for zsh, vim, emacs, tmux, and bash. Tested on mac os.
Stars: ✭ 70 (-15.66%)
Mutual labels:  emacs
Tide
Tide - TypeScript Interactive Development Environment for Emacs
Stars: ✭ 1,238 (+1391.57%)
Mutual labels:  emacs
Embrace.el
Add/Change/Delete pairs based on `expand-region', similar to `evil-surround'.
Stars: ✭ 76 (-8.43%)
Mutual labels:  emacs
Corral
Quickly surround text with delimiters in emacs
Stars: ✭ 80 (-3.61%)
Mutual labels:  emacs
Org Kanban
Simple approach to kanban with emacs' org-mode
Stars: ✭ 74 (-10.84%)
Mutual labels:  emacs
Solo Jazz Emacs Theme
An original Emacs theme inspired by the 1992 Solo Jazz cup design.
Stars: ✭ 76 (-8.43%)
Mutual labels:  emacs
Emacs Sql Indent
Syntax based indentation for SQL files inside GNU Emacs
Stars: ✭ 78 (-6.02%)
Mutual labels:  emacs
Emacs Gif Screencast
[MOVED TO GITLAB] One-frame-per-action GIF recording for optimal quality/size ratio
Stars: ✭ 74 (-10.84%)
Mutual labels:  emacs
Sensible Defaults.el
A simple, modular collection of better Emacs default settings.
Stars: ✭ 81 (-2.41%)
Mutual labels:  emacs
Flutter.el
Flutter tools for Emacs
Stars: ✭ 72 (-13.25%)
Mutual labels:  emacs
Guess Language.el
Emacs minor mode that detects the language you're typing in. Automatically switches spell checker. Supports multiple languages per document.
Stars: ✭ 78 (-6.02%)
Mutual labels:  emacs
Beginend
Emacs package to redefine M-< and M-> for some modes
Stars: ✭ 82 (-1.2%)
Mutual labels:  emacs
Clj Suitable
ClojureScript "IntelliSense" support for JS objects and their properties/methods. Via figwheel and Emacs CIDER.
Stars: ✭ 82 (-1.2%)
Mutual labels:  emacs
Awesome Spacemacs
A collection of awesome Spacemacs resources
Stars: ✭ 80 (-3.61%)
Mutual labels:  emacs

Chocolate theme MELPA

chocolate theme banner

Poor doggies can't experience it because of two reasons


Chocolate theme is my personal attempt to develop a complex fully-functional theme for Emacs. It's dark, it's chocolaty, it's vibrant and it's subtle, it's whatever you're looking for in a perfect theme for development.

Installation

Install from MELPA

It's available on Melpa:

M-x package-install [RET] chocolate-theme [RET]

M-x load-theme [RET] chocolate [RET]

Or using use-package:

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

Install manually

Download chocolate-theme.el and copy it into the ~/.emacs.d/themes directory.

Then add the following code to your init.el configuration:

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

Screenshots

Emacs Lisp

emacs lisp

C++

c++

Python

python

Ediff

ediff

Contribute

All contributions are most welcome!

I obviously don't use all of the modes out there and chocolate-theme can have a few blind spots. If you notice one, feel free reporting it. Please, add a meaningful example and a screenshot. If you can fix it on your own, I'll try to look at your pull request ASAP! But examples and screenshots will still make it faster.

Credits

chocolate-theme is based on a great palette from the firewatch-hot-syntax theme for Atom (which in its turn was inspired by firewatch-syntax).

License

GPL-3.0

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].