Revision | 89ef04949beb6f9572239e41896c189ef289b5ac (tree) |
---|---|
Time | 2021-01-14 08:29:53 |
Author | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I am playing a bit with the themes.
@@ -503,7 +503,7 @@ | ||
503 | 503 | '(comint-scroll-to-bottom-on-input t) |
504 | 504 | '(custom-safe-themes |
505 | 505 | (quote |
506 | - ("a0feb1322de9e26a4d209d1cfa236deaf64662bb604fa513cca6a057ddf0ef64" "8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" "7cffb57df77c86686ca7f0486af3feb60d6502dd990fa4085245454bd2a77b04" "d677ef584c6dfc0697901a44b885cc18e206f05114c8a3b7fde674fce6180879" "8757381d23f0933ba03b350ed7fc225f2b2cef0e7bbaaa642105e3e346c1bf80" default))) | |
506 | + ("04dd0236a367865e591927a3810f178e8d33c372ad5bfef48b5ce90d4b476481" "a0feb1322de9e26a4d209d1cfa236deaf64662bb604fa513cca6a057ddf0ef64" "8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" "7cffb57df77c86686ca7f0486af3feb60d6502dd990fa4085245454bd2a77b04" "d677ef584c6dfc0697901a44b885cc18e206f05114c8a3b7fde674fce6180879" "8757381d23f0933ba03b350ed7fc225f2b2cef0e7bbaaa642105e3e346c1bf80" default))) | |
507 | 507 | '(display-time-24hr-format t) |
508 | 508 | '(ecb-directories-menu-user-extension-function (quote ignore)) |
509 | 509 | '(ecb-display-image-icons-for-semantic-tags t) |
@@ -582,7 +582,7 @@ | ||
582 | 582 | '(ibuffer-truncate-lines nil t) |
583 | 583 | '(package-selected-packages |
584 | 584 | (quote |
585 | - (smartparens evil-smartparens tabbar session pod-mode muttrc-mode mutt-alias markdown-mode initsplit htmlize graphviz-dot-mode folding ess eproject diminish csv-mode browse-kill-ring boxquote bm bar-cursor apache-mode))) | |
585 | + (gruvbox-theme monokai-pro-theme alect-themes afternoon-theme rainbow-delimiters smartparens evil-smartparens tabbar session pod-mode muttrc-mode mutt-alias markdown-mode initsplit htmlize graphviz-dot-mode folding ess eproject diminish csv-mode browse-kill-ring boxquote bm bar-cursor apache-mode))) | |
586 | 586 | '(quote (ecb-sources-menu-user-extension-function (quote ignore))) |
587 | 587 | '(safe-local-variable-values |
588 | 588 | (quote |
@@ -599,8 +599,7 @@ | ||
599 | 599 | (border-width . 0) |
600 | 600 | (menu-bar-lines . 0) |
601 | 601 | (tool-bar-lines . 0) |
602 | - (unsplittable . t) | |
603 | - (set-background-color "black")))) | |
602 | + (unsplittable . t)))) | |
604 | 603 | '(w3m-default-display-inline-images t) |
605 | 604 | '(w3m-display-inline-image t) |
606 | 605 | '(w3m-home-page "about:") |
@@ -4784,12 +4783,24 @@ | ||
4784 | 4783 | |
4785 | 4784 | ;; (provide-theme 'zenburn) |
4786 | 4785 | |
4786 | + | |
4787 | + | |
4788 | +;; I will now change this into a comment | |
4789 | + | |
4787 | 4790 | (custom-set-faces |
4788 | 4791 | ;; custom-set-faces was added by Custom. |
4789 | 4792 | ;; If you edit it by hand, you could mess it up, so be careful. |
4790 | 4793 | ;; Your init file should contain only one such instance. |
4791 | 4794 | ;; If there is more than one, they won't work right. |
4792 | - ) | |
4795 | + '(rainbow-delimiters-depth-1-face ((t (:foreground "red" :height 2.0)))) | |
4796 | + '(rainbow-delimiters-depth-2-face ((t (:foreground "orange" :height 1.8)))) | |
4797 | + '(rainbow-delimiters-depth-3-face ((t (:foreground "yellow" :height 1.6)))) | |
4798 | + '(rainbow-delimiters-depth-4-face ((t (:foreground "green" :height 1.4)))) | |
4799 | + '(rainbow-delimiters-depth-5-face ((t (:foreground "blue" :height 1.2)))) | |
4800 | + '(rainbow-delimiters-depth-6-face ((t (:foreground "violet" :height 1.1)))) | |
4801 | + '(rainbow-delimiters-depth-7-face ((t (:foreground "purple" :height 1.0)))) | |
4802 | + '(rainbow-delimiters-depth-8-face ((t (:foreground "black" :height 0.9)))) | |
4803 | + '(rainbow-delimiters-unmatched-face ((t (:background "cyan" :height 0.8))))) | |
4793 | 4804 | ;; ;; Local Variables: |
4794 | 4805 | ;; ;; no-byte-compile: t |
4795 | 4806 | ;; ;; indent-tabs-mode: nil |
@@ -4840,31 +4851,32 @@ | ||
4840 | 4851 | |
4841 | 4852 | ;; Choose the main theme |
4842 | 4853 | |
4843 | -(load-theme 'alect-dark) | |
4844 | - | |
4845 | - | |
4854 | +;; (load-theme 'alect-dark t) | |
4855 | + | |
4856 | +;; or | |
4857 | + | |
4858 | +(load-theme 'afternoon t) | |
4859 | + | |
4860 | + | |
4861 | +;; (load-theme 'gruvbox t) | |
4846 | 4862 | |
4847 | 4863 | |
4848 | 4864 | ;; see http://ergoemacs.org/misc/emacs_rainbow-delimiters-mode.html |
4849 | 4865 | |
4850 | 4866 | ;; rainbow-delimiters-mode setup, with decreasing bracket size |
4851 | -(custom-set-faces | |
4852 | - ;; custom-set-faces was added by Custom. | |
4853 | - ;; If you edit it by hand, you could mess it up, so be careful. | |
4854 | - ;; Your init file should contain only one such instance. | |
4855 | - ;; If there is more than one, they won't work right. | |
4856 | - | |
4857 | - '(rainbow-delimiters-depth-1-face ((t (:foreground "red" :height 2.0)))) | |
4858 | - '(rainbow-delimiters-depth-2-face ((t (:foreground "orange" :height 1.8)))) | |
4859 | - '(rainbow-delimiters-depth-3-face ((t (:foreground "yellow" :height 1.6)))) | |
4860 | - '(rainbow-delimiters-depth-4-face ((t (:foreground "green" :height 1.4)))) | |
4861 | - '(rainbow-delimiters-depth-5-face ((t (:foreground "blue" :height 1.2)))) | |
4862 | - '(rainbow-delimiters-depth-6-face ((t (:foreground "violet" :height 1.1)))) | |
4863 | - '(rainbow-delimiters-depth-7-face ((t (:foreground "purple" :height 1.0)))) | |
4864 | - '(rainbow-delimiters-depth-8-face ((t (:foreground "black" :height 0.9)))) | |
4865 | - '(rainbow-delimiters-unmatched-face ((t (:background "cyan" :height 0.8)))) | |
4866 | - | |
4867 | - ) | |
4868 | - | |
4869 | - | |
4870 | - | |
4867 | + | |
4868 | + | |
4869 | + | |
4870 | +;; ;; eshell | |
4871 | +;; '(eshell-prompt ((t (:inherit 'zenburn-primary-1)))) | |
4872 | +;; `(eshell-ls-archive ((t (:foreground ,zenburn-red-1 :weight bold)))) | |
4873 | +;; '(eshell-ls-backup ((t (:inherit font-lock-comment)))) | |
4874 | +;; '(eshell-ls-clutter ((t (:inherit font-lock-comment)))) | |
4875 | +;; `(eshell-ls-directory ((t (:foreground ,zenburn-blue+1 :weight bold)))) | |
4876 | +;; `(eshell-ls-executable ((t (:foreground ,zenburn-red+1 :weight bold)))) | |
4877 | +;; '(eshell-ls-unreadable ((t (:inherit 'zenburn-lowlight-1)))) | |
4878 | +;; '(eshell-ls-missing ((t (:inherit font-lock-warning)))) | |
4879 | +;; '(eshell-ls-product ((t (:inherit font-lock-doc)))) | |
4880 | +;; '(eshell-ls-special ((t (:inherit 'zenburn-primary-1)))) | |
4881 | +;; `(eshell-ls-symlink ((t (:foreground ,zenburn-cyan :weight bold)))) | |
4882 | + |