Last active
April 18, 2024 03:51
-
-
Save arthurrio/f834db0d3d9d4a8d4ba98a7a7e4d720d to your computer and use it in GitHub Desktop.
Terminator - Minimalist Dracula Theme + tmux | dir -> [~/.config/terminator/]
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] | |
geometry_hinting = True | |
window_state = hidden | |
tab_position = hidden | |
hide_from_taskbar = True | |
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 | |
enabled_plugins = ActivityWatch | |
suppress_multiple_term_dialog = True | |
title_use_system_font = False | |
title_font = Source Code Pro for Powerline 9 | |
putty_paste_style_source_clipboard = True | |
clear_select_on_copy = True | |
[keybindings] | |
[profiles] | |
[[default]] | |
background_color = "#282a36" | |
background_darkness = 0.85 | |
background_type = transparent | |
cursor_color = "#f8f8f2" | |
font = Anonymous Pro for Powerline 12 | |
foreground_color = "#f8f8f2" | |
show_titlebar = False | |
scrollbar_position = hidden | |
scroll_on_keystroke = False | |
palette = "#262626:#e356a7:#42e66c:#e4f34a:#9b6bdf:#e64747:#75d7ec:#efa554:#7a7a7a:#ff79c6:#50fa7b:#f1fa8c:#bd93f9:#ff5555:#8be9fd:#ffb86c" | |
use_custom_command = True | |
custom_command = tmux new-session -A -s Prime | |
use_system_font = False | |
background_image = None | |
[layouts] | |
[[default]] | |
[[[window0]]] | |
type = Window | |
parent = "" | |
size = 900, 580 | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment