Last active
May 27, 2023 21:20
-
-
Save mswell/c0f05d418f87a9f4c1733186642ea767 to your computer and use it in GitHub Desktop.
Terminator Dracula theme
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] | |
window_state = maximise | |
handle_size = 0 | |
title_hide_sizetext = True | |
title_transmit_fg_color = "#bd93f9" | |
title_inactive_fg_color = "#f8f8f2" | |
title_receive_bg_color = "#282a36" | |
title_transmit_bg_color = "#282a36" | |
title_receive_fg_color = "#8be9fd" | |
tab_position = hidden | |
title_inactive_bg_color = "#282a36" | |
[keybindings] | |
[profiles] | |
[[default]] | |
scrollbar_position = hidden | |
palette = "#000000:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#bbbbbb:#555555:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#ffffff" | |
font = Hack 12 | |
background_image = None | |
cursor_shape = underline | |
use_system_font = False | |
cursor_color = "#bbbbbb" | |
foreground_color = "#f8f8f2" | |
update_records = False | |
login_shell = True | |
copy_on_selection = True | |
background_color = "#1e1f29" | |
cursor_blink = False | |
scrollback_infinite = True | |
[[terminator_default]] | |
palette = "#44475a:#ff5555:#50fa7b:#ffb86c:#3465a4:#ff79c6:#f1fa8c:#44475a:#44475a:#ff5555:#50fa7b:#ffb86c:#729fcf:#ad7fa8:#f1fa8c:#44475a" | |
copy_on_selection = True | |
background_color = "#282a36" | |
background_image = None | |
foreground_color = "#f8f8f2" | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
command = "" | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[plugins] |
Font didn't work well. Removed that line (18), saved and restarted and it did the job. Thank you for your contribution. :)
Same here, thanks. That font line made it weird on my ubuntu 20.04.
Hack font can be found here
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👏 👏 👏