From bd228dd64b80b58e11857e6466b64d5d888c9aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Mon, 30 Nov 2020 19:44:35 +0100 Subject: [PATCH] Add kali color-scheme for terminator #96 --- etc/xdg/terminator/config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/xdg/terminator/config diff --git a/etc/xdg/terminator/config b/etc/xdg/terminator/config new file mode 100644 index 00000000..cbf7767a --- /dev/null +++ b/etc/xdg/terminator/config @@ -0,0 +1,11 @@ +[global_config] + title_transmit_bg_color = "#2777ff" + title_receive_bg_color = "#d41919" + title_inactive_fg_color = "#ffffff" + title_inactive_bg_color = "#23252e" +[profiles] + [[default]] + background_darkness = 0.95 + background_type = transparent + palette = "#1f2229:#d41919:#5ebdab:#fea44c:#367bf0:#9755b3:#49aee6:#e6e6e6:#198388:#ec0101:#47d4b9:#ff8a18:#277fff:#962ac3:#05a1f7:#ffffff" + use_theme_colors = True \ No newline at end of file