Skip to content

Instantly share code, notes, and snippets.

@jfollmann
Created January 3, 2020 16:49
Show Gist options
  • Save jfollmann/6ba8e98b74b039f89ec2a62ea06a1181 to your computer and use it in GitHub Desktop.
Save jfollmann/6ba8e98b74b039f89ec2a62ea06a1181 to your computer and use it in GitHub Desktop.
Dracula color scheme for Terminator
(Reference: https://github.com/ItsJimi/dracula-terminator)
dracula-terminator
Dracula color scheme for Terminator
Install
Put config file in ~/.config/terminator/
[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 = Hack 12
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