mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
added terminator config
This commit is contained in:
parent
0431aada5b
commit
e044d561d8
@ -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
|
||||
[license]: https://github.com/alrayyes/dotfiles/blob/master/LICENSE.md
|
||||
|
21
terminator/.config/terminator/config
Normal file
21
terminator/.config/terminator/config
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user