Created
November 24, 2011 05:26
-
-
Save doubleo2/1390692 to your computer and use it in GitHub Desktop.
Solarized palette for Terminator terminal emulator
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
# Save this file as config (no extension) | |
# in the ~/.config/terminator/ folder | |
# if it already exists, copy and paste palette, | |
# foreground_color and background_color into the | |
# profile section of your choosing. | |
[global_config] | |
[keybindings] | |
[profiles] | |
[[default]] | |
palette = "#073642:#d30102:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
foreground_color = "#839496" | |
background_color = "#073642" | |
[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