From 7e7e4257bca6931d35e3f4a916729705d3bd0b16 Mon Sep 17 00:00:00 2001 From: oxypomme Date: Mon, 15 Jun 2026 11:30:10 +0200 Subject: [PATCH] feat: added terminal config --- .config/foot/foot.ini | 5 +++++ .config/helix/config.toml | 1 + .config/helix/themes/zed_onedark.toml | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 .config/foot/foot.ini create mode 100644 .config/helix/config.toml create mode 100644 .config/helix/themes/zed_onedark.toml diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..49e661c --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,5 @@ +font=FiraCode Nerd Font Mono:size=9 + +[colors-dark] +alpha=0.9 + diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..c0d7158 --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1 @@ +theme = "zed_onedark" diff --git a/.config/helix/themes/zed_onedark.toml b/.config/helix/themes/zed_onedark.toml new file mode 100644 index 0000000..9390636 --- /dev/null +++ b/.config/helix/themes/zed_onedark.toml @@ -0,0 +1,2 @@ +inherits = "zed_onedark" +"ui.background" = {}