.files/.config/sxmo/isotope.dark

25 lines
324 B
Bash

#!/bin/sh
if [ "$TERM" = "vt102" || "$TERM" = "linux" ]; then
/bin/echo -e "
\e]P0000000
\e]P1ff0000
\e]P233ff00
\e]P3ff0099
\e]P40066ff
\e]P5cc00ff
\e]P600ffff
\e]P7d0d0d0
\e]P8808080
\e]P9ff0000
\e]PA33ff00
\e]PBff0099
\e]PC0066ff
\e]PDcc00ff
\e]PE00ffff
\e]PFffffff
"
# get rid of artifacts
clear
fi