How do I change the highlight color for selected text with Emacs / deftheme? February 21, 2023 by Tarik What you’re looking for is the region face. For example: (set-face-attribute 'region nil :background "#666")