Change config file ~/.config/terminator/config with following content.
Based on https://gist.github.com/mswell/c0f05d418f87a9f4c1733186642ea767
Change config file ~/.config/terminator/config with following content.
Based on https://gist.github.com/mswell/c0f05d418f87a9f4c1733186642ea767
| [global_config] | |
| title_transmit_fg_color = "#bd93f9" | |
| title_transmit_bg_color = "#282a36" | |
| title_receive_fg_color = "#8be9fd" | |
| title_receive_bg_color = "#282a36" | |
| title_inactive_fg_color = "#f8f8f2" | |
| title_inactive_bg_color = "#282a36" | |
| [profiles] | |
| [[default]] | |
| background_color = "#1e1f29" | |
| cursor_color = "#bbbbbb" | |
| foreground_color = "#f8f8f2" | |
| palette = "#000000:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#bbbbbb:#555555:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#ffffff" | |
| [layouts] | |
| [[default]] | |
| [[[child1]]] | |
| parent = window0 | |
| type = Terminal | |
| [[[window0]]] | |
| parent = "" | |
| type = Window | |
| [plugins] |