Improve consistenct of comments
This commit is contained in:
parent
d8511b1cba
commit
2a0e51c7cb
@ -4,7 +4,7 @@
|
|||||||
;; Homepage: https://gitlab.com/jessieh/mood-adwaita-theme
|
;; Homepage: https://gitlab.com/jessieh/mood-adwaita-theme
|
||||||
;; Keywords: mode-line faces
|
;; Keywords: mode-line faces
|
||||||
;; Version: 1.0.0
|
;; Version: 1.0.0
|
||||||
;; Package-Requires: ((emacs "24.4"))
|
;; Package-Requires: ((emacs "27.1"))
|
||||||
|
|
||||||
;; This file is not part of GNU Emacs.
|
;; This file is not part of GNU Emacs.
|
||||||
|
|
||||||
@ -15,6 +15,7 @@
|
|||||||
;;
|
;;
|
||||||
;; Features offered:
|
;; Features offered:
|
||||||
;; * Beautiful dark color scheme inspired by Adwaita
|
;; * Beautiful dark color scheme inspired by Adwaita
|
||||||
|
;; * Automatic 256-color mode support
|
||||||
;; * Custom fringe bitmaps for line continuations, visual-line-mode, diff-hl, flycheck, and flymake
|
;; * Custom fringe bitmaps for line continuations, visual-line-mode, diff-hl, flycheck, and flymake
|
||||||
;; * Custom configuration for neotree
|
;; * Custom configuration for neotree
|
||||||
;; * Lightweight with no dependencies
|
;; * Lightweight with no dependencies
|
||||||
@ -53,13 +54,6 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
;;
|
|
||||||
;; Theme definition
|
|
||||||
;;
|
|
||||||
|
|
||||||
(deftheme mood-adwaita
|
|
||||||
"A dark color scheme inspired by the libadwaita colors.")
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Helper functions
|
;; Helper functions
|
||||||
;;
|
;;
|
||||||
@ -71,11 +65,18 @@
|
|||||||
(>= (tty-display-color-cells) 16777216)))
|
(>= (tty-display-color-cells) 16777216)))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Color definitions
|
;; Theme definition
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
(deftheme mood-adwaita
|
||||||
|
"A dark color scheme inspired by the libadwaita colors.")
|
||||||
|
|
||||||
(let ((class '((class color) (min-colors 256)))
|
(let ((class '((class color) (min-colors 256)))
|
||||||
|
|
||||||
|
;; =====================
|
||||||
|
;; -- Theme variables --
|
||||||
|
;; =====================
|
||||||
|
|
||||||
;; Layout/Sizing
|
;; Layout/Sizing
|
||||||
(mode-line-padding 10)
|
(mode-line-padding 10)
|
||||||
|
|
||||||
@ -113,6 +114,10 @@
|
|||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'mood-adwaita
|
'mood-adwaita
|
||||||
|
|
||||||
|
;; ================
|
||||||
|
;; -- Core faces --
|
||||||
|
;; ================
|
||||||
|
|
||||||
;; default face
|
;; default face
|
||||||
`(default ((,class (:background ,bg :foreground ,fg))))
|
`(default ((,class (:background ,bg :foreground ,fg))))
|
||||||
|
|
||||||
@ -166,7 +171,7 @@
|
|||||||
`(header-line ((,class (:inherit 'mode-line-inactive))))
|
`(header-line ((,class (:inherit 'mode-line-inactive))))
|
||||||
|
|
||||||
;; ===============================
|
;; ===============================
|
||||||
;; -- built-in packages/plugins --
|
;; -- Built-in packages/plugins --
|
||||||
;; ===============================
|
;; ===============================
|
||||||
|
|
||||||
;; ansi-colors
|
;; ansi-colors
|
||||||
@ -400,7 +405,7 @@
|
|||||||
`(window-divider-last-pixel ((,class (:inherit 'window-divider))))
|
`(window-divider-last-pixel ((,class (:inherit 'window-divider))))
|
||||||
|
|
||||||
;; ===============================
|
;; ===============================
|
||||||
;; -- external packages/plugins --
|
;; -- External packages/plugins --
|
||||||
;; ===============================
|
;; ===============================
|
||||||
|
|
||||||
;; anzu
|
;; anzu
|
||||||
|
Loading…
Reference in New Issue
Block a user