commit 3b1246b8e48200d5eed0dc39da2d8a8e8d5b3b8c
parent 05bca42868b911c63b7b1e268a5358480bbec47e
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Sat, 7 Dec 2019 20:14:24 -0500
emacs: config changes
Former-commit-id: ce8cbaf1e69688ff0335bded650adfd9212e6abf
Diffstat:
2 files changed, 54 insertions(+), 8 deletions(-)
diff --git a/emacs/emacs b/emacs/emacs
@@ -130,16 +130,12 @@ There are two things you can do about this warning:
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(ansi-color-names-vector
- ["#242424" "#e5786d" "#95e454" "#cae682" "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"])
'(blink-cursor-mode t)
'(blink-matching-paren t)
- '(custom-enabled-themes (quote (cyberpunk)))
+ '(custom-enabled-themes (quote (cyberpunk spacemacs-light)))
'(custom-safe-themes
(quote
- ("eb5c69951164b0768bc281a5dfca5fc02b02f65e1ca92c0636ae5e773e9d7704" "729f738270eaf44363409cf5870a822eafcb9bc4ac4d2c4c9e088b7a68cf4e7a" "bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "fa2b58bb98b62c3b8cf3b6f02f058ef7827a8e497125de0254f56e373abee088" "30289fa8d502f71a392f40a0941a83842152a68c54ad69e0638ef52f04777a4c" "1a232652b04b68380b1cff7ceeb62787b4eb43df826a97c67831c50b0c0d1451" "3fd57a3dc99eb0e2ec438555cf801572f649c79513d3a8da7980ab54cf66121b" default)))
- '(fci-rule-color "#383838")
- ("bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "fa2b58bb98b62c3b8cf3b6f02f058ef7827a8e497125de0254f56e373abee088" "30289fa8d502f71a392f40a0941a83842152a68c54ad69e0638ef52f04777a4c" "1a232652b04b68380b1cff7ceeb62787b4eb43df826a97c67831c50b0c0d1451" "3fd57a3dc99eb0e2ec438555cf801572f649c79513d3a8da7980ab54cf66121b" default)))
+ ("7238a72b7ad187001482aa5d803a83df542b9f90aa544b48fdd939672c483680" "bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "3fd57a3dc99eb0e2ec438555cf801572f649c79513d3a8da7980ab54cf66121b" "eb5c69951164b0768bc281a5dfca5fc02b02f65e1ca92c0636ae5e773e9d7704" "fa2b58bb98b62c3b8cf3b6f02f058ef7827a8e497125de0254f56e373abee088" default)))
'(hl-todo-keyword-faces
(quote
(("TODO" . "#dc752f")
@@ -217,7 +213,7 @@ There are two things you can do about this warning:
'(package-check-signature nil)
'(package-selected-packages
(quote
- (htmlize expand-region org-bullets undo-tree helm exec-path-from-shell haskell-mode 2048-game spacemacs-theme magit plan9-theme sml-mode rainbow-mode)))
+ (chess htmlize expand-region org-bullets undo-tree helm exec-path-from-shell haskell-mode 2048-game spacemacs-theme magit plan9-theme sml-mode rainbow-mode)))
'(pdf-view-midnight-colors (quote ("#655370" . "#fbf8ef")))
'(tool-bar-mode nil)
'(tooltip-mode nil)
@@ -229,7 +225,6 @@ There are two things you can do about this warning:
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(menu ((t (:background "red" :inverse-video nil :slant italic))))
'(org-code ((t (:foreground "#21b8c7" :height 1.2 :family "Courier"))))
'(tty-menu-disabled-face ((t (:background "color-238" :foreground "color-16"))))
'(tty-menu-enabled-face ((t (:background "red" :foreground "white" :weight bold))))
diff --git a/emacs/emacs.d/themes/cyberpunk-theme.el b/emacs/emacs.d/themes/cyberpunk-theme.el
@@ -139,6 +139,57 @@
`(compilation-line-number ((,class (:foreground ,cyberpunk-yellow))))
`(compilation-message-face ((,class (:foreground ,cyberpunk-blue))))
`(compilation-warning-face ((,class (:foreground ,cyberpunk-yellow-1 :weight bold :underline t))))
+
+ ;;;;; dired
+ `(dired-directory ((,class (:foreground ,cyberpunk-fg :background ,cyberpunk-bg-1))))
+ `(dired-flagged ((,class (:foreground ,cyberpunk-red))))
+ `(dired-header ((,class (:foreground ,cyberpunk-pink :inherit bold))))
+ `(dired-ignored ((,class (:inherit shadow))))
+ `(dired-mark ((,class (:foreground ,cyberpunk-pink :inherit bold))))
+ `(dired-marked ((,class (:foreground ,cyberpunk-magenta :inherit bold))))
+ `(dired-perm-write ((,class (:foreground ,cyberpunk-gray :underline t))))
+ `(dired-symlink ((,class (:foreground ,cyberpunk-cyan :background ,cyberpunk-bg-1 :inherit bold))))
+ `(dired-warning ((,class (:foreground ,cyberpunk-orange-1))))
+
+ ;;;;; helm
+ `(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
+ `(helm-bookmark-file ((,class (:foreground ,cyberpunk-fg))))
+ `(helm-bookmark-gnus ((,class (:foreground ,cyberpunk-pink-2))))
+ `(helm-bookmark-info ((,class (:foreground ,cyberpunk-pink-2))))
+ `(helm-bookmark-man ((,class (:foreground ,cyberpunk-pink-2))))
+ `(helm-bookmark-w3m ((,class (:foreground ,cyberpunk-pink-2))))
+ `(helm-buffer-directory ((,class (:foreground ,cyberpunk-gray :background ,cyberpunk-gray-6))))
+ `(helm-buffer-file ((,class (:foreground ,cyberpunk-gray :background ,cyberpunk-gray-6))))
+ `(helm-buffer-not-saved ((,class (:foreground ,cyberpunk-pink-2 :background ,cyberpunk-gray-6))))
+ `(helm-buffer-process ((,class (:foreground ,cyberpunk-blue-8 :background ,cyberpunk-gray-6))))
+ `(helm-buffer-saved-out ((,class (:foreground ,cyberpunk-gray :background ,cyberpunk-gray-6))))
+ `(helm-buffer-size ((,class (:foreground ,cyberpunk-gray :background ,cyberpunk-gray-6))))
+ `(helm-candidate-number ((,class (:background ,cyberpunk-gray-6 :foreground ,cyberpunk-blue-8 :inherit bold))))
+ `(helm-ff-directory ((,class (:foreground ,cyberpunk-blue-8 :background ,cyberpunk-gray-6 :inherit bold))))
+ `(helm-ff-dotted-directory ((,class (:foreground ,cyberpunk-blue-8 :background ,cyberpunk-gray-6 :inherit bold))))
+ `(helm-ff-dotted-symlink-directory ((,class (:foreground ,cyberpunk-cyan :background ,cyberpunk-gray-6 :inherit bold))))
+ `(helm-ff-executable ((,class (:foreground ,cyberpunk-green+1 :background ,cyberpunk-gray-6 :weight normal))))
+ `(helm-ff-file ((,class (:foreground ,cyberpunk-gray :background ,cyberpunk-gray-6 :weight normal))))
+ `(helm-ff-invalid-symlink ((,class (:foreground ,cyberpunk-red :background ,cyberpunk-gray-6 :inherit bold))))
+ `(helm-ff-prefix ((,class (:foreground ,cyberpunk-gray-6 :background ,cyberpunk-blue-8 :weight normal))))
+ `(helm-ff-symlink ((,class (:foreground ,cyberpunk-cyan :background ,cyberpunk-gray-6 :inherit bold))))
+ `(helm-grep-cmd-line ((,class (:foreground ,cyberpunk-gray :background ,cyberpunk-gray-6))))
+ `(helm-grep-file ((,class (:foreground ,cyberpunk-gray :background ,cyberpunk-gray-6))))
+ `(helm-grep-finish ((,class (:foreground ,cyberpunk-gray :background ,cyberpunk-gray-6))))
+ `(helm-grep-lineno ((,class (:foreground ,cyberpunk-pink :background ,cyberpunk-gray-6 :inherit bold))))
+ `(helm-grep-match ((,class (:foreground nil :background nil :inherit helm-match))))
+ `(helm-header ((,class (:foreground ,cyberpunk-gray :background ,cyberpunk-gray-6 :underline nil :box nil))))
+ `(helm-header-line-left-margin ((,class (:foreground ,cyberpunk-blue-8 :background ,nil))))
+ `(helm-match ((,class (:background ,cyberpunk-gray-5 :foreground ,cyberpunk-blue-5))))
+ `(helm-match-item ((,class (:background ,cyberpunk-gray-5 :foreground ,cyberpunk-blue-5))))
+ `(helm-moccur-buffer ((,class (:foreground ,cyberpunk-blue-2 :background ,cyberpunk-gray-6))))
+ `(helm-selection ((,class (:background ,cyberpunk-gray-7))))
+ `(helm-selection-line ((,class (:background ,cyberpunk-gray-8))))
+ `(helm-separator ((,class (:foreground ,cyberpunk-pink-2 :background ,cyberpunk-gray-6))))
+ `(helm-source-header ((,class (:background ,cyberpunk-pink-2 :foreground ,cyberpunk-gray-6 :inherit bold))))
+ `(helm-time-zone-current ((,class (:foreground ,cyberpunk-blue-8 :background ,cyberpunk-gray-6))))
+ `(helm-time-zone-home ((,class (:foreground ,cyberpunk-pink-2 :background ,cyberpunk-gray-6))))
+ `(helm-visible-mark ((,class (:foreground ,cyberpunk-blue-8 :background ,cyberpunk-black-2))))
;;; grep
`(grep-context-face ((,class (:foreground ,cyberpunk-black :background ,cyberpunk-pink-1))))