feat: tokyo night

This commit is contained in:
Artur Manuel 2024-08-28 02:10:17 +01:00
commit 4e276838fb
Failed to generate hash of commit
2 changed files with 22 additions and 8 deletions

View file

@ -29,9 +29,23 @@ May or may not need nerd fonts for some of the below packages. 8)
** Theme ** Theme
Using doom-themes here because Tokyo Night isn't on MELPA. Using doom-themes here because Tokyo Night isn't on MELPA.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package base16-theme (use-package doom-themes
:config) :ensure t
(load-theme 'base16-gruvbox-dark-medium 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-tokyo-night 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))
#+END_SRC #+END_SRC
** Doom Modeline ** Doom Modeline
@ -41,11 +55,11 @@ Also may not need doom modeline.
:ensure t :ensure t
:hook (after-init . doom-modeline-mode) :hook (after-init . doom-modeline-mode)
:config :config
(setq doom-modeline-height 27) (setq doom-modeline-height 29)
(custom-set-faces (custom-set-faces
'(mode-line ((t (:family "Recursive Mono Casual Static" :height 1.1)))) '(mode-line ((t (:family "Noto Sans" :height 1.0))))
'(mode-line-active ((t (:family "Recursive Mono Casual Static" :height 1.1)))) ; For 29+ '(mode-line-active ((t (:family "Noto Sans" :height 1.0)))) ; For 29+
'(mode-line-inactive ((t (:family "Recursive Mono Casual Static" :height 1.0)))))) '(mode-line-inactive ((t (:family "Noto Sans" :height 1.0))))))
#+END_SRC #+END_SRC
* Vertico, Orderless, and more stuff * Vertico, Orderless, and more stuff

View file

@ -10,7 +10,7 @@ let
e: (builtins.attrValues { e: (builtins.attrValues {
inherit (e) inherit (e)
nix-ts-mode nix-ts-mode
base16-theme doom-themes
vertico vertico
orderless orderless
marginalia marginalia