Last active
April 30, 2024 01:39
-
-
Save ryo-ARAKI/f4031daf4d4c388838b123705aee8893 to your computer and use it in GitHub Desktop.
Config file of 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] | |
focus = mouse | |
window_state = fullscreen | |
enabled_plugins = TerminatorThemes, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
always_split_with_profile = True | |
[keybindings] | |
split_horiz = <Primary><Shift>d | |
split_vert = <Primary>d | |
paste = <Primary>v | |
[profiles] | |
[[default]] | |
background_color = "#23262e" | |
background_darkness = 0.75 | |
background_type = transparent | |
cursor_blink = False | |
cursor_fg_color = "#23262e" | |
cursor_bg_color = "#ffffff" | |
font = Ricty Diminished 13 | |
foreground_color = "#ffffff" | |
scrollback_lines = 10000 | |
palette = "#2e3436:#ff007a:#84ff39:#f3d56e:#7cb7ff:#c74ded:#00e8c6:#d3d7cf:#555753:#ff007a:#84ff39:#f3d56e:#7cb7ff:#c74ded:#00e8c6:#eeeeec" | |
use_system_font = False | |
bold_is_bright = True | |
copy_on_selection = True | |
title_transmit_bg_color = "#a51d2d" | |
title_receive_bg_color = "#1a5fb4" | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
type = Terminal | |
profile = default | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment