andras-simonyi/citeproc-el@44f90cb296 -> andras-simonyi/citeproc-el@cfa30b6c95 editorconfig/editorconfig-emacs@d73b6392de -> editorconfig/editorconfig-emacs@1651294334 emacs-citar/citar@885b86f673 -> emacs-citar/citar@07d2a63c99 emacs-lsp/dap-mode@11431a26bc -> emacs-lsp/dap-mode@b407773ebc emacs-lsp/lsp-mode@acad044ebc -> emacs-lsp/lsp-mode@cec9e56390 emacs-straight/crdt@4a18cd8539 -> emacs-straight/crdt@9bf99e2ce3 emacs-straight/eglot@e7e49c789c -> emacs-straight/eglot@850cbd0430 emacs-straight/rainbow-mode@70ed10d410 -> emacs-straight/rainbow-mode@0740f31f30 emacs-tree-sitter/elisp-tree-sitter@02fe7b86d9 -> emacs-tree-sitter/elisp-tree-sitter@3cfab8a0e9 emacsorphanage/quickrun@373634cf51 -> emacsorphanage/quickrun@c58e2e4be5 jacktasia/dumb-jump@ede6a04187 -> jacktasia/dumb-jump@3c2ab8dfff k1LoW/emacs-ansible@1d7de8d3dd -> k1LoW/emacs-ansible@b4dca00f89 magit/forge@c3675fd068 -> magit/forge@4adb94d23c magit/magit@f9268a9598 -> magit/magit@ea0f07e549 purcell/envrc@8eb7401700 -> purcell/envrc@2316e004c1 vedang/pdf-tools@a1048bceb2 -> vedang/pdf-tools@30b50544e5
:tools rgb
This module is deprecated. The module is too trivial to warrant a module.
Description unfold
Highlights color hex values and names with the color itself, and provides tools to easily modify color values or formats.
Maintainers
This module has no dedicated maintainers. Become a maintainer?
Module flags
This module has no flags.
Hacks
No hacks documented for this module.
Installation
Enable this module in your doom!
block.
This module has no external requirements.
Usage
rainbow-mode
provides automatic highlighting to hex color codes, and in
relevant modes, color names (e.g. html color names in css-mode
or LaTeX color
names in latex-mode
)
kurecolor
provides commands to easily change the brightness, saturation, and
hue of hex colors (and a useful hydra for this, if :ui hydra
is enabled), as
well as conversion between hex and css colors
Configuration
hl-line-mode
overrides the color highlighting of rainbow-mode
, limiting the
use of that plugin and on-site color changes using kurecolor
. To automatically
disable it only when rainbow-mode
is active, you can add the following hook:
;; in $DOOMDIR/config.el
(add-hook! 'rainbow-mode-hook
(hl-line-mode (if rainbow-mode -1 +1)))
Troubleshooting
There are no known problems with this module. Report one?
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
This module has no appendix yet. Write one?