From c488c5aa18462726c78f64c937a172530ba4c523 Mon Sep 17 00:00:00 2001 From: Joel AZEMAR Date: Thu, 3 Jul 2025 13:12:19 +0200 Subject: [PATCH] Zellij more obvious text highlight --- migrations/1751540726.sh | 6 ++++++ themes/tokyo-night/zellij.kdl | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 migrations/1751540726.sh diff --git a/migrations/1751540726.sh b/migrations/1751540726.sh new file mode 100644 index 000000000..a4b8eafa3 --- /dev/null +++ b/migrations/1751540726.sh @@ -0,0 +1,6 @@ +if [ -f ~/.config/zellij/themes/tokyo-night.kdl ]; then + echo "Updating Zellij theme to tokyo-night" + cp -vf $OMAKUB_PATH/themes/tokyo-night/zellij.kdl ~/.config/zellij/themes/tokyo-night.kdl +else + echo "Not using tokyo-night theme" +fi diff --git a/themes/tokyo-night/zellij.kdl b/themes/tokyo-night/zellij.kdl index 87cdc9945..882fc6f6f 100644 --- a/themes/tokyo-night/zellij.kdl +++ b/themes/tokyo-night/zellij.kdl @@ -11,5 +11,9 @@ themes { cyan 42 195 222 white 192 202 245 orange 255 158 100 + + // For a more obvious text highlight + selection_background "#e0af68" // This is the hex for your 'yellow' + selection_foreground "#1a1b26" // This is the hex for your 'bg' } }