For those who prefer a universal theme in their destop, the default Emacs interface is kind of ugly. Though there are built-in themes included, to be fair the options are limited.
(use-packageall-the-icons:ensure:if(display-graphic-p))(use-packagedoom-themes:ensuret:config;; Global settings (defaults)(setqdoom-themes-enable-boldt; if nil, bold is universally disableddoom-themes-enable-italict); if nil, italics is universally disabled(load-theme'doom-nordt);; 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(setqdoom-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))(use-packagedoom-modeline:ensure:hook(after-init.doom-modeline-mode))
;; use-package with package.el:(use-packagedashboard:ensuret:config(dashboard-setup-startup-hook)(setqinitial-buffer-choice(lambda()(get-buffer-create"*dashboard*"))))