Last active
October 21, 2017 13:31
-
-
Save victorfsf/70ff077a8cffdc08daeab898b103834c to your computer and use it in GitHub Desktop.
Terminator config (~/.config/terminator/)
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] | |
suppress_multiple_term_dialog = True | |
[keybindings] | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_color = "#282a36" | |
background_image = None | |
font = Fira Mono for Powerline Medium 10 | |
foreground_color = "#eff0eb" | |
palette = "#282a36:#ff5c57:#5af78e:#f3f99d:#57c7ff:#ff6ac1:#9aedfe:#f1f1f0:#686868:#ff5c57:#5af78e:#f3f99d:#57c7ff:#ff6ac1:#9aedfe:#eff0eb" | |
[[Tomorrow Night + Pure]] | |
background_color = "#1d1f21" | |
background_image = None | |
font = Fira Mono for Powerline Medium 10 | |
foreground_color = "#f1f1f0" | |
palette = "#1d1f21:#ff5c57:#5af78e:#f3f99c:#57c7ff:#ff69c0:#99edfe:#f1f1f0:#969896:#ff5c57:#59f78d:#f3f99d:#57c7ff:#ff69c0:#95e6f7:#f1f1f0" | |
use_system_font = False | |
[[Pure]] | |
background_color = "#282a36" | |
background_image = None | |
font = Fira Mono for Powerline Medium 10 | |
foreground_color = "#eff0eb" | |
palette = "#282a36:#ff5c57:#5af78e:#f3f99d:#57c7ff:#ff6ac1:#9aedfe:#f1f1f0:#686868:#ff5c57:#5af78e:#f3f99d:#57c7ff:#ff6ac1:#9aedfe:#eff0eb" | |
use_system_font = False | |
[[Tomorrow Night]] | |
background_color = "#1d1f21" | |
background_image = None | |
font = Fira Mono for Powerline Medium 10 | |
foreground_color = "#c5c8c6" | |
palette = "#1d1f21:#cc6666:#b5bd68:#f0c674:#81a2be:#b294bb:#8abeb7:#373b41:#969896:#cc6666:#b5bd68:#f0c674:#81a2be:#b294bb:#8abeb7:#282a2e" | |
use_system_font = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment