From 2f85c107e4f2be36d555b8be2894f6fd6c996845 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Wed, 19 Mar 2025 22:10:30 +0100 Subject: [PATCH] ajout theme nord termi --- .config/terminator/config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/terminator/config diff --git a/.config/terminator/config b/.config/terminator/config new file mode 100644 index 0000000..d7a42cc --- /dev/null +++ b/.config/terminator/config @@ -0,0 +1,17 @@ +[global_config] +[keybindings] +[profiles] + [[default]] + [[nord]] + background_color = "#2E3440" + foreground_color = "#D8DEE9" + palette = "#3b4252:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#88c0d0:#e5e9f0:#4c566a:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#8fbcbb:#eceff4" +[layouts] + [[default]] + [[[window0]]] + type = Window + parent = "" + [[[child1]]] + type = Terminal + parent = window0 +[plugins]