# Emacs Howto Custom Theme

在 =~/.emacs.d/init.el= 中添加：

```lisp
    (load-theme 'ample-flat t)
```

<https://emacs.stackexchange.com/a/2798>
