]> git.earman.xyz Git - emacsinit.git/commitdiff
Change to acme-theme
authorrearman <rearman@r717.net>
Tue, 31 Jan 2023 22:13:54 +0000 (17:13 -0500)
committerrearman <rearman@r717.net>
Tue, 31 Jan 2023 22:13:54 +0000 (17:13 -0500)
init.el
package-config.el
setq-defaults.el

diff --git a/init.el b/init.el
index 5de0ec5b41f01ce5dc065c4db021be24b68b3ba3..5ef104d1ed521a5613f08851d0451e7137c3854d 100644 (file)
--- a/init.el
+++ b/init.el
      ("account" "%(binary) -f %(ledger-file) reg %(account)")))
  '(minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt))
  '(package-selected-packages
-   '(ledger-mode s openwith gnuplot-mode magit expand-region company use-package)))
+   '(acme-theme ledger-mode s openwith gnuplot-mode magit expand-region company use-package)))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; 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 3a32e4efb6b4d195315c1831309e3081b443c59d..c9618945bebe69d0231237eea0bf4a2556caeaa5 100644 (file)
 (use-package dash
   :ensure t)
 
+(use-package acme-theme
+  :ensure t
+  :config
+  (load-theme 'acme t))
+
 (unless (eq system-type 'windows-nt)
   (use-package slime :ensure t)
   (use-package ledger-mode :ensure t))
index 9e56b6de591a395d6368d3862f6aa3a9fac28699..1ea5dc5b569a7b89af91e1f219e95f3e5b99ec62 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))