Created
August 28, 2020 05:10
-
-
Save p3t3r67x0/438c6a5d4accdc9a443652e87d0eafa4 to your computer and use it in GitHub Desktop.
My Terminator config
This file contains 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] | |
window_state = fullscreen | |
borderless = True | |
extra_styling = False | |
title_transmit_fg_color = "#729fcf" | |
title_transmit_bg_color = "#002b36" | |
title_receive_fg_color = "#eeeeec" | |
title_inactive_bg_color = "#002b36" | |
[keybindings] | |
[profiles] | |
[[default]] | |
icon_bell = False | |
background_color = "#002b36" | |
background_darkness = 0.94 | |
cursor_color = "#aaaaaa" | |
font = Ubuntu Mono 19 | |
foreground_color = "#ffffff" | |
scrollbar_position = hidden | |
scrollback_infinite = True | |
palette = "#000000:#00ccff:#41c1e6:#aa5500:#3756ee:#fd2121:#00aaaa:#aaaaaa:#555555:#00d6ff:#ff7373:#ffff55:#00d6ff:#3df516:#00ccff:#ffffff" | |
use_system_font = False | |
[layouts] | |
[[default]] | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment