text ubuntu 18.04主题美化

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text ubuntu 18.04主题美化相关的知识,希望对你有一定的参考价值。

/* Decrease the tabs bar height in gnome-terminal
 * See:
 * https://stackoverflow.com/questions/36869701/decrease-the-tabs-bar-height-in-gnome-terminal
 *~/.config/gtk-3.0/gtk.css
 */

terminal-window notebook > header.top button {
  padding: 0 0 0 0;
  background-image: none;
  border: 0;
  margin-right: 10px;
}
terminal-window notebook > header.top > tabs > tab {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
terminal-window notebook > header.top > tabs > tab label {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

headerbar.default-decoration {
 padding-top: 3px;
 padding-bottom: 3px;
 min-height: 22px;    /* 标题栏高度 */
 font-size: 1.0em;
}

headerbar.default-decoration button.titlebutton {
 padding-top: 1px;
 padding-bottom: 1px;
 font-size: 1em;
 min-height: 0px;
}

以上是关于text ubuntu 18.04主题美化的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu18.04的终极美化,桌面,主题...

Ubuntu18.04 使用gnome-tweak美化系统主题

Ubuntu 18.04 美化

ubuntu18.04 美化桌面

ubuntu-18.04 安装zsh的方法步骤

史上最良心的 Ubuntu desktop 美化优化指导(2)