Skip to content

Instantly share code, notes, and snippets.

@doubleo2
Created November 24, 2011 05:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doubleo2/1390692 to your computer and use it in GitHub Desktop.
Save doubleo2/1390692 to your computer and use it in GitHub Desktop.
Solarized palette for Terminator terminal emulator
# 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