Skip to content

Instantly share code, notes, and snippets.

@theandersonn
Created April 23, 2020 10:25
Show Gist options
  • Save theandersonn/d53823f121bae1bc4d14bf3f2f6c5d0e to your computer and use it in GitHub Desktop.
Save theandersonn/d53823f121bae1bc4d14bf3f2f6c5d0e to your computer and use it in GitHub Desktop.
Color-Scheme (terminator)
[global_config]
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
show_titlebar = False
[[test]]
show_titlebar = False
palette = "#000000:#b04b57:#87b379:#e5c179:#7d8fa4:#a47996:#85a7a5:#b3b8c3:#000000:#b04b57:#87b379:#e5c179:#7d8fa4:#a47996:#85a7a5:#ffffff"
background_color = "#20242d"
cursor_color = "#b3b8c3"
foreground_color = "#b3b8c3"
background_image = None
@theandersonn
Copy link
Author

theandersonn commented Apr 23, 2020

# Update sources.list
sudo apt-get update

# Install Terminator
sudo apt-get install terminator

# set color scheme
~/.config/terminator/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment