Created
June 7, 2021 12:44
-
-
Save punkdata/5e4c6d24e2539e8481471fcb77be3a1a to your computer and use it in GitHub Desktop.
Terminator CLI config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Belongs in ~/.config/terminator/config | |
[global_config] | |
title_font = Courier 10 Pitch 10 | |
[keybindings] | |
[profiles] | |
[[default]] | |
background_darkness = 0.9 | |
background_type = transparent | |
cursor_color = "#aaaaaa" | |
font = Ubuntu Mono 12 | |
foreground_color = "#00ff00" | |
show_titlebar = False | |
palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff" | |
rewrap_on_resize = False | |
[[green on black]] | |
background_type = transparent | |
cursor_color = "#aaaaaa" | |
font = Courier 10 Pitch 10 | |
foreground_color = "#00ff00" | |
show_titlebar = False | |
[[white]] | |
allow_bold = False | |
icon_bell = False | |
background_color = "#ffffff" | |
cursor_color = "#aaaaaa" | |
foreground_color = "#000000" | |
show_titlebar = False | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
type = Terminal | |
profile = default | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment