void setup(){
size(720,720);textAlign(CENTER);
}
float t=0;
void draw(){
background(0);
fill(#dc143c, 255*abs(sin(t)));
textSize(144);text("#нетвойне",360,392);
fill(#ff1493);
textSize(48);text("#StopRussianAggression",360,372);
t+=.01;
}// #つぶやきProcessing