From fc52854b5ea9a30eb5041bd40b5a12d162b73d88 Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Wed, 27 Mar 2024 11:10:54 +0530 Subject: [PATCH] docs: add themes to readme --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fce8e6..ef9100f 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,21 @@ set -g @tmux2k-show-powerline false # disable powerline # change refresh rate set -g @tmux2k-refresh-rate 5 +# to hide powerline +set -g @tmux2k-show-powerline false + +# to customize theme +set -g @tmux2k-theme 'onedark' + +# to show icons only +set -g @tmux2k-icons-only true + # to customize colors set -g @tmux2k-text '#cdcdcd' # change text to white set -g @tmux2k-bg-main '#ffffff' # change bg to white set -g @tmux2k-yellow '#f8c800' # change yellow color + # to customize plugin colors set -g @tmux2k-[plugin-name]-colors "[background] [foreground]" set -g @tmux2k-cpu-colors "blue dark_gray" @@ -128,9 +138,16 @@ set -g @tmux2k-cpu-colors "blue dark_gray" > You may have to restart `tmux` for some changes to reflect -### 🎨 Colors +### 🎨 Themes -### Available Colors: +#### Available Themes: + +- default +- catppuccin +- gruvbox +- onedark + +#### Available Colors: - `text`: Default text color. Default: `#282a36` - `bg_main`: Background color for main sections. Default: `#15152a`