Created
October 21, 2019 13:50
-
-
Save perenciolo/dfaf36065be161016e7917894658c734 to your computer and use it in GitHub Desktop.
Ubuntu Terminator Dracula theme config put it under ~/.config/terminator/
This file contains hidden or 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] | |
| title_receive_bg_color = "#8be9fd" | |
| title_transmit_bg_color = "#ff5555" | |
| [keybindings] | |
| [layouts] | |
| [[default]] | |
| [[[child1]]] | |
| parent = window0 | |
| profile = default | |
| type = Terminal | |
| [[[window0]]] | |
| parent = "" | |
| type = Window | |
| [plugins] | |
| [profiles] | |
| [[default]] | |
| background_color = "#1e1f29" | |
| cursor_color = "#aaaaaa" | |
| font = Fira Code 14 | |
| foreground_color = "#f8f8f2" | |
| palette = "#44475a:#ff5555:#50fa7b:#f1fa8c:#8be9fd:#bd93f9:#ff79c6:#94a3a5:#000000:#ff5555:#50fa7b:#f1fa8c:#8be9fd:#bd93f9:#ff79c6:#ffffff" | |
| show_titlebar = False | |
| use_system_font = False | |
| use_theme_colors = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment