Created
July 26, 2014 19:59
-
-
Save rajanand02/e9eeba0b8bcba542ca10 to your computer and use it in GitHub Desktop.
terminator configuration with solarized theme
This file contains 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] | |
custom_url_handler = Terminator | |
enabled_plugins = CustomCommandsMenu, LaunchpadBugURLHandler | |
title_transmit_bg_color = "#d30102" | |
focus = system | |
[keybindings] | |
[profiles] | |
[[default]] | |
scrollbar_position = hidden | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
login_shell = True | |
background_darkness = 0.0 | |
cursor_shape = ibeam | |
background_image = None | |
cursor_color = "#eee8d5" | |
foreground_color = "#eee8d5" | |
use_custom_command = True | |
icon_bell = False | |
show_titlebar = False | |
custom_command = TERM=screen-256color-bce tmux -u | |
background_color = "#002b36" | |
[[solarized-dark]] | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
custom_command = TERM=screen-256color-bce tmux -u | |
background_image = None | |
cursor_color = "#002b36" | |
foreground_color = "#2fa615" | |
background_color = "#eee8d5" | |
[[solarized-light]] | |
background_image = None | |
[[new]] | |
background_image = None | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[[[window0]]] | |
type = Window | |
parent = "" | |
size = 800, 600 | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment