Created
October 22, 2021 12:59
-
-
Save Pacheco95/df834e8dfcf69cdcf2c3c95210933a90 to your computer and use it in GitHub Desktop.
Terminator configuration file (copy content to ~/.config/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 = maximise | |
borderless = True | |
title_hide_sizetext = True | |
inactive_color_offset = 1.0 | |
title_use_system_font = False | |
title_font = Fira Code Semi-Bold 10 | |
[keybindings] | |
[profiles] | |
[[default]] | |
background_color = "#222222" | |
background_darkness = 0.9 | |
background_type = transparent | |
cursor_color = "#aaaaaa" | |
font = Fira Code Medium 10 | |
foreground_color = "#afafaf" | |
palette = "#2e3436:#cc0000:#4e9a06:#edd400:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" | |
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