diff options
Diffstat (limited to 'colors/foot.sh')
| -rwxr-xr-x | colors/foot.sh | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/colors/foot.sh b/colors/foot.sh new file mode 100755 index 0000000..6ab66af --- /dev/null +++ b/colors/foot.sh @@ -0,0 +1,27 @@ +#!/bin/sh +. ./colors.sh + +cat <<HEREDOC +# $theme +[colors] +foreground = $foreground +background = $background + +regular0 = $black +regular1 = $red +regular2 = $green +regular3 = $yellow +regular4 = $blue +regular5 = $magenta +regular6 = $cyan +regular7 = $white + +bright0 = $brblack +bright1 = $brred +bright2 = $brgreen +bright3 = $bryellow +bright4 = $brblue +bright5 = $brmagenta +bright6 = $brcyan +bright7 = $brwhite +HEREDOC |
