alphapapa / alphapapa/prism.el
Samples of Modus themes with prism.el
- Langage dominant
- Emacs Lisp
- Étoiles
- 334
- Forks
- 5
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Hello again! This is in response to [this reddit thread](https://old.reddit.com/r/emacs/comments/kl58or/protesilaos_stavrou_modus_themes_review/gh6vw4k/).
I have been experimenting with various styles and settled on what I feel is a good starting point. Screenshots below. I only have Elisp code here, so this has influenced my decision. Here is the configuration I used:
```elisp
(use-package prism
:straight (:host github :repo "alphapapa/prism.el" :branch "master")
:config
(setq prism-comments nil) ; non-nil distorts colours
(prism-set-colors
:desaturations '(0) ; may lower the contrast ratio
:lightens '(0) ; same
:colors (list ; NOTE: I plan to add a "with-color-variables"
(modus-themes-color 'fg-main)
(modus-themes-color 'blue-faint)
(modus-themes-color 'magenta)
(modus-themes-color 'magenta-alt-other)
(modus-themes-color 'cyan-alt-other)
(modus-themes-color 'fg-special-cold)
(modus-themes-color 'blue-alt)
(modus-themes-color 'magenta-faint)
(modus-themes-color 'cyan)
(modus-themes-color 'fg-main)
(modus-themes-color 'green-faint)
(modus-themes-color 'red-alt-faint)
(modus-themes-color 'blue-alt-faint)
(modus-themes-color 'fg-special-warm)
(modus-themes-color 'cyan-alt)
(modus-themes-color 'blue))))
```
## Screenshots
The sequence is the default theme followed by its prism-styled variant. Note that I do have some options for the themes turned on as I think they work well in this case (just some bold and italics).
Click to enlarge.
### Modus Operandi






### Modus Vivendi






## Your thoughts?
What do you think? If something is amiss, how would you like to review it?
My plan is to first come up with some elegant way for users to get colours from the themes and then I would like to add a section in the manual for users who would like to set up prism.el with the themes.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.