Skip to content

rainbow and monochromatic theme by starsword

Screenshot of rainbow and monochromatic theme

Details

Authorstarsword

LicenseNo License

Categoryewow.zone

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Want more colors in your EWOW? Less? I've got you covered! EWOW

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         rainbow and monochromatic theme
@version      20250318.11.51
@namespace    ?
@description  Want more EWOW themes? I made some!
==/UserStyle== */

@-moz-document domain("ewow.zone") {
:root {
        --gradient: linear-gradient(180deg,#ff286a,#ffef69,#53efff);
        --text: #33008c;
        --textlight: #a357e6;
        --textlink: #702bff;
        --textwarn: #f72e92;
        --mainbg: #fff;
        --footbg: #fff;
        --responsebox: #d875fb;
        --buttonbox: #b925f9;
        --buttonhover: #8e1edb;
    }
    
    body[data-theme="dark"] {
        --gradient: linear-gradient(180deg,#040404,#2d2d2d);
          --text: #b3b3b3;
          --textlight: #5e5e5e;
          --textlink: #666;
          --textwarn: #fff;
          --mainbg: #000;
          --footbg: #000;
          --responsebox: #202020;
          --buttonbox: #484848;
          --buttonhover: #868686
    }

/* thanks CarbonFiber for creating the pink theme, which i used to make this one! :3 */
}

Reviews

No reviews yet.