ubuntu terminator 非常好用的护眼配置

安装 sudo apt install terminator

配置文件:sudo gedit ~/.config/terminator/config (如果没有就创建)

配置如下:

[global_config]

handle_size = -3

title_transmit_fg_color = "#000000"

title_transmit_bg_color = "#3e3838"

inactive_color_offset = 1.0

enabled_plugins = CustomCommandsMenu, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler

suppress_multiple_term_dialog = True

[keybindings]

[profiles]

[[default]]

background_color = "#3e3e3e" #背景颜色

background_darkness = 0.70

background_type = transparent

cursor_shape = ibeam

cursor_color = "#e8e8e8" # 光标颜色

font = Ubuntu Mono 14 # 字体设置,后面的数字表示字体大小

foreground_color = "#e8e8e8"

show_titlebar = False # 不显示标题栏,也就是 terminator 中那个默认的红色的标题栏

scroll_background = False

scrollback_lines = 3000

palette = "#292424:#09fc10:#c89f5e:#cdcd00:#05aa5d:#cd00cd:#00cdcd:#d6d9d4:#4c4c4c:#868e09:#00ff00:#ffff00:#4682b4:#ff00ff:#00ffff:#ffffff"

use_system_font = False #是否启用系统字体

[layouts]

[[default]]

[[[child1]]]

parent = window0

profile = default

type = Terminal

[[[window0]]]

parent = ""

size = 925, 570

type = Window

[plugins]

配置效果如下:

相关推荐
xf8079892 小时前
cursor远程调试Ubuntu以及打开Ubuntu里面的项目
linux·运维·ubuntu
xfchn多多学习学习4 小时前
Ubuntu 顶部状态栏 配置,gnu扩展程序
linux·ubuntu
bohu8312 小时前
亚博microros小车-原生ubuntu支持系列:10-画笔
opencv·ubuntu·计算机视觉·mediapipe·手部检测·micoros
惊鸿一博13 小时前
ubuntu_查询连接当前服务器的用户ip
服务器·tcp/ip·ubuntu
PaLu-LI20 小时前
ORB-SLAM2源码学习:Initializer.cc(11): Initializer::ReconstructH用H矩阵恢复R, t和三维点
c++·人工智能·学习·ubuntu·计算机视觉·矩阵
青草地溪水旁21 小时前
Debian或Ubuntu系统中重置MySQL的root密码
mysql·ubuntu·debian
PaLu-LI1 天前
ORB-SLAM2源码学习:Initializer.cc(13): Initializer::ReconstructF用F矩阵恢复R,t及三维点
c++·人工智能·学习·线性代数·ubuntu·计算机视觉·矩阵
monstercl1 天前
Ubuntu20彻底删除MySQL8
sql·mysql·ubuntu·c/c++
YiHanXii1 天前
在 Windows 系统上,将 Ubuntu 从 C 盘 迁移到 D 盘
windows·ubuntu·postgresql
magic_ll1 天前
【Docker】ubuntu中 Docker的使用
ubuntu·docker