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

配置效果如下:

相关推荐
问简3 小时前
【ubuntu】在 Ubuntu 26 上屏蔽 Windows 盘
ubuntu
程曦曦4 小时前
MySQL 生产库误删 98 张表后的时间点恢复实战:从 binlog 解析到资金对账
linux·数据结构·其他·算法·ubuntu·运维开发
程序员大阳8 小时前
使用Putty登录阿里云Ubuntu ECS服务器方法
ubuntu·云计算·ssh·ecs·putty
网硕互联的小客服8 小时前
如何在Ubuntu系统上查看和刷新DNS缓存?操作方法与原理解析
运维·服务器·网络·ubuntu
八年。。9 小时前
WSL学习(三)——搭建Linux + C++ + SOME/IP 基础开发环境
开发语言·笔记·ubuntu
星间都市山脉1 天前
Android16 SystemService.onBootPhase 调用时机
android·java·linux·windows·ubuntu
余生爱静1 天前
从零搭建 SIP 全栈通话系统:SIP 协议 + PJSIP + Asterisk + Android 实战
ubuntu·pjsip
猿与禅2 天前
Linux(Ubuntu)入门到实战:系统管理、常用命令与权限体系完整指南
linux·ubuntu·apt·进程管理·系统运维·用户权限·vi/vim
cui_hao_nan2 天前
从零搭建 Kubernetes 集群:Ubuntu + kubeadm 完整实战
ubuntu·容器·kubernetes
金色熊族2 天前
windows11 + wsl2 上安装ubuntu20.04
ubuntu·windows11·wsl2