Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions migrations/1751540726.sh
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions themes/tokyo-night/zellij.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}