Cotton Candy

Started by shawnb61, August 26, 2022, 02:16:52 AM

Previous topic - Next topic

shawnb61

Link to the theme


See readme.
Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

TwitchisMental

Nice theme, keep them coming :D.

-Rock Lee-

This goes wanting, cute designed :).


Regards
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

d3vcho

#3
Hey! Old men are now allowed to make themes?  ???

Just kidding mate, I just took a look at your themes, nice looking all of them! ;)
"Greeting Death as an old friend, they departed this life as equals"

Doug Heffernan

Agreed, nice theme.

You are on a roll @shawnb61 :D 

shawnb61

For those who like to play around with these...

You can get some very trippy effects on this one by varying the # of trails in theme.js (line 65) and the width of the trails (line 168).  Either LOTS of skinny trails, or better yet, a small # of huge trails, e.g., 60px wide.  Or... LOTS of WIDE ones... 

It's also fun to muck around with the color generator...  Emphasize some colors over others.  For example, exchange:
    let finalHexString = "#";
    for (let i = 0; i < 6; i++)
    {
        finalHexString += hexSet[Math.ceil(Math.random() * 15)];
    }
    return finalHexString;
With...
    let finalHexString = "#";
    for (let i = 0; i < 2; i++)
        finalHexString += hexSet[Math.ceil(Math.random() * 15)];
    finalHexString += "00";
    for (let i = 0; i < 2; i++)
        finalHexString += hexSet[Math.ceil(Math.random() * 15)];
    return finalHexString;

...to pull all the greens out & only use reds, blues & purples. 
Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

shawnb61

- v1.6 Color enhancements; more user control & fix some contrast issues
Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

shawnb61

v1.7 released.  Minor tweak to allow control of new SMF 2.1.4 attachment UI colors.
Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

shawnb61

Latest version uploaded - 1.10 - addresses a couple minor bugs.
Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

Advertisement: