mumu-lhl / eaf-pyqterminal

A terminal written in PyQt6 for the Emacs Application Framework.
GNU General Public License v3.0
47 stars 3 forks source link

Feature request color scheme pulled from emacs theme #23

Closed Dou2ble closed 7 months ago

Dou2ble commented 10 months ago

add a feature to pull the color scheme from the currently used theme inside of emacs. This could be a boolean variable

mumu-lhl commented 10 months ago

This is not possible. Because the theme is implemented by changing the face, not the color of the colour name, and a given face doesn't always have to be a color.

You can look up the theme you're using at https://github.com/mbadolato/iTerm2-Color-Schemes and modify eaf-pyqterminal-color-schema

Dou2ble commented 10 months ago

Yes but instead you could get the color from the "term-color" faces.