From c053ee2562cfdecbadca59fde6d62f15194c1602 Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Sat, 19 Oct 2024 13:46:34 -0700 Subject: [PATCH] fix: removing theme_enable_icons It looks like it's unused so removing to make shellcheck happy --- README.md | 3 --- src/theme.sh | 1 - 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 299005e..10a7e23 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,6 @@ Hit prefix + I to fetch the plugin and source it. You can | Configuration | Description | Avaliable Options | Default | | ----------------------------------- | ----------------------------------------- | ----------------------------------------------------------------------- | ------------------ | | `@theme_variation` | The tokyo night theme variation to be use | `night`, `storm`, `moon` | `night` | -| `@theme_enable_icons` | Switch icons in window list and plugins | `1`, `0` | `1` | | `@theme_active_pane_border_style` | | | `#737aa2` | | `@theme_inactive_pane_border_style` | | | `#292e42` | | `@theme_left_separator` | | | `` | @@ -163,8 +162,6 @@ set -g @theme_transparent_right_separator_inverse '' ![Screenshot 2024-09-07 at 12 39 35](https://github.com/user-attachments/assets/a33417b1-34e0-4212-952e-7ef1e240e943) - - [features]: #features [screenshots]: #screenshots [install]: #install diff --git a/src/theme.sh b/src/theme.sh index 5298f6a..7fe7d80 100755 --- a/src/theme.sh +++ b/src/theme.sh @@ -8,7 +8,6 @@ CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" . "$CURRENT_DIR/utils.sh" theme_variation=$(get_tmux_option "@theme_variation" "night") -theme_enable_icons=$(get_tmux_option "@theme_enable_icons" 1) theme_disable_plugins=$(get_tmux_option "@theme_disable_plugins" 0) # shellcheck source=src/palletes/night.sh