Skip to content

Commit

Permalink
Fix le derpity derp
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed May 29, 2016
1 parent de56075 commit dd0955e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions doom-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
(require 'doom)

(deftheme doom-dark
"A dark theme inspired by molokai"
(let (doom-enable-bright-buffers)
(doom-init)))
"A dark theme inspired by molokai")

(let (doom-enable-bright-buffers)
(doom-init))

(let ((c '((class color) (min-colors 89)))
(bold doom-enable-bold)
Expand Down
5 changes: 3 additions & 2 deletions doom-one-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
(require 'doom)

(deftheme doom-one
"A dark theme inspired by Atom One Dark"
(doom-init))
"A dark theme inspired by Atom One Dark")

(doom-init)

(let ((c '((class color) (min-colors 89)))
(bold doom-enable-bold)
Expand Down

0 comments on commit dd0955e

Please sign in to comment.