Skip to content

Instantly share code, notes, and snippets.

@infoslack
Created March 14, 2012 02:41
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 infoslack/2033596 to your computer and use it in GitHub Desktop.
Save infoslack/2033596 to your computer and use it in GitHub Desktop.
My Terminator Configuration
[global_config]
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
handle_size = 1
[keybindings]
[profiles]
[[default]]
foreground_color = "#657b83"
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
font = Monaco 18
use_system_font = False
cursor_color = "#eee8d5"
scroll_background = False
login_shell = True
icon_bell = False
scrollbar_position = hidden
show_titlebar = False
copy_on_selection = True
background_color = "#002b36"
allow_bold = False
scrollback_infinite = True
cursor_blink = False
[[Dark]]
foreground_color = "#ffffff"
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
font = Monaco 18
use_system_font = False
scroll_background = False
login_shell = True
icon_bell = False
show_titlebar = False
copy_on_selection = True
scrollbar_position = hidden
cursor_blink = False
scrollback_infinite = True
[[Light]]
foreground_color = "#002b36"
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#93a1a1"
font = Monaco 15
use_system_font = False
cursor_color = "#002b36"
scroll_background = False
login_shell = True
icon_bell = False
scrollbar_position = hidden
show_titlebar = False
copy_on_selection = True
background_color = "#eee8d5"
cursor_blink = False
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = default
[[[window0]]]
type = Window
parent = ""
[plugins]
@infoslack
Copy link
Author

Contém os esquemas Dark e Light do Solarized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment