]> git.earman.xyz Git - emacsinit.git/commitdiff
Go back to eng-paper colorscheme
authorrearman <rearman@r717.net>
Fri, 17 Feb 2023 21:16:13 +0000 (16:16 -0500)
committerrearman <rearman@r717.net>
Fri, 17 Feb 2023 21:16:13 +0000 (16:16 -0500)
Keeping acme-theme in package-config.el in case I ever want to go back to it.

init.el
package-config.el
setq-defaults.el

diff --git a/init.el b/init.el
index 5ef104d1ed521a5613f08851d0451e7137c3854d..7cb8dcf7a433a4192053373ecff9591ce8a9f15c 100644 (file)
--- a/init.el
+++ b/init.el
@@ -48,4 +48,6 @@
  ;; 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.
+ '(mode-line ((t (:foreground "black" :background "gray"))))
+ '(mode-line-inactive ((t (:foreground "black" :background "#cae0a6"))))
  )
index c9618945bebe69d0231237eea0bf4a2556caeaa5..cf932314d813feb292cfead4a1221b709494c848 100644 (file)
@@ -51,9 +51,9 @@
   :ensure t)
 
 (use-package acme-theme
-  :ensure t
-  :config
-  (load-theme 'acme t))
+  :ensure t)
+  ;;:config
+  ;;(load-theme 'acme t))
 
 (unless (eq system-type 'windows-nt)
   (use-package slime :ensure t)
index 26d2ef535ec67a6a037a385b7eecf860a6ac51eb..8cdedf76804a48b6f5c79110ba3e5b11951c7868 100644 (file)
@@ -41,7 +41,7 @@
 (global-display-line-numbers-mode t)
 (set-face-background 'show-paren-match nil)
 (set-face-underline 'show-paren-match t)
-;;(add-to-list 'default-frame-alist '(background-color . "#cae0a6"))
+(add-to-list 'default-frame-alist '(background-color . "#cae0a6"))
 
 (unless (display-graphic-p)
   (xterm-mouse-mode 1))