Created
March 11, 2020 14:45
-
-
Save Warwolt/c71fddbe68aaed86394f6382ee0794b6 to your computer and use it in GitHub Desktop.
my terminator 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
[global_config] | |
title_transmit_bg_color = "#3465a4" | |
[keybindings] | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_color = "#403e41" | |
cursor_blink = False | |
cursor_color = "#aaaaaa" | |
custom_command = source ~/.zshrc | |
font = Monospace 12 | |
foreground_color = "#fcfcfa" | |
login_shell = True | |
palette = "#2e3436:#ff61a8:#a9dc76:#ffd866:#fc9867:#ab9df2:#34e2e2:#d3d7cf:#555753:#ff61a8:#a9dc76:#ffd866:#fc9867:#ab9df2:#34e2e2:#eeeeec" | |
scrollback_infinite = True | |
use_custom_command = True | |
use_system_font = False | |
[[0]] | |
cursor_color = "#aaaaaa" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment