File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,20 @@ Starlit customizes your Emacs to be deep blue with bright colors from a starlit
15
15
16
16
## Installation
17
17
18
+ ### Doom Emacs
19
+
20
+ in ` packages.el ` : ` (package! starlit-theme) `
21
+
22
+ in your config:
23
+ ``` elisp
24
+ (setq doom-theme 'starlit)
25
+ ```
26
+
18
27
### Spacemacs
19
28
20
29
Spacemacs automatically uses and installs ` starlit ` when you add it to the theme list:
21
30
22
- ``` lisp
31
+ ``` elisp
23
32
;; within your dotspacemacs/init function, set:
24
33
dotspacemacs-themes '(starlit
25
34
...other themes)
@@ -37,7 +46,7 @@ M-x package-install starlit-theme
37
46
38
47
To load the theme on Emacs startup:
39
48
40
- ``` lisp
49
+ ``` elisp
41
50
(load-theme 'starlit t)
42
51
```
43
52
@@ -50,7 +59,7 @@ This path then needs to be loaded within your emacs config:
50
59
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/starlit-emacs")
51
60
```
52
61
53
- Alternatively, this snippet discovers all theme directories in ` ~/.emacs.d/themes/ ` :
62
+ Alternatively, use this snippet to discover all theme directories in ` ~/.emacs.d/themes/ ` :
54
63
55
64
``` elisp
56
65
(let ((basedir (locate-user-emacs-file "themes/")))
@@ -122,7 +131,7 @@ Everyone who contributed is likely listed [here](https://github.com/SFTtech/star
122
131
## Contact
123
132
124
133
If you have questions, suggestions, encounter any problem,
125
- please join our [ Matrix] ( https://matrix.org ) channel and ask!
134
+ please join our [ Matrix] ( https://matrix.to/#/#sfttech:matrix. org ) channel and ask!
126
135
127
136
```
128
137
#sfttech:matrix.org
Original file line number Diff line number Diff line change 1
1
; ;; starlit-theme.el --- Deep blue dark theme with bright colors from the starlit sky -*- lexical-binding : t -*-
2
2
3
- ; ; Copyright (C) 2022-2023
3
+ ; ; Copyright (C) 2022-2024
4
4
5
5
; ; Author: Jonas Jelten <jj@sft.lol>
6
6
; ; Keywords: faces
You can’t perform that action at this time.
0 commit comments