[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dracula-theme 62045abe55 2/2: Follow VS code for region fa
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dracula-theme 62045abe55 2/2: Follow VS code for region face |
Date: |
Wed, 21 Aug 2024 18:59:42 -0400 (EDT) |
branch: elpa/dracula-theme
commit 62045abe55de683ef328f0081801451a53f33b3b
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>
Follow VS code for region face
See: https://github.com/dracula/emacs/issues/106
---
dracula-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index a3aa54a620..106500c4b4 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -21,6 +21,7 @@
;;;; Version 1.8.3
;; Add missing comma in front of lsp-ui-sideline-current-symbol color
+;; Change default region face
;;;; Version 1.8.2
@@ -226,7 +227,7 @@ read it before opening a new issue about your will.")
(list :foreground dracula-comment :box dracula-bg)
(list :foreground fg4 :box bg2)))
(read-multiple-choice-face :inherit
completions-first-difference)
- (region :inherit match :extend t)
+ (region :background ,dracula-current :extend nil)
(shadow :foreground ,dracula-comment)
(success :foreground ,dracula-green)
(tooltip :foreground ,dracula-fg :background ,dracula-current)