Skip to content

Commit

Permalink
Merge pull request #24 from wenijinew/3acc8cb
Browse files Browse the repository at this point in the history
First Stable Version
  • Loading branch information
wenijinew authored Sep 4, 2023
2 parents da1b324 + 3acc8cb commit 95c9fae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions dynamic.violet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ status_right:
tmux_option: " #{b:pane_current_path} "
icon: ""
decorator: ""
fg_option: "#293143"
bg_option: "#c5ac7f"
fg_icon: "#293143"
bg_icon: "#a47a2d"
fg_decorator: "#a47a2d"
fg_option: "#35293a"
bg_option: "#bdac7c"
fg_icon: "#35293a"
bg_icon: "#967b2a"
fg_decorator: "#967b2a"

date:
enabled: on
Expand Down
2 changes: 0 additions & 2 deletions violet.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ while getopts "d" opt; do
esac
done

set -x
if [ $CREATE_DYNMIC_THEME -eq $TRUE ];then
PALETTE_FILENAME=${DYNAMIC_PALETTE_FILENAME}
generate_palette_colors
Expand All @@ -111,4 +110,3 @@ create_dynamic_theme_file
create_dynamic_config_file

main
set +x

0 comments on commit 95c9fae

Please sign in to comment.