Skip to content

Instantly share code, notes, and snippets.

@Macorreag
Last active October 3, 2021 04:53
Show Gist options
  • Save Macorreag/1e21a4159d4e24b3d876a40627d10d06 to your computer and use it in GitHub Desktop.
Save Macorreag/1e21a4159d4e24b3d876a40627d10d06 to your computer and use it in GitHub Desktop.
Thema Propio del Terminal

Este es el tema que uso en mi terminal de GNOME (Ubuntu y Debian)

Usa (este tutorial)[https://www.comoinstalarlinux.com/como-respaldar-un-profile-de-gnome-terminal/] para entender como funciona esto

El multiplexor elegido es Terminator con algunos comandos establecidos

El archivo config contiene la configuración del multiplexor, el cual puede ubicar en esta ruta ~/.config/terminator/config . El multiplexor se puede arranca multiplexando 3 ventanas con una conexión ssh descrita en el archivo como custom_command = ssh user@remotehost

[global_config]
window_state = fullscreen
title_transmit_fg_color = "#000000"
title_transmit_bg_color = "#4e9a06"
title_inactive_fg_color = "#2e3436"
enabled_plugins = Logger, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler, CustomCommandsMenu
suppress_multiple_term_dialog = True
title_use_system_font = False
title_font = Sans 13
[keybindings]
[profiles]
[[default]]
cursor_color = "#aaaaaa"
foreground_color = "#ffffff"
[[Phx-server]]
background_color = "#011603"
background_darkness = 0.9
background_type = transparent
cursor_color = "#aaaaaa"
font = Monospace 14
foreground_color = "#eeeeec"
use_system_font = False
use_custom_command = True
exit_action = restart
custom_command = ssh user@remotehost
[[Microservicio]]
background_darkness = 0.77
background_type = transparent
cursor_color = "#aaaaaa"
font = Monospace 14
use_system_font = False
[[Carpeta]]
background_color = "#2a015b"
background_darkness = 0.82
background_type = transparent
cursor_color = "#aaaaaa"
font = Monospace 12
foreground_color = "#eeeeec"
use_system_font = False
[layouts]
[[default]]
[[[child0]]]
type = Window
parent = ""
order = 0
position = 0:0
maximised = True
fullscreen = False
size = 1920, 1043
title = miller@debian:~
last_active_term = 7e0997a7-d356-4c3d-906d-fcbed0f205a6
last_active_window = True
[[[child1]]]
type = HPaned
parent = child0
order = 0
position = 958
ratio = 0.5002610966057441
[[[terminal2]]]
type = Terminal
parent = child1
order = 0
profile = Phx-server
uuid = 7e0997a7-d356-4c3d-906d-fcbed0f205a6
[[[child3]]]
type = VPaned
parent = child1
order = 1
position = 519
ratio = 0.5
[[[terminal4]]]
type = Terminal
parent = child3
order = 0
profile = Carpeta
uuid = 88f412e3-091a-4880-aa9c-eab388da4b1c
[[[terminal5]]]
type = Terminal
parent = child3
order = 1
profile = Microservicio
uuid = 7483fa0d-dc7d-4429-8688-935fe8256460
[plugins]
[:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
foreground-color='rgb(255,255,255)'
visible-name='Miller'
palette=['rgb(25,160,205)', 'rgb(204,0,0)', 'rgb(78,154,6)', 'rgb(196,160,0)', 'rgb(52,101,164)', 'rgb(117,80,123)', 'rgb(6,152,154)', 'rgb(211,215,207)', 'rgb(85,87,83)', 'rgb(239,41,41)', 'rgb(138,226,52)', 'rgb(252,233,79)', 'rgb(114,159,207)', 'rgb(173,127,168)', 'rgb(52,226,226)', 'rgb(238,238,236)']
bold-is-bright=true
use-system-font=false
use-transparent-background=true
use-theme-colors=true
use-theme-transparency=false
background-color='rgb(0,0,0)'
background-transparency-percent=13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment