Last active
August 5, 2016 02:37
-
-
Save ijingo/0fbc52407fbdbd9a8495 to your computer and use it in GitHub Desktop.
.config/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
#~/.config/terminator/config | |
[global_config] | |
title_transmit_bg_color = "#d30102" | |
focus = system | |
suppress_multiple_term_dialog = True | |
[keybindings] | |
[profiles] | |
[[default]] | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
copy_on_selection = True | |
background_image = None | |
background_darkness = 0.95 | |
background_type = transparent | |
use_system_font = False | |
cursor_color = "#eee8d5" | |
foreground_color = "#839496" | |
show_titlebar = False | |
font = Monospace 11 | |
background_color = "#002b36" | |
[[solarized-dark]] | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
background_color = "#002b36" | |
background_image = None | |
cursor_color = "#eee8d5" | |
foreground_color = "#839496" | |
[[solarized-light]] | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
background_color = "#fdf6e3" | |
background_image = None | |
cursor_color = "#002b36" | |
foreground_color = "#657b83" | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[[[window0]]] | |
type = Window | |
parent = "" | |
size = 800,1000 | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment