.files/.config/isotope.dark

5 lines
254 B
Plaintext
Raw Normal View History

2022-03-01 17:32:57 +00:00
#!/bin/sh
2022-03-01 20:28:15 +00:00
if [[ "$TERM" = "vt102" || "$TERM" = "linux" ]]; then
printf "\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"
2022-03-01 17:32:57 +00:00
fi