Created
July 12, 2013 00:06
-
-
Save homingli/5980372 to your computer and use it in GitHub Desktop.
Terminator config on Ubuntu for solarize color scheme.
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] | |
[keybindings] | |
[profiles] | |
[[default]] | |
scrollback_lines = 9999 | |
# solarized-dark | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
foreground_color = "#eee8d5" | |
background_color = "#002b36" | |
cursor_color = "#eee8d5" | |
[[solarized-dark]] | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
foreground_color = "#eee8d5" | |
background_color = "#002b36" | |
cursor_color = "#eee8d5" | |
[[solarized-light]] | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
background_color = "#eee8d5" | |
foreground_color = "#002b36" | |
cursor_color = "#002b36" | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clone to ~/.config/terminator/config
Source: https://github.com/ghuntley/terminator-solarized