码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2018-05-18 18:07:53      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:back   ima   conf   not   .config   class   nal   padding   pad   

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

标签:back   ima   conf   not   .config   class   nal   padding   pad   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!