File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ To install `tomorrow-night-deepblue-theme` from MELPA:
34
34
:config
35
35
;; Disable all themes and load the Tomorrow Night Deep Blue theme
36
36
(mapc #'disable-theme custom-enabled-themes)
37
+ ;; Load the tomorrow-night-deepblue theme
37
38
(load-theme 'tomorrow-night-deepblue t))
38
39
```
39
40
Original file line number Diff line number Diff line change 34
34
; ; distinguish between different elements of your code. The
35
35
; ; tomorrow-night-deepblue theme is also a great choice for programmer who miss
36
36
; ; 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
+ ; ;
37
59
38
60
; ;; Code:
39
61
You can’t perform that action at this time.
0 commit comments