This commit is contained in:
2025-11-22 20:13:14 +08:00
parent 62dd22b544
commit 298a9913b5
7 changed files with 42 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
;;; theme.el -*- lexical-binding: t; -*-
;; Configure base16-theme
;; https://github.com/tinted-theming/base16-emacs
;; Set customization variables before loading the theme
;; (Optional: adjust these as needed)
(setq base16-distinct-fringe-background t
base16-highlight-mode-line 'box)
;; Set the theme to base16-default-dark
;; This overrides any theme set in core.el
(setq doom-theme 'base16-default-dark)