Created
October 12, 2014 01:05
-
-
Save mdrx-io/8eff807dd18b9d7f6dcf to your computer and use it in GitHub Desktop.
Solarized-Dark 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] | |
title_transmit_bg_color = "#000000" | |
handle_size = 2 | |
title_inactive_bg_color = "#000000" | |
[keybindings] | |
hide_window = <Shift><Control>a | |
[profiles] | |
[[default]] | |
scrollbar_position = hidden | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
scrollback_lines = 5000 | |
use_system_font = False | |
cursor_color = "#eee8d5" | |
foreground_color = "#eee8d5" | |
scroll_on_output = False | |
show_titlebar = False | |
font = Terminus 9 | |
background_color = "#002b36" | |
background_darkness = 0.95 | |
background_type = transparent | |
cursor_blink = False | |
scrollback_infinite = True | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment