How to make Emacs terminal colors the same as Emacs GUI colors?

前端 未结 5 1945
轻奢々
轻奢々 2020-12-22 16:04

I program with Emacs on Ubuntu (Hardy Heron at the moment), and I like the default text coloration in the Emacs GUI. However, the default text coloration when Emacs is run i

5条回答
  •  梦毁少年i
    2020-12-22 16:19

    I'm not sure if it is possible, as the GUI may have more capabilities than the terminal (yes, I've seen GUI terminals with only 16 colors very recently). It may depend on how the terminal is set. At any rate I would play with Color Theme.

    Anyway, why are you using Emacs in both, the terminal and the GUI? Generally people find one or the other appealing and use only that one. If you are using Emacs remotely, maybe you want to run it locally and use Tramp to open files remotely, or as root.

提交回复
热议问题