Created
December 21, 2014 00:13
-
-
Save ptrv/0e93e4b728fa4fff8869 to your computer and use it in GitHub Desktop.
terminator terminal config with zenburn colors
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 = APTURLHandler, LaunchpadCodeURLHandler, LaunchpadBugURLHandler | |
| title_transmit_bg_color = "#000000" | |
| title_inactive_bg_color = "#000000" | |
| [keybindings] | |
| hide_window = None | |
| [profiles] | |
| [[default]] | |
| scrollbar_position = hidden | |
| term = xterm-256color | |
| use_system_font = False | |
| background_darkness = 0.91 | |
| scrollback_lines = 5000 | |
| background_type = transparent | |
| color_scheme = custom | |
| # zenburn | |
| palette = "#000b13:#e89393:#9ece9e:#f0dfaf:#8cd0d3:#c0bed1:#dfaf8f:#efefef:#000b13:#e89393:#9ece9e:#f0dfaf:#8cd0d3:#c0bed1:#dfaf8f:#ffffff" | |
| background_color = "#3f3f3f" | |
| foreground_color = "#dcdccc" | |
| cursor_color = "#dcdccc" | |
| background_image = None | |
| # # old | |
| # palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" | |
| # cursor_color = "#d8d8d8" | |
| # foreground_color = "#d8d8d8" | |
| # background_color = "#3f3f3f" | |
| # background_image = None | |
| scroll_on_output = False | |
| show_titlebar = False | |
| font = Inconsolata 12 | |
| scrollback_infinite = True | |
| [[default2]] | |
| background_image = None | |
| [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