active region almost unnoticable
azzamsa opened this issue · 2 comments
azzamsa commented
azzamsa commented
I changed it to:
modified catppuccin-theme.el
@@ -323,7 +323,7 @@ Must be one of `mocha`, `macchiato`, `frappe`, or `latte`."
(mode-line-inactive
:background ,ctp-crust :inverse-video nil :foreground ,ctp-overlay0)
(read-multiple-choice-face :inherit completions-first-difference)
- (region :background ,ctp-surface0 :extend t)
+ (region :background ,ctp-surface2 :extend t)
(shadow :foreground ,ctp-overlay0)
(success :foreground ,ctp-green)
drishal commented
I changed it to:
modified catppuccin-theme.el @@ -323,7 +323,7 @@ Must be one of `mocha`, `macchiato`, `frappe`, or `latte`." (mode-line-inactive :background ,ctp-crust :inverse-video nil :foreground ,ctp-overlay0) (read-multiple-choice-face :inherit completions-first-difference) - (region :background ,ctp-surface0 :extend t) + (region :background ,ctp-surface2 :extend t) (shadow :foreground ,ctp-overlay0) (success :foreground ,ctp-green)
just a small query, it does not seem to be there in the repo? (even I am struggling with this issue but not sure how to modify it myself)
https://github.com/catppuccin/emacs/blob/main/catppuccin-theme.el#L345