Skip to content

Commit

Permalink
fix: removing theme_enable_icons
Browse files Browse the repository at this point in the history
It looks like it's unused so removing to make shellcheck happy
  • Loading branch information
cameronr committed Oct 19, 2024
1 parent 6a340c8 commit c053ee2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Hit <kbd>prefix</kbd> + <kbd>I</kbd> 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` | | | `` |
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c053ee2

Please sign in to comment.