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' } }