This commit is contained in:
The-Repo-Club 2023-08-28 16:58:59 +01:00
parent 6d24b27ef3
commit bf953b103c
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
3 changed files with 4 additions and 4 deletions

View File

@ -427,7 +427,7 @@
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled (setq doom-themes-enable-bold t ; if nil, bold is universally disabled
doom-themes-enable-italic t) ; if nil, italics is universally disabled doom-themes-enable-italic t) ; if nil, italics is universally disabled
;; Sets the default theme to load!!! ;; Sets the default theme to load!!!
(load-theme 'doom-one t) (load-theme 'minimal-mistakes t)
;; Enable custom neotree theme (all-the-icons must be installed!) ;; Enable custom neotree theme (all-the-icons must be installed!)
(doom-themes-neotree-config) (doom-themes-neotree-config)
;; Corrects (and improves) org-mode's native fontification. ;; Corrects (and improves) org-mode's native fontification.

View File

@ -650,7 +650,7 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t
#+end_src #+end_src
* THEME * THEME
The first line below designates the directory where will place all of our custom-made themes, which I have created only one (dtmacs). You can create your own Emacs themes with the help of the [[https://emacsfodder.github.io/emacs-theme-editor/][Emacs Theme Editor]]. I am also installing =doom-themes= because it contains a huge collection of themes. M-x load-theme will list all of the themes available. The first line below designates the directory where will place all of our custom-made themes, which I have created only one (minimal-mistakes). You can create your own Emacs themes with the help of the [[https://emacsfodder.github.io/emacs-theme-editor/][Emacs Theme Editor]]. I am also installing =doom-themes= because it contains a huge collection of themes. M-x load-theme will list all of the themes available.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(add-to-list 'custom-theme-load-path "~/.config/emacs/themes/") (add-to-list 'custom-theme-load-path "~/.config/emacs/themes/")
@ -660,7 +660,7 @@ The first line below designates the directory where will place all of our custom
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled (setq doom-themes-enable-bold t ; if nil, bold is universally disabled
doom-themes-enable-italic t) ; if nil, italics is universally disabled doom-themes-enable-italic t) ; if nil, italics is universally disabled
;; Sets the default theme to load!!! ;; Sets the default theme to load!!!
(load-theme 'doom-one t) (load-theme 'minimal-mistakes t)
;; Enable custom neotree theme (all-the-icons must be installed!) ;; Enable custom neotree theme (all-the-icons must be installed!)
(doom-themes-neotree-config) (doom-themes-neotree-config)
;; Corrects (and improves) org-mode's native fontification. ;; Corrects (and improves) org-mode's native fontification.

View File

@ -1 +1 @@
colorscript random fish