diff options
Diffstat (limited to '.config/doom/config.el')
-rw-r--r-- | .config/doom/config.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el index 2388d3b..00502ef 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -35,7 +35,12 @@ (setq doom-font "Source Code Pro:size=16") -(setq doom-theme 'doom-one) +;(setq doom-theme 'doom-one) +(setq doom-theme 'catppuccin) + +; transparent background +(set-frame-parameter nil 'alpha-background 85) +(add-to-list 'default-frame-alist '(alpha-background . 85)) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. |