Created
January 15, 2025 22:53
-
-
Save filipelperes/a60085118a084510208f2d86fe9baefb to your computer and use it in GitHub Desktop.
Gnome Terminator
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_hide_sizetext = True | |
title_transmit_fg_color = "#282a36" | |
title_transmit_bg_color = "#50fa7b" | |
title_receive_fg_color = "#282a36" | |
title_receive_bg_color = "#ff79c6" | |
title_inactive_fg_color = "#f8f8f2" | |
title_inactive_bg_color = "#44475a" | |
inactive_color_offset = 0.61 | |
suppress_multiple_term_dialog = True | |
title_use_system_font = False | |
title_font = JetBrainsMono Nerd Font 11 | |
line_height = 1.1 | |
[keybindings] | |
[profiles] | |
[[default]] | |
background_color = "#282a36" | |
cursor_color = "#aaaaaa" | |
foreground_color = "#f8f8f2" | |
font = JetBrainsMono Nerd Font 11 | |
palette = "#262626:#e356a7:#42e66c:#e4f34a:#9b6bdf:#e64747:#75d7ec:#efa554:#7a7a7a:#ff79c6:#50fa7b:#f1fa8c:#bd93f9:#ff5555:#8be9fd:#ffb86c" | |
use_system_font = False | |
background_image = None | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment