Last active
August 30, 2017 19:33
-
-
Save niklasad1/0b2509c01b8b2eb6e0e13816aa4fd63d to your computer and use it in GitHub Desktop.
terminator.config
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] | |
enabled_plugins = CustomCommandsMenu, TestPlugin, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
title_font = Ubuntu Mono 9 | |
title_use_system_font = False | |
[keybindings] | |
page_down_half = Page_Down | |
page_up_half = Page_Up | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_color = "#1e1f29" | |
background_darkness = 0.97 | |
background_image = None | |
background_type = transparent | |
copy_on_selection = True | |
cursor_color = "#bbbbbb" | |
font = Ubuntu Mono 12 | |
foreground_color = "#f8f8f2" | |
icon_bell = False | |
palette = "#000000:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#bbbbbb:#555555:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#ffffff" | |
show_titlebar = False | |
use_system_font = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment