;; Cleanup
; Disable visible scrollbar
; Disable the toolbar
; Disable tooltips
; Give some breathing room
; Disable the menu bar
; Light theme, built-in emacs 28
;; Doome-one theme
;; (use-package doom-themes
;; :ensure t
;; :config
;; (setq doom-one-brighter-comments t ; Our ideal config: readable comments
;; doom-one-comment-bg nil) ; without colored background !
;; (load-theme 'doom-one t))