Skip to content

Commit

Permalink
feat: add terminator support
Browse files Browse the repository at this point in the history
  • Loading branch information
loliee committed Sep 18, 2019
1 parent bfc34c5 commit 6a5bd09
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions terminator/README.md
Original file line number Diff line number Diff line change
@@ -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)
17 changes: 17 additions & 0 deletions terminator/config
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 6a5bd09

Please sign in to comment.