File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Zeno-theme for [ Emacs] ( https://www.gnu.org/software/emacs/ )
2
2
3
- > A dark opinionated theme with vibrant colors for [ Emacs] ( https://www.gnu.org/software/emacs/ ) .
3
+ > A dark theme using different shades of blue for [ Emacs] ( https://www.gnu.org/software/emacs/ ) .
4
4
> Inspired by Dracula themes
5
5
6
6
## Screenshots
Original file line number Diff line number Diff line change 1
- ; ;; zeno-theme.el --- A dark theme with vibrant colors
1
+ ; ;; zeno-theme.el --- A dark theme using different shades of blue
2
2
3
3
; ; Copyright (C) 2017 Bharat Joshi
4
4
28
28
29
29
; ;; Commentary:
30
30
31
- ; ; Bright colors over dark background with option to enable italics
31
+ ; ; A dark theme using different shades of blue with option to enable italics
32
32
; ; Inspired by Dracula-theme
33
33
34
34
; ;; Code:
35
35
36
36
(deftheme zeno
37
- " A dark theme with vibrant colors " )
37
+ " A dark theme using different shades of blue " )
38
38
39
39
(defgroup zeno-theme nil
40
40
" Zeno-theme options."
41
41
:group 'faces )
42
42
43
43
(defcustom zeno-theme-enable-italics nil
44
- " Enable italics for functions, comments, directories"
44
+ " Enable italics for functions, comments, directories. "
45
45
:type 'boolean
46
46
:group 'zeno-theme )
47
47
182
182
`(rainbow-delimiters-depth-1-face ((t (:inherit outline-1 ))))
183
183
`(rainbow-delimiters-depth-2-face ((t (:inherit outline-2 ))))
184
184
`(rainbow-delimiters-depth-3-face ((t (:inherit outline-3 ))))
185
- `(rainbow-delimiters-depth-4-face ((t (:inherit outline-4 ))))
185
+ `(rainbow-delimiters-depth-4-face ((t (:inherit outline-4 ))))
186
186
`(rainbow-delimiters-depth-5-face ((t (:inherit outline-5 ))))
187
187
`(rainbow-delimiters-depth-6-face ((t (:inherit outline-6 ))))
188
188
`(rainbow-delimiters-depth-7-face ((t (:inherit outline-7 ))))
You can’t perform that action at this time.
0 commit comments