a
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user