diff --git a/README.md b/README.md index 0fa8fb7..9bd5fbf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A repository of my personal configuration files. * [git](https://git-scm.com/) * [gnome](https://www.gnome.org/) * [mutt](http://www.mutt.org/) +* [terminator](https://gnometerminator.blogspot.nl) * [tmux](https://tmux.github.io/) * [vim](http://www.vim.org/) * [zeal](https://zealdocs.org/) @@ -27,4 +28,4 @@ A repository of my personal configuration files. This theme is released under the MIT License. For more information read the [license][license]. -[license]: https://github.com/alrayyes/dotfiles/blob/master/LICENSE.md \ No newline at end of file +[license]: https://github.com/alrayyes/dotfiles/blob/master/LICENSE.md diff --git a/terminator/.config/terminator/config b/terminator/.config/terminator/config new file mode 100644 index 0000000..493fba8 --- /dev/null +++ b/terminator/.config/terminator/config @@ -0,0 +1,21 @@ +[global_config] +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + background_color = "#002b36" + background_darkness = 0.66 + background_image = None + background_type = transparent + font = PragmataPro 11 + foreground_color = "#839496" + palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + use_system_font = False