• 2 Posts
  • 23 Comments
Joined 3 months ago
cake
Cake day: June 1st, 2024

help-circle












  • sevon@lemmy.kde.socialOPtoPhoton@lemdro.idPhoton Gray Dark [Theme]
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    19 days ago

    I went and did the same to light colors. The change is more subtle, but I like it.

    {
        "slate": {
            "25": "251 251 251",
            "50": "242 242 242",
            "100": "229 229 229",
            "200": "226 226 226",
            "300": "222 222 222",
            "400": "154 153 150",
            "500": "102 102 102",
            "600": "51 51 51",
            "700": "85 85 85",
            "800": "51 51 51",
            "900": "51 51 51",
            "950": "2 6 23"
        },
        "zinc": {
            "50": "250 253 255",
            "100": "243 244 246",
            "300": "209 213 219",
            "400": "156 163 175",
            "500": "107 114 128",
            "600": "75 85 99",
            "700": "72 78 87",
            "800": "55 59 65",
            "900": "40 42 46",
            "925": "32 34 37",
            "950": "29 31 33"
        },
        "primary": {
            "100": "241 245 249",
            "900": "15 23 42"
        },
        "other": {
            "black": "0 0 0",
            "white": "255 255 255"
        }
    }
    

    Edit: Orange replaced with dark gray.

    <Also: blue accent version>
    {
        "slate": {
            "25": "251 251 251",
            "50": "242 242 242",
            "100": "229 229 229",
            "200": "226 226 226",
            "300": "222 222 222",
            "400": "154 153 150",
            "500": "102 102 102",
            "600": "51 51 51",
            "700": "85 85 85",
            "800": "51 51 51",
            "900": "51 51 51",
            "950": "2 6 23"
        },
        "zinc": {
            "50": "250 253 255",
            "100": "243 244 246",
            "300": "209 213 219",
            "400": "156 163 175",
            "500": "107 114 128",
            "600": "75 85 99",
            "700": "72 78 87",
            "800": "55 59 65",
            "900": "40 42 46",
            "925": "32 34 37",
            "950": "29 31 33"
        },
        "primary": {
            "100": "26 145 235",
            "900": "22 122 198"
        },
        "other": {
            "black": "0 0 0",
            "white": "255 255 255"
        }
    }