Updates to fix dependencies
This commit is contained in:
@@ -1,9 +1,24 @@
|
||||
# Load pywal colors (extract from ~/.cache/wal/colors.json)
|
||||
set -g theme_0 (jq -r '.colors.color0' ~/.cache/wal/colors.json) # Primary color
|
||||
set -g theme_1 (jq -r '.colors.color1' ~/.cache/wal/colors.json) # Secondary color (e.g., for git, @)
|
||||
set -g theme_2 (jq -r '.colors.color2' ~/.cache/wal/colors.json) # Third color (e.g., for hostname)
|
||||
set -g background_color (jq -r '.special.background' ~/.cache/wal/colors.json) # Background color
|
||||
set -g foreground_color (jq -r '.special.foreground' ~/.cache/wal/colors.json) # Foreground color
|
||||
if test -e $HOME/.cache/wal/colors.json
|
||||
set -g theme_0 (jq -r '.colors.color0' ~/.cache/wal/colors.json) # Primary color
|
||||
set -g theme_1 (jq -r '.colors.color1' ~/.cache/wal/colors.json) # Secondary color (e.g., for git, @)
|
||||
set -g theme_2 (jq -r '.colors.color2' ~/.cache/wal/colors.json) # Third color (e.g., for hostname)
|
||||
set -g background_color (jq -r '.special.background' ~/.cache/wal/colors.json) # Background color
|
||||
set -g foreground_color (jq -r '.special.foreground' ~/.cache/wal/colors.json) # Foreground color
|
||||
else
|
||||
set -g background_color "#1e1e2e" # Dark slate
|
||||
set -g foreground_color "#cdd6f4" # Soft white/light gray
|
||||
|
||||
# Primary and accent colors
|
||||
set -g theme_0 "#a6e3a1" # Green - success, directories
|
||||
set -g theme_1 "#f38ba8" # Red - errors, git changes
|
||||
set -g theme_2 "#89b4fa" # Blue - hostnames, info
|
||||
|
||||
# Extra accent colors
|
||||
set -g theme_3 "#f9e2af" # Yellow - warnings
|
||||
set -g theme_4 "#cba6f7" # Magenta - user prompts
|
||||
set -g theme_5 "#94e2d5" # Cyan - secondary info
|
||||
end
|
||||
|
||||
# BOBTHEFISH COLORING: Apply pywal colors to the bobthefish theme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user