Config: add custom base16 dark theme with solarized framework, replace my-theme, update keybindings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user