Created
February 7, 2017 08:40
-
-
Save alxckn/ba2df6aba5da0f21d993c532737a0450 to your computer and use it in GitHub Desktop.
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] | |
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
focus = system | |
title_transmit_bg_color = "#d30102" | |
[keybindings] | |
full_screen = <Ctrl><Shift>F11 | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_color = "#3d3f41" | |
background_image = None | |
cursor_color = "#708284" | |
foreground_color = "#d2d8d9" | |
login_shell = True | |
palette = "#25292a:#f24840:#629655:#b68800:#2075c7:#797fd4:#15968d:#d2d8d9:#25292a:#f24840:#629655:#b68800:#2075c7:#797fd4:#15968d:#d2d8d9" | |
scrollback_lines = 5000 | |
[[default-back]] | |
background_darkness = 0.89 | |
background_image = None | |
background_type = transparent | |
foreground_color = "#ffffff" | |
login_shell = True | |
palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff" | |
[[mine]] | |
background_image = None | |
[[solarized-dark]] | |
background_color = "#002b36" | |
background_image = None | |
cursor_color = "#eee8d5" | |
foreground_color = "#eee8d5" | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#586e75:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
[[solarized-light]] | |
background_color = "#eee8d5" | |
background_image = None | |
cursor_color = "#002b36" | |
foreground_color = "#002b36" | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment