Skip to content

Commit a6f73ee

Browse files
committed
Update header
1 parent 5362c82 commit a6f73ee

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ To install `tomorrow-night-deepblue-theme` from MELPA:
3434
:config
3535
;; Disable all themes and load the Tomorrow Night Deep Blue theme
3636
(mapc #'disable-theme custom-enabled-themes)
37+
;; Load the tomorrow-night-deepblue theme
3738
(load-theme 'tomorrow-night-deepblue t))
3839
```
3940

tomorrow-night-deepblue-theme.el

+22
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,28 @@
3434
;; distinguish between different elements of your code. The
3535
;; tomorrow-night-deepblue theme is also a great choice for programmer who miss
3636
;; the blue themes that were trendy a few years ago.
37+
;;
38+
;; The theme was inspired by classic text editors such as QuickBASIC, RHIDE, and
39+
;; Turbo Pascal, as well as tools such as Midnight Commander which featured blue
40+
;; backgrounds by default. There's something special about the early days of
41+
;; programming and the tools we used that brings back fond memories.
42+
;;
43+
;; Installation:
44+
;; -------------
45+
;; To install `tomorrow-night-deepblue-theme` from MELPA:
46+
;;
47+
;; (use-package tomorrow-night-deepblue-theme
48+
;; :ensure t
49+
;; :config
50+
;; ;; Disable all themes and load the Tomorrow Night Deep Blue theme
51+
;; (mapc #'disable-theme custom-enabled-themes)
52+
;; ;; Load the tomorrow-night-deepblue theme
53+
;; (load-theme 'tomorrow-night-deepblue t))
54+
;;
55+
;; Links:
56+
;; ------
57+
;; - GitHub: https://github.com/jamescherti/tomorrow-night-deepblue-theme.el
58+
;;
3759

3860
;;; Code:
3961

0 commit comments

Comments
 (0)