An open API service indexing awesome lists of open source software.

https://github.com/cheeze2000/delicade-theme

an Emacs theme based on pastel colours
https://github.com/cheeze2000/delicade-theme

Last synced: 11 months ago
JSON representation

an Emacs theme based on pastel colours

Awesome Lists containing this project

README

          

# delicade-theme
an Emacs theme based on pastel colours

---
### Installation
```elisp
;; put delicade-theme.el in your .emacs.d
(load-theme 'delicade t)
```

---
### Preview (as of [`402fa0a`](https://github.com/cheeze2000/delicade-theme/commit/402fa0a5f77ac5b27292b46158469f067fb75bb8))
![preview](https://cdn.discordapp.com/attachments/437471715975757834/753772251752693760/unknown.png)

---
### Preview Config
```elisp
(global-display-line-numbers-mode)
(load-theme 'delicade t)
(menu-bar-mode -1)
(scroll-bar-mode -1)
(set-frame-font "DejaVu Sans Mono 15" nil t)
(toggle-frame-fullscreen)
(tool-bar-mode -1)
```