pkg update and first config fix

org-brain not working, add org-roam
This commit is contained in:
2022-12-19 23:02:34 +01:00
parent 02b3e07185
commit 82f05baffe
885 changed files with 356098 additions and 36993 deletions

View File

@@ -5,7 +5,7 @@
;; Author: Nasser Alshammari
;; URL: <https://github.com/nashamri/spacemacs-theme>
;;
;; Version: 0.1
;; Version: 0.2
;; Keywords: color, theme
;; Package-Requires: ((emacs "24"))
@@ -222,6 +222,16 @@ to 'auto, tags may not be properly aligned. "
`(ahs-plugin-default-face ((,class (:background ,highlight))))
`(ahs-plugin-default-face-unfocused ((,class (:background ,highlight))))
;;;;; ansi-color
`(ansi-color-black ((,class (:background ,bg4 :foreground ,bg4))))
`(ansi-color-red ((,class (:background ,red :foreground ,red))))
`(ansi-color-green ((,class (:background ,green :foreground ,green))))
`(ansi-color-yellow ((,class (:background ,yellow :foreground ,yellow))))
`(ansi-color-blue ((,class (:background ,blue :foreground ,blue))))
`(ansi-color-magenta ((,class (:background ,magenta :foreground ,magenta))))
`(ansi-color-cyan ((,class (:background ,cyan :foreground ,cyan))))
`(ansi-color-gray ((,class (:background ,base :foreground ,base))))
;;;;; anzu-mode
`(anzu-mode-line ((,class (:foreground ,yellow :inherit bold))))
@@ -269,6 +279,7 @@ to 'auto, tags may not be properly aligned. "
;;;;; cider
`(cider-enlightened ((,class (:background nil :box (:color ,yellow :line-width -1 :style nil) :foreground ,yellow))))
`(cider-enlightened-local ((,class (:foreground ,yellow))))
`(cider-fringe-good-face ((,class (:foreground ,suc))))
`(cider-instrumented-face ((,class (:background nil :box (:color ,red :line-width -1 :style nil) :foreground ,red))))
`(cider-result-overlay-face ((,class (:background nil :box (:color ,blue :line-width -1 :style nil) :foreground ,blue))))
`(cider-test-error-face ((,class (:background ,war :foreground ,bg1))))
@@ -876,7 +887,7 @@ to 'auto, tags may not be properly aligned. "
;;;;; solaire
`(solaire-default-face ((,class (:inherit default :background ,bg2))))
`(solaire-minibuffer-face ((,class (:inherit default :background ,bg2))))
`(solaire-hl-line-face ((,class (:inherit hl-line :background ,bg2))))
`(solaire-hl-line-face ((,class (:inherit hl-line :background ,bg1))))
`(solaire-org-hide-face ((,class (:inherit org-hide :background ,bg2))))
;;;;; spaceline
@@ -944,9 +955,13 @@ to 'auto, tags may not be properly aligned. "
;;;;; tab-bar-mode
`(tab-bar ((,class (:foreground ,base :background ,bg1))))
`(tab-bar-tab ((,class (:foreground ,base :background ,bg1 :weight bold))))
`(tab-line ((,class (:foreground ,base :background ,bg1))))
`(tab-bar-tab-inactive ((,class (:foreground ,base-dim :background ,bg2 :weight light))))
;;;;; tab-line-mode
`(tab-line ((,class (:foreground ,base :background ,bg1))))
`(tab-line-tab-current ((,class (:foreground ,base :background ,bg1 :weight bold))))
`(tab-line-tab-inactive ((,class (:foreground ,base-dim :background ,bg2 :weight light))))
;;;;; web-mode
`(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
`(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))
@@ -1012,7 +1027,7 @@ to 'auto, tags may not be properly aligned. "
(custom-theme-set-variables
theme-name
;;;;; ansi-color-names
;;;;; ansi-color-names (Obsolete since Emacs 28.1)
`(ansi-color-names-vector [,bg4 ,red ,green ,yellow ,blue ,magenta ,cyan ,base])
;;;;; hl-todo

View File

@@ -1,4 +1,4 @@
(define-package "spacemacs-theme" "20210924.1220" "Color theme with a dark and light versions" 'nil :commit "e5ed346b9c31f0b43eb359614efd9aa439e1d18d")
(define-package "spacemacs-theme" "20221103.1406" "Color theme with a dark and light versions" 'nil :commit "1ec73d68b0f120f92538d9a329a3a46e32f74510")
;; Local Variables:
;; no-byte-compile: t
;; End: