ubuntu16.04 terminal当前tab页面高亮显示
Posted 习相远也
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu16.04 terminal当前tab页面高亮显示相关的知识,希望对你有一定的参考价值。
https://gist.github.com/yantonov/efab3b877c5812593c38
Highlight current tab for ubuntu terminal (~/.config/gtk-3.0/gtk.css)
TerminalWindow .notebook { padding: 0; border-width: 0; } TerminalWindow, TerminalWindow.background { background-image: none; background-color: #6e6e6e; color: #000000; } TerminalWindow .notebook tab { padding: 0; border-image: none; border-width: 0; background-color: #6e6e6e; } TerminalWindow .notebook tab:active { padding: 0; border-image: none; border-width: 0; background-color: #d1d1d1; }
以上是关于ubuntu16.04 terminal当前tab页面高亮显示的主要内容,如果未能解决你的问题,请参考以下文章