diff --git a/terminator/README.md b/terminator/README.md new file mode 100644 index 0000000..685b728 --- /dev/null +++ b/terminator/README.md @@ -0,0 +1,18 @@ +# Patatetoy - Terminator Presets + +Patatetoy is a joyful [colorscheme](https://github.com/loliee/patatetoy) +for daily use. + +## Install + +Edit your `~/.config/terminator/config and add the `patetetoy` profile from: + +``` +curl -Ls https://raw.githubusercontent.com/loliee/patatetoy/master/terminator/config \ + -o /tmp/terminator_config +vi /tmpterminator_config +``` + +## License + +MIT © [Maxime Loliée](http://loliee.com) diff --git a/terminator/config b/terminator/config new file mode 100644 index 0000000..9351aa7 --- /dev/null +++ b/terminator/config @@ -0,0 +1,17 @@ +[profiles] + [[default]] + [[patatetoy]] + palette = "#3a3a3a:#f1532b:#82c477:#ffe041:#5fb1dd:#c4a6c7:#7fc7ec:#cacac0:#6c6e6d:#fe6744:#88d17e:#faea59:#73b9dc:#d5b8d5:#92cce9:#f8f6ec" + foreground_color = "#cacac0" + background_color = "#292b2e" + cursor_color = "#c8c7c6" +[layouts] + [[default]] + [[[child1]]] + type = Terminal + parent = window0 + profile = patatetoy + [[[window0]]] + type = Window + parent = "" +[plugins]