[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/colorful-mode 0bba38e8c6 3/3: Release v1.2.1
From: |
ELPA Syncer |
Subject: |
[elpa] externals/colorful-mode 0bba38e8c6 3/3: Release v1.2.1 |
Date: |
Wed, 5 Mar 2025 15:58:02 -0500 (EST) |
branch: externals/colorful-mode
commit 0bba38e8c67b8c42873dc1d3f17217909e0f372e
Author: Elías Gabriel Pérez <eg642616@gmail.com>
Commit: Elías Gabriel Pérez <eg642616@gmail.com>
Release v1.2.1
Changes:
* Support for CSS OKLAB and OKLCH highlighting.
Bugfix:
* Avoid highlight color names in places where it should not.
* Avoid turn on colorful-mode in specific buffers that may break them,
see: `colorful-excluded-buffers'.
---
colorful-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/colorful-mode.el b/colorful-mode.el
index b394b0b792..b62ff9ce5c 100644
--- a/colorful-mode.el
+++ b/colorful-mode.el
@@ -9,7 +9,7 @@
;; Package-Requires: ((emacs "28.1") (compat "30.0.2.0"))
;; Homepage: https://github.com/DevelopmentCool2449/colorful-mode
;; Keywords: faces, tools, matching, convenience
-;; Version: 1.2.0
+;; Version: 1.2.1
;; This file is part of GNU Emacs.