How to determine a terminal's background color?

后端 未结 5 518
余生分开走
余生分开走 2020-12-09 03:56

I\'d like to know if there is any way to determine a terminal\'s background color ?

In my case, using gnome-terminal.
It might matter, since it\'s entirety up to

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 04:39

    Do you mean a method to ascertain the terminal background colour, or set the terminal colour?

    If the latter you could query your terminal's PS1 environment variable to obtain the colour.

    There's an article on setting (and so deriving) the terminal colours here: http://www.ibm.com/developerworks/linux/library/l-tip-prompt/

提交回复
热议问题