소스 검색

Change emacs theme to moonlight

Colin Powell 5 년 전
부모
커밋
5f8c6e8af8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      emacs/.config/doom/+ui.el

+ 1 - 1
emacs/.config/doom/+ui.el

@@ -1,6 +1,6 @@
 ;;;  -*- lexical-binding: t; -*-
 
-(setq doom-theme 'doom-one)
+(setq doom-theme 'doom-moonlight)
 
 ;; Fonts
 (setq doom-font (font-spec :family "Go Mono" :size 12))