From 0fb10cc2a73a3c26a1abea8159ce66e3474b887b Mon Sep 17 00:00:00 2001 From: arnaucode Date: Mon, 4 Jun 2018 19:54:05 +0200 Subject: [PATCH] added terminator config file --- README.md | 10 +++++++++- terminator-config | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 terminator-config diff --git a/README.md b/README.md index c19915e..cacae5d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Nokto XFCE Terminal Theme - +### Terminal To install, in the directory: ``` ~/.local/share/xfce4/terminal/colorschemes/ @@ -12,3 +12,11 @@ nokto.theme ``` Then in the XFCE Terminal, go to Edit/Preferences/Colors/Presets, and select Nokto. + + +### Terminator +To install, in the directory: +``` +.config/terminator/ +``` +Add the file 'terminator-config' under the name 'config'. diff --git a/terminator-config b/terminator-config new file mode 100644 index 0000000..919afea --- /dev/null +++ b/terminator-config @@ -0,0 +1,18 @@ +[global_config] + title_transmit_bg_color = "#23393c" +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + cursor_color = "#aaaaaa" + palette = "#3B4252:#BF616A:#5ca370:#EBCB8B:#94BFF3:#EC93D3:#88C0D0:#E5E9F0:#4C566A:#BF616A:#72D5A3:#EBCB8B:#94BFF3:#EC93D3:#8FBCBB:#ECEFF4" + foreground_color = "#D8DEE9" + background_color = "#20242c"