Skip to content

Commit

Permalink
Merge pull request #95 from wenijinew/np
Browse files Browse the repository at this point in the history
Np
  • Loading branch information
wenijinew authored Dec 18, 2024
2 parents d187de5 + 8fcf7c2 commit e7a0919
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 31 deletions.
4 changes: 2 additions & 2 deletions eutmux.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ replace_legacy_placeholders(){
generate_palette_colors(){
local color_name min_color max_color dark_base_color
# dark_base_color doesn't have default value but has higher priority than color_name
color_name="${1:-color.ColorName.RANDOM}"
color_name="${1:-color.ColorName.BLUE}"
min_color="${2:-20}"
max_color="${3:-40}"
dark_base_color="${4:-${DARK_BASE_COLOR}}" # elite-dark-blue: #1a1b26, github-dimmed: #23272e
Expand Down Expand Up @@ -351,7 +351,7 @@ usage(){
}

setup
while getopts "adDrRt:T:" opt; do
while getopts "ac:dDrRt:T:" opt; do
case $opt in
a) show_all_themes; exit $? ;;
c) DARK_BASE_COLOR="${OPTARG}" ;;
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
peelee>=0.2.22
loguru>=0.7.0
seaborn>=0.12.2
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
58 changes: 29 additions & 29 deletions template.4.theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,60 +4,60 @@ terminal:
background: "#231f32"
status_line:
foreground: "C_06_01"
background: "C_06_14"
background: "C_06_17"
left_icon: ""
right_icon: ""
left_decorator: ""
right_decorator: ""
fg_format: "C_06_04"
bg_format: "C_06_10"
fg_icon: "C_06_04"
bg_icon: "C_06_11"
fg_decorator: "C_06_11"
bg_decorator: "C_06_14"
fg_format: "C_06_06"
bg_format: "C_06_13"
fg_icon: "C_06_06"
bg_icon: "C_06_15"
fg_decorator: "C_06_15"
bg_decorator: "C_06_17"
style: "nobold,nounderscore,noitalics"
status_left:
fg_format: "C_06_04"
bg_format: "C_06_14"
fg_icon: "C_06_04"
bg_icon: "C_06_10"
fg_decorator: "C_06_10"
bg_decorator: "C_06_14"
fg_format: "C_04_08"
bg_format: "C_06_17"
fg_icon: "C_06_06"
bg_icon: "C_06_13"
fg_decorator: "C_06_13"
bg_decorator: "C_06_17"
icon: ""
decorator: ""
style: "nobold,nounderscore,noitalics"
window:
active:
fg_window: "C_06_14"
bg_window: "C_06_04"
fg_window: "C_06_17"
bg_window: "C_06_06"
fg_window_index: "C_06_02"
bg_window_index: "C_06_08"
fg_icon: "C_06_04"
fg_icon: "C_06_06"
bg_icon: "C_06_08"
fg_decorator: "C_06_08"
bg_decorator: "C_06_14"
bg_decorator: "C_06_17"
icon: ""
decorator: ""
style: "nobold,nounderscore,noitalics"
inactive:
fg_window: "C_06_04"
bg_window: "C_06_10"
fg_window_index: "C_06_04"
bg_window_index: "C_06_11"
fg_window: "C_06_06"
bg_window: "C_06_13"
fg_window_index: "C_06_06"
bg_window_index: "C_06_15"
fg_icon: ""
bg_icon: ""
fg_decorator: "C_06_11"
bg_decorator: "C_06_14"
fg_decorator: "C_06_15"
bg_decorator: "C_06_17"
icon: ""
decorator: ""
style: "nobold,nounderscore,noitalics"
status_right:
icon: ""
decorator: ""
style: "nobold,nounderscore,noitalics"
fg_format: "C_06_04"
bg_format: "C_06_10"
fg_icon: "C_06_04"
bg_icon: "C_06_11"
fg_decorator: "C_06_11"
bg_decorator: "C_06_14"
fg_format: "C_06_06"
bg_format: "C_06_13"
fg_icon: "C_06_06"
bg_icon: "C_06_15"
fg_decorator: "C_06_15"
bg_decorator: "C_06_17"
70 changes: 70 additions & 0 deletions template.5.theme.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
terminal:
foreground: "#b7b7ff"
background: "#231f32"
status_line:
foreground: "C_06_01"
background: "C_06_17"
left_icon: ""
right_icon: ""
left_decorator: ""
right_decorator: ""
fg_format: "C_06_06"
bg_format: "C_06_13"
fg_icon: "C_06_06"
bg_icon: "C_06_15"
fg_decorator: "C_06_15"
bg_decorator: "C_06_17"
style: "nobold,nounderscore,noitalics"
status_left:
fg_format: "C_04_08"
bg_format: "C_06_17"
fg_icon: "C_06_06"
bg_icon: "C_06_13"
fg_decorator: "C_06_13"
bg_decorator: "C_06_17"
icon: ""
decorator: ""
style: "nobold,nounderscore,noitalics"
window:
active:
fg_window: "C_04_17"
bg_window: "C_04_06"
fg_window_index: "C_04_17"
bg_window_index: "C_04_10"
fg_icon: "C_04_06"
bg_icon: "C_04_08"
fg_decorator: "C_04_10"
bg_decorator: "C_04_17"
icon: ""
decorator: ""
style: "nobold,nounderscore,noitalics"
inactive:
fg_window: "C_06_06"
bg_window: "C_06_13"
fg_window_index: "C_06_06"
bg_window_index: "C_06_15"
fg_icon: ""
bg_icon: ""
fg_decorator: "C_06_15"
bg_decorator: "C_06_17"
icon: ""
decorator: ""
style: "nobold,nounderscore,noitalics"
status_right:
icon: ""
decorator: ""
style: "nobold,nounderscore,noitalics"
fg_format: "C_06_06"
bg_format: "C_06_13"
fg_icon: "C_06_06"
bg_icon: "C_06_15"
fg_decorator: "C_06_15"
bg_decorator: "C_06_17"
directory:
fg_format: "C_05_06"
bg_format: "C_05_13"
fg_icon: "C_05_06"
bg_icon: "C_05_15"
fg_decorator: "C_05_15"
bg_decorator: "C_05_17"

0 comments on commit e7a0919

Please sign in to comment.