From 2b2ca0a154590c1f3bb030475c89b609d9918bf0 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 24 Feb 2025 15:15:12 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-24 15:15:12 --- .config/foot/foot.ini##hostname.dpad | 3 ++- .config/zellij/config.kdl | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.config/foot/foot.ini##hostname.dpad b/.config/foot/foot.ini##hostname.dpad index 124a680c..e344df57 100644 --- a/.config/foot/foot.ini##hostname.dpad +++ b/.config/foot/foot.ini##hostname.dpad @@ -182,7 +182,8 @@ scrollback-down-page=Control+Alt+d clipboard-copy=Control+Shift+c XF86Copy clipboard-paste=Control+Shift+v XF86Paste # primary-paste=Shift+Insert -search-start=Control+Shift+r +# search-start=Control+Shift+r +search-start=none # font-increase=Control+plus Control+equal Control+KP_Add # font-decrease=Control+minus Control+KP_Subtract # font-reset=Control+0 Control+KP_0 diff --git a/.config/zellij/config.kdl b/.config/zellij/config.kdl index 8ab66ba1..7c18cbcd 100644 --- a/.config/zellij/config.kdl +++ b/.config/zellij/config.kdl @@ -276,14 +276,23 @@ themes { default { fg "#f5f5f5" bg "#121212" + // dark gray black "#121212" + // red_ember red "#B14242" + // red_ember green "#B14242" - yellow "#D79921" - blue "#3C8588" + // orange_blaze + yellow "#C4693D" + // blue + blue "#4A8B8B" + // orange_blaze magenta "#C4693D" - cyan "#689D6A" + // blue + cyan "#4A8B8B" + // off-white white "#d5d5d5" + // orange_blaze orange "#C4693D" } }