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
- Host: GitHub
- URL: https://github.com/cheeze2000/delicade-theme
- Owner: cheeze2000
- License: mit
- Created: 2020-09-10T09:42:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T00:24:28.000Z (almost 6 years ago)
- Last Synced: 2024-08-07T18:31:10.453Z (almost 2 years ago)
- Language: Emacs Lisp
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 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)
```