This commit is contained in:
Sakooooo 2023-09-05 12:16:33 +04:00
parent cfa21e40f1
commit 5d65d42345
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -24,8 +24,6 @@
;; Font
(set-face-attribute `default nil :font "JetBrainsMono NF" :height 150)
(load-theme 'wombat)
;; Keymaps
;; Make ESC quit prompts
@ -91,7 +89,23 @@
(setq ivy-inital-inputs-alist nil))
;; doom themes
(use-package doom-themes)
(use-package doom-themes
:ensure t
:config
;; Global settings (defaults)
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
doom-themes-enable-italic t) ; if nil, italics is universally disabled
(load-theme 'doom-monokai-pro t)
;; Enable flashing mode-line on errors
(doom-themes-visual-bell-config)
;; Enable custom neotree theme (all-the-icons must be installed!)
;;(doom-themes-neotree-config)
;; or for treemacs users
;;(setq doom-themes-treemacs-theme "doom-atom") ; use "doom-colors" for less minimal icon theme
;;(doom-themes-treemacs-config)
;; Corrects (and improves) org-mode's native fontification.
;;(doom-themes-org-config))
;; better statusbar
(use-package doom-modeline
@ -126,4 +140,4 @@
([remap describe-key] . helpful-key))
;; video
;; https://youtu.be/IspAZtNTslY?t=2723
;; https://youtu.be/IspAZtNTslY?t=3070