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:#05aa5d:#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]

配置效果如下:

        

最近更新

  1. TCP协议是安全的吗?

    2024-01-02 18:48:02       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-02 18:48:02       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-02 18:48:02       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-02 18:48:02       20 阅读

热门阅读

  1. Bye~ 2023

    2024-01-02 18:48:02       39 阅读
  2. 注解@Slf4j的使用

    2024-01-02 18:48:02       38 阅读
  3. SpringBoot统一标准响应格式及异常处理

    2024-01-02 18:48:02       30 阅读
  4. Leetcode 1022. Sum of Root To Leaf Binary Numbers (树遍历题)

    2024-01-02 18:48:02       43 阅读
  5. openwrt源码编译

    2024-01-02 18:48:02       44 阅读
  6. 抓取数据技巧全解析

    2024-01-02 18:48:02       50 阅读
  7. pandas数据结构Series, DataFrame的索引方式总结

    2024-01-02 18:48:02       43 阅读
  8. Elasticsearch 优化常用思路

    2024-01-02 18:48:02       36 阅读
  9. 安卓中ViewPager组件的使用场景与优劣分析

    2024-01-02 18:48:02       29 阅读