Config: add custom base16 dark theme with solarized framework, replace my-theme, update keybindings

This commit is contained in:
User
2026-03-31 17:09:59 +08:00
parent f4a77ab8b9
commit be6c0eb5e1
5 changed files with 60 additions and 35 deletions

View File

@@ -37,19 +37,20 @@
(use-package rainbow-mode)
;; 自定义主题路径
(add-to-list 'custom-theme-load-path "c:/Users/gaozh/AppData/Roaming/.emacs.d/lisp/")
(add-to-list 'custom-theme-load-path "~/.emacs.d/lisp/")
;; 信任所有主题
(setq custom-safe-themes t)
;; 安装solarized dark
(use-package solarized-theme)
(load-theme 'solarized-dark t)
(load-theme 'my-base16-dark)
;; 很多主题
(use-package doom-themes)
(use-package color-theme-modern)
(use-package naysayer-theme)
;; 信任所有主题
(setq custom-safe-themes t)
(use-package base16-theme)
;; 安装smart-mode-line
(use-package smart-mode-line