Polish zjstatus session and mode styling

This commit is contained in:
Christopher Williams
2026-06-29 14:33:44 -04:00
parent fc90865146
commit 0c36848d7e
+15 -15
View File
@@ -30,7 +30,7 @@ layout {
color_mantle "#181818"
color_crust "#181818"
format_left "#[bg=$surface0,fg=$sapphire]#[bg=$sapphire,fg=#ffffff,bold] {session} #[bg=$surface0] {mode}#[bg=$surface0] {tabs}"
format_left "{mode}#[bg=$surface1,fg=$subtext1,bold] {session}#[bg=$surface0,fg=$surface1]#[bg=$surface0] {tabs}"
format_center "{notifications}"
format_right "#[bg=$surface0,fg=$blue]#[bg=$blue,fg=#ffffff]󰅐 #[bg=$surface1,fg=$subtext1,bold] {datetime}#[bg=$surface0,fg=$surface1]"
format_space "#[bg=$surface0]"
@@ -44,20 +44,20 @@ layout {
hide_frame_for_single_pane "false"
mode_normal "#[bg=$blue,fg=#ffffff,bold] NORMAL#[bg=$surface0,fg=$blue]"
mode_tmux "#[bg=$lavender,fg=#ffffff,bold] TMUX#[bg=$surface0,fg=$lavender]"
mode_locked "#[bg=$red,fg=#ffffff,bold] LOCKED#[bg=$surface0,fg=$red]"
mode_pane "#[bg=$teal,fg=#ffffff,bold] PANE#[bg=$surface0,fg=$teal]"
mode_tab "#[bg=$teal,fg=#ffffff,bold] TAB#[bg=$surface0,fg=$teal]"
mode_scroll "#[bg=$flamingo,fg=#ffffff,bold] SCROLL#[bg=$surface0,fg=$flamingo]"
mode_enter_search "#[bg=$flamingo,fg=#ffffff,bold] ENT-SEARCH#[bg=$surface0,fg=$flamingo]"
mode_search "#[bg=$flamingo,fg=#ffffff,bold] SEARCH#[bg=$surface0,fg=$flamingo]"
mode_resize "#[bg=$yellow,fg=#ffffff,bold] RESIZE#[bg=$surface0,fg=$yellow]"
mode_rename_tab "#[bg=$yellow,fg=#ffffff,bold] RENAME-TAB#[bg=$surface0,fg=$yellow]"
mode_rename_pane "#[bg=$yellow,fg=#ffffff,bold] RENAME-PANE#[bg=$surface0,fg=$yellow]"
mode_move "#[bg=$yellow,fg=#ffffff,bold] MOVE#[bg=$surface0,fg=$yellow]"
mode_session "#[bg=$pink,fg=#ffffff,bold] SESSION#[bg=$surface0,fg=$pink]"
mode_prompt "#[bg=$pink,fg=#ffffff,bold] PROMPT#[bg=$surface0,fg=$pink]"
mode_normal "#[bg=$blue,fg=#ffffff,bold] NORMAL #[bg=$surface1,fg=$blue]"
mode_tmux "#[bg=$lavender,fg=#ffffff,bold] TMUX #[bg=$surface1,fg=$lavender]"
mode_locked "#[bg=$red,fg=#ffffff,bold] LOCKED #[bg=$surface1,fg=$red]"
mode_pane "#[bg=$teal,fg=#ffffff,bold] PANE #[bg=$surface1,fg=$teal]"
mode_tab "#[bg=$teal,fg=#ffffff,bold] TAB #[bg=$surface1,fg=$teal]"
mode_scroll "#[bg=$flamingo,fg=#ffffff,bold] SCROLL #[bg=$surface1,fg=$flamingo]"
mode_enter_search "#[bg=$flamingo,fg=#ffffff,bold] ENT-SEARCH #[bg=$surface1,fg=$flamingo]"
mode_search "#[bg=$flamingo,fg=#ffffff,bold] SEARCH #[bg=$surface1,fg=$flamingo]"
mode_resize "#[bg=$yellow,fg=#ffffff,bold] RESIZE #[bg=$surface1,fg=$yellow]"
mode_rename_tab "#[bg=$yellow,fg=#ffffff,bold] RENAME-TAB #[bg=$surface1,fg=$yellow]"
mode_rename_pane "#[bg=$yellow,fg=#ffffff,bold] RENAME-PANE #[bg=$surface1,fg=$yellow]"
mode_move "#[bg=$yellow,fg=#ffffff,bold] MOVE #[bg=$surface1,fg=$yellow]"
mode_session "#[bg=$pink,fg=#ffffff,bold] SESSION #[bg=$surface1,fg=$pink]"
mode_prompt "#[bg=$pink,fg=#ffffff,bold] PROMPT #[bg=$surface1,fg=$pink]"
tab_normal "#[bg=$surface0,fg=$surface2]#[bg=$surface2,fg=$subtext1,bold]{index} #[bg=$surface1,fg=$subtext0] {name}{floating_indicator}#[bg=$surface0,fg=$surface1]"
tab_normal_fullscreen "#[bg=$surface0,fg=$surface2]#[bg=$surface2,fg=$subtext1,bold]{index} #[bg=$surface1,fg=$subtext0] {name}{fullscreen_indicator}#[bg=$surface0,fg=$surface1]"