You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue when running emacs in both Alacritty and tmux. It went away in Alacritty after I had explicitly set the TERM variable in alacritty.yml. Not sure that's helpful to you, but try playing around with it.
Tmux is still ignoring the settings, but I suspect the root cause will be the same.
I do use tmux, but the issue exists just using the default terminal in Ubuntu (and with tmux too). I set TERM=xterm-256color in my bashrc, but removing it doesn't fix the issue either.
Trying to customize a variable takes effect in windowed mode, but not in terminal (no-window) mode.
For example,
The variable value correctly updates with
setq
, but the background color does not change.I'm using emacs 27.1 and monokai-theme 20220117.1244 from MELPA.
The text was updated successfully, but these errors were encountered: