You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
155 B
7 lines
155 B
#! /bin/bash
|
|
|
|
color15=#ccd9d4
|
|
color3=#628679
|
|
|
|
sed -i '/@fg:mix/d' $1
|
|
echo '#define COLOR @fg:mix('$color15', '$color3', clamp(d / GRADIENT, 0, 1))' >> $1
|
|
|