tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
169 stars 35 forks source link

Good background color? #139

Open linwaytin opened 1 year ago

linwaytin commented 1 year ago
  1. the Emacs version: 28.2

  2. the Julia version: 1.7.3

  3. the version of julia-repl: latest-master, with vterm backend

  4. self-contained steps to replicate the issue. Some of the output or text are hard to read, like this. Can anyone suggest a good color? Or do I miss some configurations?

Thanks.

tpapp commented 1 year ago

What theme are you using? I suspect it is not the default.

Or did you tweak the faces manually? In any case, just M-x load-theme and load something you like.

linwaytin commented 1 year ago

It's not default. Maybe I should use the default?

For now I found if I change the vterm background by

  (add-hook 'vterm-mode-hook (lambda () (face-remap-add-relative 'default :background "#505050" :foreground "#b0b0b0")))

The result seems OK.

linwaytin commented 1 year ago

Just checked my theme setup. At least the spacemacs-light causes some problem, which makes julia use a light gray color in error messages, on a light background.