diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-24 09:53:39 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-24 09:53:39 +0200 |
commit | 4581376a1b136bda087190f4c6b440d55801aeaa (patch) | |
tree | 8f8fc46e8300ab53c75c8f5abd4de5e4e2d3bd51 /.cache/wal/colors-tty.sh | |
parent | b15aab08a3301f0e6e6d2c1fda57b0c19968ea43 (diff) |
zathura update + new scheme
Diffstat (limited to '.cache/wal/colors-tty.sh')
-rw-r--r-- | .cache/wal/colors-tty.sh | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/.cache/wal/colors-tty.sh b/.cache/wal/colors-tty.sh index 3e7acdb..fa6c2c2 100644 --- a/.cache/wal/colors-tty.sh +++ b/.cache/wal/colors-tty.sh @@ -1,19 +1,19 @@ #!/bin/sh [ "${TERM:-none}" = "linux" ] && \ - printf '%b' '\e]P0141415 - \e]P1292b37 - \e]P23c2a27 - \e]P33b3033 - \e]P43f3330 - \e]P54b4240 - \e]P666615a - \e]P7c4c4c4 - \e]P84e4e4f - \e]P9292b37 - \e]PA3c2a27 - \e]PB3b3033 - \e]PC3f3330 - \e]PD4b4240 - \e]PE66615a - \e]PFc4c4c4 + printf '%b' '\e]P01c1c1c + \e]P1616c71 + \e]P27f8485 + \e]P39099ba + \e]P4c79c95 + \e]P59fc0c8 + \e]P6e4b695 + \e]P7c6c6c6 + \e]P8545454 + \e]P9616c71 + \e]PA7f8485 + \e]PB9099ba + \e]PCc79c95 + \e]PD9fc0c8 + \e]PEe4b695 + \e]PFc6c6c6 \ec' |