Last active
December 27, 2021 10:24
-
-
Save sergio-gimenez/02f2d583831cd193352739095fc66eca to your computer and use it in GitHub Desktop.
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
| # The only plugin I have is the Themes plugin (https://github.com/EliverLara/terminator-themes) | |
| # which its only purpose is to install themes. | |
| # For restore the config file, copy this gist in ${HOME}/.config/terminator/config | |
| [global_config] | |
| always_split_with_profile = True | |
| enabled_plugins = TerminatorThemes, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
| inactive_color_offset = 0.554054054054 | |
| title_font = Hack 12 | |
| title_use_system_font = False | |
| [keybindings] | |
| [layouts] | |
| [[default]] | |
| [[[child1]]] | |
| parent = window0 | |
| profile = Teerb | |
| type = Terminal | |
| [[[window0]]] | |
| parent = "" | |
| type = Window | |
| [plugins] | |
| [profiles] | |
| [[default]] | |
| background_color = "#002b36" | |
| background_darkness = 0.99 | |
| background_type = transparent | |
| cursor_color = "#aaaaaa" | |
| foreground_color = "#839496" | |
| palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
| scrollback_infinite = True | |
| show_titlebar = False | |
| [[Teerb]] | |
| background_color = "#262626" | |
| background_darkness = 0.99 | |
| background_type = transparent | |
| cursor_color = "#e4c9af" | |
| foreground_color = "#d0d0d0" | |
| palette = "#1c1c1c:#d68686:#aed686:#d7af87:#86aed6:#d6aed6:#8adbb4:#d0d0d0:#1c1c1c:#d68686:#aed686:#e4c9af:#86aed6:#d6aed6:#b1e7dd:#efefef" | |
| scrollback_infinite = True | |
| show_titlebar = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment