Skip to content

Instantly share code, notes, and snippets.

@bhuber
Created May 12, 2015 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhuber/a1bf85874704e18d0fd9 to your computer and use it in GitHub Desktop.
Save bhuber/a1bf85874704e18d0fd9 to your computer and use it in GitHub Desktop.
Terminator
# Stolen from https://github.com/ghuntley/terminator-solarized/blob/master/config
[global_config]
title_transmit_bg_color = "#d30102"
focus = system
use_system_font = False
font = Inconsolata-dz 13
always_split_with_profile = True
[keybindings]
[profiles]
#[[default]]
#use_system_font = False
#font = Inconsolata-dz 13
#[[solarized-dark]]
[[default]]
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
profile = solarized-dark
[[[window0]]]
type = Window
parent = ""
[plugins]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment