mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
use tomorrow-night-bright theme in text/console mode
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
;; Load Theme
|
||||
(if window-system
|
||||
(require 'birds-of-paradise-plus-theme))
|
||||
(require 'birds-of-paradise-plus-theme)
|
||||
(color-theme-tomorrow-night-bright))
|
||||
|
||||
;; Disable toolbar
|
||||
(tool-bar-mode -1)
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
(append
|
||||
'(autopair
|
||||
coffee-mode
|
||||
color-theme-tomorrow
|
||||
egg
|
||||
elscreen
|
||||
full-ack
|
||||
|
||||
Reference in New Issue
Block a user