Skip to content

Commit 477da9c

Browse files
committed
changes after running package-lint and flycheck-package
1 parent a4c081e commit 477da9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zeno-theme for [Emacs](https://www.gnu.org/software/emacs/)
22

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/).
44
> Inspired by Dracula themes
55
66
## Screenshots

zeno-theme.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; zeno-theme.el --- A dark theme with vibrant colors
1+
;;; zeno-theme.el --- A dark theme using different shades of blue
22

33
;; Copyright (C) 2017 Bharat Joshi
44

@@ -28,20 +28,20 @@
2828

2929
;;; Commentary:
3030

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
3232
;; Inspired by Dracula-theme
3333

3434
;;; Code:
3535

3636
(deftheme zeno
37-
"A dark theme with vibrant colors")
37+
"A dark theme using different shades of blue")
3838

3939
(defgroup zeno-theme nil
4040
"Zeno-theme options."
4141
:group 'faces)
4242

4343
(defcustom zeno-theme-enable-italics nil
44-
"Enable italics for functions, comments, directories"
44+
"Enable italics for functions, comments, directories."
4545
:type 'boolean
4646
:group 'zeno-theme)
4747

@@ -182,7 +182,7 @@
182182
`(rainbow-delimiters-depth-1-face ((t (:inherit outline-1))))
183183
`(rainbow-delimiters-depth-2-face ((t (:inherit outline-2))))
184184
`(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))))
186186
`(rainbow-delimiters-depth-5-face ((t (:inherit outline-5))))
187187
`(rainbow-delimiters-depth-6-face ((t (:inherit outline-6))))
188188
`(rainbow-delimiters-depth-7-face ((t (:inherit outline-7))))

0 commit comments

Comments
 (0)