feat: Rename base16 themes to simpler names

This commit is contained in:
User
2026-06-25 08:37:52 +08:00
parent e333516a72
commit cc51854eb0
4 changed files with 28 additions and 28 deletions

View File

@@ -20,8 +20,8 @@
(add-hook 'after-make-frame-functions
(lambda (frame)
(with-selected-frame frame
(load-theme 'my-base16-dark t))))
(load-theme 'my-base16-dark t)))
(load-theme 'my-dark t))))
(load-theme 'my-dark t)))
;; 行号
(use-package display-line-numbers