Theme tweaks

This commit is contained in:
2024-04-27 23:42:59 -07:00
parent 3841dbec85
commit 5d5c1082f3

View File

@@ -4,10 +4,16 @@
(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
(setq doom-themes-enable-bold t
doom-themes-enable-italic t)
(load-theme 'doom-monokai-pro t)
;; Lighten comments slightly for better contrast
(custom-theme-set-faces
'doom-monokai-pro
'(font-lock-comment-face
((t (:foreground "#9A989A")))))
(enable-theme 'doom-monokai-pro)
;; Enable flashing mode-line on errors
(doom-themes-visual-bell-config)
@@ -15,8 +21,7 @@
(doom-themes-org-config))
;; Slightly transparent window
;; (set-frame-parameter (selected-frame) 'alpha '(99 98))
(modify-all-frames-parameters '((alpha 99 98)
(modify-all-frames-parameters '((alpha 99 99)
(top . 50)
(left . 100)
(width . 120)
@@ -32,7 +37,8 @@
14
12)
"The default font size to use.")
(modify-all-frames-parameters `((font . ,(concat thoom-font "-" (number-to-string thoom-font-size)))))
(modify-all-frames-parameters
`((font . ,(concat thoom-font "-" (number-to-string thoom-font-size)))))
;; Hide clutter
(setq inhibit-startup-message t