Skip to content

noah-art3mis/mirage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirage

Helps you pick colors for simulacrum plates.

Available at https://mirage-five.vercel.app/

Part of AUTOMATON, the simulacrum automation package.

How to

  1. Configure parameters:

    • Palette : your palette. For example, you can upload a book cover here.
    • Gradient Size : 1 for single color background, 2 for two color gradient, etc
    • Contrast Threshold : plates with low contrast are skipped
      • for higher gradient sizes, a lower threshold is recommended
    • Shuffle : shuffle order of plates
  2. Click the plates you like and they will be added to the result text box.

  3. Click Copy. Paste the resulting CSS into Facsimile.

Examples

KSI Palette

'#C4B9B3', '#434343', '#657189'

--c-1: rgb(196, 185, 179);
--c-2: linear-gradient(0deg, rgb(67, 67, 67), rgb(67, 67, 67));

--plate-text-color: rgb(196, 185, 179)
--plate-bg-image: linear-gradient(285deg in hsl longer hue, rgb(101, 113, 137), rgb(67, 67, 67)), url("static/white.png")

FG Palette

'#CDC0BA', '#734C48', '#F2D0A7', '#9B95BF', '#37262C', '#836153'

--c1: rgb(55, 38, 44);
--c2: linear-gradient(180deg, rgb(242, 208, 167), rgb(242, 208, 167), rgb(155, 149, 191));

TODO

  • fix: result persists after randomization (regex to check if plate is in the text)
  • fix: move palette to basic
  • fix: hide advanced
  • fix: palette placeholder doesnt break lines properly
  • fix: messing with parameters makes plates disappear (rare)
  • fix: need to press default twice for reset

TODO (unlikely)