首页 > 系统服务 > 详细

ubuntu16.04 terminal当前tab页面高亮显示

时间:2018-05-18 17:29:14      阅读:547      评论:0      收藏:0      [点我收藏+]

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页面高亮显示

原文:https://www.cnblogs.com/xixiangyuanye/p/9057035.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!