diff --git a/modules/shared/colors/sorahiro_hard.nix b/modules/shared/colors/sorahiro_hard.nix index d04b53d..d8081f5 100755 --- a/modules/shared/colors/sorahiro_hard.nix +++ b/modules/shared/colors/sorahiro_hard.nix @@ -8,22 +8,38 @@ variant = "dark"; palette = { # Format: Name, Pantone, RAL - base00 = "#030B12"; # Rich Black / 6C / 000-15-00 - base01 = "#0C1D2E"; # Maastricht Blue / 5395C / 270-20-15 - base02 = "#203A53"; # Japanese Indigo / 534C / 260-20-20 - base03 = "#425F7C"; # Deep Space Sparkle / 7699C / 260-40-20 - base04 = "#93A9BE"; # Pewter Blue / 535C / 260-70-15 - base05 = "#B6C5D5"; # Pastel Blue / 5445C / 260-80-10 - base06 = "#D6DFE8"; # Gainsboro / 642C / 260-90-05 - base07 = "#F0F3F7"; # White / 656C / 290-92-05 - base08 = "#F59331"; # Deep Saffron / 715C / 070-70-70 - base09 = "#F5F531"; # Maximum Yellow / 394C / 100-80-80 - base0A = "#93F531"; # French Lime / 7488C / 120-70-75 - base0B = "#31F593"; # Eucalyptus / 3385C / 160-70-50 - base0C = "#3193F5"; # Brilliant Azure / 2727C / 280-50-40 - baseOD = "#9331F5"; # Blue-Violet / 7442C / 300-40-45 - base0E = "#F53193"; # Royal Pink / 232C / 350-50-50 - base0F = "#F53131"; # Deep Carmine Pink / 1788C / 040-50-70 + base00 = "#000000"; # Black / 419C / 9005 + base01 = "#060a0f"; # Rich Black / 532C / 9005 + base02 = "#212c38"; # Yankees Blue / 433C / 5011 + base03 = "#3f5268"; # Police Blue / 432C / 5000 + base04 = "#617b9a"; # Slate Gray / 5415C / 5014 + base05 = "#90a7c1"; # Pewter Blue / 535C / 5024 + base06 = "#c9d3df"; # Columbia Blue / 538C / 7047 + base07 = "#fcfcfc"; # Lotion / 663C / 9016 + + alt00 = "#000000"; # Black / 419C / 9005 + alt01 = "#0c0906"; # Vampire Black / 419C / 9005 + alt02 = "#312920"; # Pine Tree / 440C / 6022 + alt03 = "#5b4e3e"; # Olive Drab Camouflage / 411C / 7013 + alt04 = "#887660"; # Shadow / 404C / 7002 + alt05 = "#b8a083"; # Pale Taupe / 480C / 1019 + alt06 = "#e1cfb9"; # Desert Sand / 482C / 1015 + alt07 = "#fcfcfc"; # Lotion / 663C / 9016 + + base08 = "#f09732"; # Deep Saffron / 804C / 1033 + base09 = "#f2d831"; # Dandelion / 114C / 1016 + base0A = "#98f12f"; # Green Lizard / 375C / 6038 + base0B = "#34f4f0"; # Fluorescent Blue / 3252C / 6027 + base0C = "#3193f5"; # Brilliant Azure / 2727C / 5015 + baseOD = "#c156f6"; # Blue-Violet / 2592C / 4006 + base0E = "#f62ac0"; # Royal Pink / 807C / 4010 + base0F = "#f42060"; # Deep Carmine Pink / 1925C / 3018 + + alt08 = "#f66824"; # Orange-Red / 165C / 2008 + alt0B = "#41f3a4"; # Eucalyptus / 3395C / 6037 + alt0C = "#2abef8"; # Spiro Disco Ball / 298C / 5012 + alt0D = "#837ff5"; # Violets Are Blue / 814C / 4005 + }; }; } diff --git a/modules/shared/colors/sorahiro_soft.nix b/modules/shared/colors/sorahiro_soft.nix index 285320d..5efdf53 100755 --- a/modules/shared/colors/sorahiro_soft.nix +++ b/modules/shared/colors/sorahiro_soft.nix @@ -8,22 +8,37 @@ variant = "dark"; palette = { # Format: Name, Pantone, RAL - base00 = "#030B12"; # Rich Black / 6C / 000-15-00 - base01 = "#0C1D2E"; # Maastricht Blue / 5395C / 270-20-15 - base02 = "#203A53"; # Japanese Indigo / 534C / 260-20-20 - base03 = "#425F7C"; # Deep Space Sparkle / 7699C / 260-40-20 - base04 = "#93A9BE"; # Pewter Blue / 535C / 260-70-15 - base05 = "#B6C5D5"; # Pastel Blue / 5445C / 260-80-10 - base06 = "#D6DFE8"; # Gainsboro / 642C / 260-90-05 - base07 = "#F0F3F7"; # White / 656C / 290-92-05 - base08 = "#F5B97D"; # Mellow Apricot / 156C / 070-80-40 - base09 = "#F5F57D"; # Sunny / 393C / 100-90-50 - base0A = "#B9F57D"; # Yellow-Green / 373C / 120-80-60 - base0B = "#7DF5B9"; # Aquamarine / 3375C / 150-80-40 - base0C = "#7DB9F5"; # Light Azure / 278C / 250-70-30 - base0D = "#B97DF5"; # Lavender / 2572C / 310-60-35 - base0E = "#F57DB9"; # Persian Pink / 211C / 350-60-45 - base0F = "#F57D7D"; # Light Coral / 170C / 030-60-50 + base00 = "#000000"; # Black / 419C / 9005 + base01 = "#060a0f"; # Rich Black / 532C / 9005 + base02 = "#212c38"; # Yankees Blue / 433C / 5011 + base03 = "#3f5268"; # Police Blue / 432C / 5000 + base04 = "#617b9a"; # Slate Gray / 5415C / 5014 + base05 = "#90a7c1"; # Pewter Blue / 535C / 5024 + base06 = "#c9d3df"; # Columbia Blue / 538C / 7047 + base07 = "#fcfcfc"; # Lotion / 663C / 9016 + + alt00 = "#000000"; # Black / 419C / 9005 + alt01 = "#0c0906"; # Vampire Black / 419C / 9005 + alt02 = "#312920"; # Pine Tree / 440C / 6022 + alt03 = "#5b4e3e"; # Olive Drab Camouflage / 411C / 7013 + alt04 = "#887660"; # Shadow / 404C / 7002 + alt05 = "#b8a083"; # Pale Taupe / 480C / 1019 + alt06 = "#e1cfb9"; # Desert Sand / 482C / 1015 + alt07 = "#fcfcfc"; # Lotion / 663C / 9016 + + base08 = "#ffac56"; # Rajah / 150C / 1017 + base09 = "#feea74"; # Shandy / 127C / 1016 + base0A = "#bffe8a"; # Menthol / 374C / 6018 + base0B = "#4cfefa"; # Electric Blue / 3252C / 6027 + base0C = "#62acfd"; # Blue Jeans / 279C / 5012 + base0D = "#9b9bfd"; # Maximum Blue Purple / 2715C / 4005 + base0E = "#fe9bda"; # Lavender Rose / 223C / 4003 + base0F = "#fc8999"; # Tulip / 1775C / 3014 + + alt08 = "#fe946a"; # Atomic Tangerine / 811C / 1034 + alt0B = "#87febf"; # Aquamarine / 353C / 6019 + alt0C = "#38c3fd"; # Picton Blue / 298C / 5012 + alt0D = "#dca2ff"; # Mauve / 2572C / 4005 }; }; }