Giter Club home page Giter Club logo

emacs-doom-theme's Introduction

MIT MELPA MELPA Stable

doom-themes

DOOM Themes is an opinionated UI plugin and pack of themes extracted from my emacs.d, inspired by the One Dark/Light UI and syntax themes in Atom.

See the screenshots.

Notes:

  • Uses face-remapping-alist, which won't work in terminal emacs (but fails gracefully).
  • Tested mainly on Emacs 25.1+

Features

  • An assortment of color schemes (feel free to request or contribute more)

Optional features:

  • Dimming of non-file buffers to visually distinguish file buffers from temporary or special buffers.
  • A neotree icon theme that follows after Atom's file drawer. This requires the fonts in all-the-icons to be installed.
  • Highlighting of the current line number (requires nlinum and hl-line-mode).
  • (soon) A mode-line config. Until this is added, check out my mode-line configuration in my emacs.d.

Currently available colorschemes:

  • doom-one: inspired by Atom One Dark
  • doom-vibrant: a more vibrant take on doom-one
  • doom-molokai: based on molokai
  • doom-tomorrow-night: Chris Kempson's Tomorrow Night (dark)

Soon to come:

Installation

M-x package-install RET doom-themes

A comprehensive configuration example:

(require 'doom-themes)

;;; Settings (defaults)
(setq doom-themes-enable-bold t    ; if nil, bold is universally disabled
      doom-themes-enable-italic t  ; if nil, italics is universally disabled

      ;; doom-one specific settings
      doom-one-brighter-modeline nil
      doom-one-brighter-comments nil)

;; Load the theme (doom-one, doom-dark, etc.)
(load-theme 'doom-one t)

;;; OPTIONAL
;; brighter source buffers (that represent files)
(add-hook 'find-file-hook #'doom-buffer-mode-maybe)
;; ...if you use auto-revert-mode
(add-hook 'after-revert-hook #'doom-buffer-mode-maybe)
;; And you can brighten other buffers (unconditionally) with:
(add-hook 'ediff-prepare-buffer-hook #'doom-buffer-mode)

;; brighter minibuffer when active
(add-hook 'minibuffer-setup-hook #'doom-brighten-minibuffer)

;; Enable custom neotree theme
(doom-themes-neotree-config)  ; all-the-icons fonts must be installed!

;; Enable nlinum line highlighting
(doom-themes-nlinum-config)   ; requires nlinum and hl-line-mode

Check the wiki for details on customizing doom-themes.

Contributing

Contributions in the way of bug fixes, additional themes, plugin support requests or code reviews are welcome and encouraged.

Don't hesitate to report bugs and request features!

emacs-doom-theme's People

Contributors

bigardone avatar cocreature avatar elektronaut avatar gilbertw1 avatar hlissner avatar jupl avatar justbur avatar kwrooijen avatar mdbenito avatar peterhadlaw avatar ppiotrowicz avatar rakanalh avatar syohex avatar

Stargazers

 avatar  avatar

Watchers

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