summaryrefslogtreecommitdiff
path: root/colorful-mode.el
AgeCommit message (Expand)Author
2026-03-24Allow the conversion of any color instead of just a few.externals/colorful-modeElias Gabriel Perez
2026-03-24Move color definitions to a new file.Elias Gabriel Perez
2026-03-24Extend 'colorful--colorize' to be extensible.Elias Gabriel Perez
2026-01-05; Update copyright yearsElías Gabriel Pérez
2025-11-20Fix LaTeX RGB coloring.Elías Gabriel Pérez
2025-11-20Release 1.2.5Elías Gabriel Pérez
2025-11-20Fix the decimals when specifying the alpha amount in the CSS functionsElías Gabriel Pérez
2025-11-20Fix mouse-1 action when 'colorful-prefix-alignment' is set to 'right'Elías Gabriel Pérez
2025-11-05* colorful-mode.el (colorful-add-hsl-colors): Fix CSS HSL regexp. (Github #26)Elías Gabriel Pérez
2025-10-06Create the color regexp when turning on colorful, not after loading the package.Elías Gabriel Pérez
2025-10-06Minor refactorizations.Elías Gabriel Pérez
2025-08-07Fix 'replace-region-contents' positions.Elías Gabriel Pérez
2025-08-07Fix Oklab and Oklch coloring.Elías Gabriel Pérez
2025-08-05Use 'replace-region-contents'Elías Gabriel Pérez
2025-06-20Fix '@define_color' definition.Elías Gabriel Pérez
2025-05-29Release: 1.2.4Elías Gabriel Pérez
2025-05-29* README.org: UpdateElías Gabriel Pérez
2025-05-27Move coloring in strings to minor mode definitionElías Gabriel Pérez
2025-05-17Change compat required version to 30.1.0.0Elías Gabriel Pérez
2025-05-16Fix github #20 issueElías Gabriel Pérez
2025-05-08Fix previous commit.Elías Gabriel Pérez
2025-05-08fix: `colorful-extra-color-keyword-functions` with list of modeskgt
2025-04-20Improve CSS variables coloringElías Gabriel Pérez
2025-04-10Improve colorful-only-strings behavior.Elías Gabriel Pérez
2025-04-10Remove unnecessary computation.Elías Gabriel Pérez
2025-03-31Use jit-lock region positions for css color variables highlighting.Elías Gabriel Pérez
2025-03-30Use jit-lock instead font-lock-add-keywords.Elías Gabriel Pérez
2025-03-20Use `rassoc' in colorful--hex-to-name instead `cl-dolist'Elías Gabriel Pérez
2025-03-15Minor changes.Elías Gabriel Pérez
2025-03-10; * colorful-mode.el: Remove comments.Elías Gabriel Pérez
2025-03-06Release 1.2.3Elías Gabriel Pérez
2025-03-05Release v1.2.2Elías Gabriel Pérez
2025-03-05Revert `colorful-color-name-font-lock-keywords' changes.Elías Gabriel Pérez
2025-03-05Release v1.2.1Elías Gabriel Pérez
2025-03-05fix typos and grammar.Elías Gabriel Pérez
2025-03-05changes to color name regexp keywords variable.Elías Gabriel Pérez
2025-03-03Remove font-lock-keywords-case-fold-search and use regex instead.Elías Gabriel Pérez
2025-03-03Add CSS OkLab and OkLch support.Elías Gabriel Pérez
2025-02-25Allow disabling colorful on buffers which can break themElías Gabriel Pérez
2025-02-24Disable colorful in `list-colors-display' and `list-faces-display'.Elías Gabriel Pérez
2025-02-15Release 1.2.0Elijah Gabe
2025-02-13Update gif and screenshots files.Elijah Gabe P.
2025-02-12Small fixes.Elijah Gabe P.
2025-02-11Add support for CSS var() colorsElijah Gabe P.
2025-02-11Support for css @define_color variables, allow change color in..Elijah Gabe P.
2025-02-08Refactorize codeElijah Gabe P.
2025-02-07Refactorize and clarify code.Elijah Gabe P.
2025-02-06Release 1.1.0 versionElijah Gabe
2025-02-06Add support for #RGBA and #RRGGBBAAElijah Gabe P.
2025-02-06Delete byte-compile warning `if'Elijah Gabe P.