All Projects → dakrone → Dakrone Light Theme

dakrone / Dakrone Light Theme

Licence: lgpl-3.0
Dakrone's custom light Emacs theme

Labels

Projects that are alternatives of or similar to Dakrone Light Theme

Clojure Mode
Emacs support for the Clojure(Script) programming language
Stars: ✭ 795 (+8733.33%)
Mutual labels:  emacs
Emacs Anywhere
Configurable automation + hooks called with application information
Stars: ✭ 917 (+10088.89%)
Mutual labels:  emacs
Perfect Margin
[emacs] auto center emacs windows, work with minimap and/or linum-mode
Stars: ✭ 26 (+188.89%)
Mutual labels:  emacs
Smart Mode Line
A powerful and beautiful mode-line for Emacs.
Stars: ✭ 809 (+8888.89%)
Mutual labels:  emacs
Yasnippet Snippets
a collection of yasnippet snippets for many languages
Stars: ✭ 831 (+9133.33%)
Mutual labels:  emacs
Org Treescope.el
Provides a time and priority based sparse tree interaction mode
Stars: ✭ 25 (+177.78%)
Mutual labels:  emacs
Awesome Emacs
A community driven list of useful Emacs packages, libraries and others.
Stars: ✭ 6,732 (+74700%)
Mutual labels:  emacs
.emacs.d
bdd's Emacs configuration, split from bdd/.dotfiles/emacs directory.
Stars: ✭ 8 (-11.11%)
Mutual labels:  emacs
Char Menu
Create your own menu for fast insertion of arbitrary symbols
Stars: ✭ 19 (+111.11%)
Mutual labels:  emacs
Assess
Test support functions for Emacs
Stars: ✭ 26 (+188.89%)
Mutual labels:  emacs
Zenburn Emacs
The Zenburn colour theme ported to Emacs
Stars: ✭ 829 (+9111.11%)
Mutual labels:  emacs
Chronometer
A Chronometer for GNU Emacs
Stars: ✭ 6 (-33.33%)
Mutual labels:  emacs
Emacs Libvterm
Emacs libvterm integration
Stars: ✭ 929 (+10222.22%)
Mutual labels:  emacs
Dap Mode
Emacs ❤️ Debug Adapter Protocol
Stars: ✭ 809 (+8888.89%)
Mutual labels:  emacs
Kaleidoscope.el
Control Kaleidoscope-powered devices from the comfort of your Emacs.
Stars: ✭ 8 (-11.11%)
Mutual labels:  emacs
Acejump
🅰️ single character search, select, and jump
Stars: ✭ 786 (+8633.33%)
Mutual labels:  emacs
Emacs Slack
slack client for emacs
Stars: ✭ 928 (+10211.11%)
Mutual labels:  emacs
Metamorph
Transform your code in turing-complete ways
Stars: ✭ 9 (+0%)
Mutual labels:  emacs
Emacs Datetime
Stars: ✭ 8 (-11.11%)
Mutual labels:  emacs
Danneskjold Theme
Beautiful high-contrast emacs theme
Stars: ✭ 26 (+188.89%)
Mutual labels:  emacs

#+TITLE: Dakrone's Light Theme #+AUTHOR: Lee Hinman #+EMAIL: [email protected] #+SETUPFILE: ~/eos/setupfiles/default.setup

  • Introduction

This is my custom light theme, it's a lot of blues, greens, and a bit of purple and brown. Feel free to open an issue if there's a mode that looks ugly!

If you want to use it, it's on MELPA, so you can use:

#+BEGIN_SRC emacs-lisp (use-package dakrone-light-theme :ensure t :init (load-theme 'dakrone-light t)) #+END_SRC

Or, to run from source, check it out somewhere and use:

#+BEGIN_SRC emacs-lisp (when (file-exists-p "/path/to/dakrone-light-theme") (add-to-list 'custom-theme-load-path "/path/to/dakrone-light-theme") (load-theme 'dakrone-light t)) #+END_SRC

  • Screenshots

Java [[https://cloud.githubusercontent.com/assets/19060/25566378/b9c12d3e-2d94-11e7-92e0-b0c82e9deb1e.png][https://cloud.githubusercontent.com/assets/19060/25566378/b9c12d3e-2d94-11e7-92e0-b0c82e9deb1e.png]]

Org-mode [[https://cloud.githubusercontent.com/assets/19060/25566380/b9c44a3c-2d94-11e7-996a-ccfb701a0684.png][https://cloud.githubusercontent.com/assets/19060/25566380/b9c44a3c-2d94-11e7-996a-ccfb701a0684.png]]

Emacs Lisp [[https://cloud.githubusercontent.com/assets/19060/25566379/b9c410da-2d94-11e7-8498-521b4035c2bf.png][https://cloud.githubusercontent.com/assets/19060/25566379/b9c410da-2d94-11e7-8498-521b4035c2bf.png]]

Haskell [[https://cloud.githubusercontent.com/assets/19060/25566382/b9c99eec-2d94-11e7-9ced-49a33d0d149d.png][https://cloud.githubusercontent.com/assets/19060/25566382/b9c99eec-2d94-11e7-9ced-49a33d0d149d.png]]

Gnus [[https://cloud.githubusercontent.com/assets/19060/25566381/b9c77a0e-2d94-11e7-9051-1875ccdb0136.png][https://cloud.githubusercontent.com/assets/19060/25566381/b9c77a0e-2d94-11e7-9051-1875ccdb0136.png]]

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