diff --git a/README.md b/README.md
index ef9100f..e8bd1c8 100644
--- a/README.md
+++ b/README.md
@@ -22,16 +22,10 @@
Make tmux powerful and pretty 🥊💅
-
-
-
- tmux2k full screenshot
-
-
- tmux2k statusbar screenshot
+ tmux2k in action
@@ -46,6 +40,22 @@ tmux2k is a highly customizable framework designed to enhance your tmux status b
- **Ease of Customization**: Customize and extend tmux2k effortlessly, thanks to its intuitive configuration options and flexible architecture.
- **Dynamic Updates**: Enjoy real-time updates and dynamic content rendering for a seamless and responsive user experience.
+### 🎨 Available Themes:
+
+- default
+ 
+ 
+ 
+- catppuccin
+ 
+ 
+- gruvbox
+ 
+ 
+- onedark
+ 
+ 
+
### 🧩 Available Plugins
- `battery`: Show battery stats and percentage
@@ -138,14 +148,7 @@ set -g @tmux2k-cpu-colors "blue dark_gray"
> You may have to restart `tmux` for some changes to reflect
-### 🎨 Themes
-
-#### Available Themes:
-
-- default
-- catppuccin
-- gruvbox
-- onedark
+### 🖌️ Customize Colors
#### Available Colors:
diff --git a/images/catppuccin-icons.png b/images/catppuccin-icons.png
new file mode 100644
index 0000000..d0657d8
Binary files /dev/null and b/images/catppuccin-icons.png differ
diff --git a/images/catppuccin.png b/images/catppuccin.png
new file mode 100644
index 0000000..7d9dbff
Binary files /dev/null and b/images/catppuccin.png differ
diff --git a/images/default-icons.png b/images/default-icons.png
new file mode 100644
index 0000000..c55aa16
Binary files /dev/null and b/images/default-icons.png differ
diff --git a/images/default-no-powerline.png b/images/default-no-powerline.png
new file mode 100644
index 0000000..59beda0
Binary files /dev/null and b/images/default-no-powerline.png differ
diff --git a/images/default.png b/images/default.png
new file mode 100644
index 0000000..225aeb6
Binary files /dev/null and b/images/default.png differ
diff --git a/images/gruvbox-icons.png b/images/gruvbox-icons.png
new file mode 100644
index 0000000..4293063
Binary files /dev/null and b/images/gruvbox-icons.png differ
diff --git a/images/gruvbox.png b/images/gruvbox.png
new file mode 100644
index 0000000..a9f1502
Binary files /dev/null and b/images/gruvbox.png differ
diff --git a/images/onedark-icons.png b/images/onedark-icons.png
new file mode 100644
index 0000000..f56355c
Binary files /dev/null and b/images/onedark-icons.png differ
diff --git a/images/onedark.png b/images/onedark.png
new file mode 100644
index 0000000..2b9bc71
Binary files /dev/null and b/images/onedark.png differ
diff --git a/images/screenshot-full.png b/images/screenshot-full.png
deleted file mode 100644
index 85f7061..0000000
Binary files a/images/screenshot-full.png and /dev/null differ
diff --git a/images/screenshot.png b/images/screenshot.png
index 8b919e1..2e99116 100644
Binary files a/images/screenshot.png and b/images/screenshot.png differ
diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh
index b2e8a74..3ffabbf 100755
--- a/scripts/tmux2k.sh
+++ b/scripts/tmux2k.sh
@@ -213,7 +213,6 @@ window_list() {
"#[fg=${wfg},bg=${wbg}]${wl_sep}#[bg=${wfg}]${current_flags}#[fg=${wbg}] #I:#W #[fg=${wfg},bg=${wbg}]${wr_sep}"
tmux set-window-option -g window-status-format \
"#[fg=${bg_alt},bg=${wbg}]${wl_sep}#[bg=${bg_alt}]${flags}#[fg=${white}] #I:#W #[fg=${bg_alt},bg=${wbg}]${wr_sep}"
- pl_bg=${wbg}
else
tmux set-window-option -g window-status-current-format "#[fg=${wbg},bg=${wfg}] #I:#W ${current_flags} "
tmux set-window-option -g window-status-format "#[fg=${white},bg=${bg_alt}] #I:#W ${flags} "