Skip to content

Instantly share code, notes, and snippets.

@baojie
Last active November 7, 2018 03:23
Show Gist options
  • Save baojie/4117597 to your computer and use it in GitHub Desktop.
Save baojie/4117597 to your computer and use it in GitHub Desktop.
Terminator config
# from https://gist.github.com/baojie/4117597
# to be saved as ~/.config/terminator/config
# see more choices in http://manpages.ubuntu.com/manpages/karmic/man5/terminator_config.5.html
# to install:
# mkdir ~/.config/terminator
# cd ~/.config/terminator && wget -N https://raw.github.com/gist/4117597/config
copy_on_selection = True
[keybindings]
copy = <Ctrl>C
paste = <Ctrl>V
new_tab = <Ctrl>T
search = <Ctrl>F
[profiles]
[[default]]
scrollbar_position = show
[[Color]]
scrollbar_position = hidden
palette = "#000000:#892183:#a06026:#a09526:#1e747d:#89214c:#629223:#444444:#555753:#ad0798:#ca6408:#cab808:#078a97:#ad074d:#6cb907:#e9e9e9"
cursor_shape = ibeam
use_system_font = False
cursor_color = "#cccccc"
foreground_color = "#f3f4f6"
font = DejaVu Sans Mono 10
background_color = "#181b21"
[[LightFruit]]
scrollbar_position = hidden
use_system_font = False
palette = "#000000:#892183:#a06026:#a09526:#1e747d:#89214c:#629223:#444444:#555753:#ad0798:#ca6408:#cab808:#078a97:#ad074d:#6cb907:#e9e9e9"
foreground_color = "#181b21"
font = DejaVu Sans Mono 10
background_color = "#f3f4f6"
[[DarkFruit]]
scrollbar_position = hidden
palette = "#000000:#892183:#a06026:#a09526:#1e747d:#89214c:#629223:#444444:#555753:#ad0798:#ca6408:#cab808:#078a97:#ad074d:#6cb907:#e9e9e9"
cursor_shape = ibeam
use_system_font = False
cursor_color = "#cccccc"
foreground_color = "#f3f4f6"
font = DejaVu Sans Mono 10
background_color = "#181b21"
[[SolarizedLight]]
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2$
background_color = "#181b21"
cursor_color = "#002b36"
foreground_color = "#f3f4f6"
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = DarkFruit
[[[window0]]]
type = Window
parent = ""
[plugins]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment