emacs icon indicating copy to clipboard operation
emacs copied to clipboard

Region/selection background color is unlike the default region highligh in the README

Open fnune opened this issue 5 years ago • 2 comments

Hello there and thanks a lot for the awesome colorscheme!

In Emacs, I'm getting region selections highlighted like this:

image

I've tried configuring it "back" to default with (setq nord-region-highlight "default"), which is a bit silly, but I keep getting the pink selection highlight.

Why might this be? I want it to look like in the README: image

Environment:

echo $TERM
screen-256color

emacs --version
GNU Emacs 26.1

The terminal emulator is Termite. The terminal theme is Nord as well.

fnune avatar Jul 11 '18 08:07 fnune

This also appears to be an issue for me.

Environment

> echo $TERM
screen-256color

> echo $COLORTERM
truecolor

> tput colors
256

> emacs --version
GNU Emacs 26.1

Terminal Emulator: iTerm2, Build 3.2.0 Terminal Theme: Nord

Edit

Testing the color palette via list-color-display in GUI Emacs and terminal Emacs shows the the color palette is more extensive in the former. I've tried running TERM=xterm-24bit emacs -nw but the colors are quite wrong.

This PR seems related?

dylangleason avatar Aug 30 '18 17:08 dylangleason

Same observed here. Environment:

$ echo $TERM
screen-256color

$ emacs --version
GNU Emacs 25.2.2                                                        

$ tput colors
256

$ echo $COLORTERM
truecolor

I have also notices that nord-comment-brightness have no effect, meaning the comment brightness never change. Nord theme is used in gnome-terminal, tmux and emacs.

christopherraa avatar Nov 11 '18 11:11 christopherraa