kyrie
    Preparing search index...

    Variable achromatopsiaPalettesConst

    achromatopsiaPalettes: {
        achromatopsia: {
            dark: {
                array: "#A6A6A6";
                bigint: "#E6FAE6";
                boolean: "#B0B0B0";
                circularReference: "#C6C6C6";
                date: "#E1E1E1";
                error: "#E9E9E9";
                function: "#F0F0F0";
                indentGuide: "#6B6B6B";
                map: "#DBDBDB";
                null: "#C6C6C6";
                number: "#E6E6E6";
                object: "#D0D0D0";
                propertyKey: "#F1F1F1";
                punctuation: "#D6D6D6";
                regexp: "#C1C1C1";
                set: "#C9C9C9";
                specialCharacter: "#66CCCC";
                specialNumber: "#FFFFFF";
                string: "#CBCBCB";
                symbol: "#D1D1D1";
                text: "#FFFFFF";
                undefined: "#D6D6D6";
                weakmap: "#F6F6F6";
                weakset: "#D9D9D9";
            };
            light: {
                array: "#262626";
                bigint: "#5B6F5B";
                boolean: "#2B2B2B";
                circularReference: "#3B3B3B";
                date: "#565656";
                error: "#595959";
                function: "#616161";
                indentGuide: "#A5A5A5";
                map: "#515151";
                null: "#3B3B3B";
                number: "#5B5B5B";
                object: "#414141";
                propertyKey: "#2B2B2B";
                punctuation: "#4B4B4B";
                regexp: "#343434";
                set: "#393939";
                specialCharacter: "#006677";
                specialNumber: "#797979";
                string: "#363636";
                symbol: "#464646";
                text: "#000000";
                undefined: "#4B4B4B";
                weakmap: "#676767";
                weakset: "#494949";
            };
        };
    } = ...

    Collection of achromatopsia color palettes Each palette has light and dark variants for different backgrounds

    Type Declaration

    • Readonlyachromatopsia: {
          dark: {
              array: "#A6A6A6";
              bigint: "#E6FAE6";
              boolean: "#B0B0B0";
              circularReference: "#C6C6C6";
              date: "#E1E1E1";
              error: "#E9E9E9";
              function: "#F0F0F0";
              indentGuide: "#6B6B6B";
              map: "#DBDBDB";
              null: "#C6C6C6";
              number: "#E6E6E6";
              object: "#D0D0D0";
              propertyKey: "#F1F1F1";
              punctuation: "#D6D6D6";
              regexp: "#C1C1C1";
              set: "#C9C9C9";
              specialCharacter: "#66CCCC";
              specialNumber: "#FFFFFF";
              string: "#CBCBCB";
              symbol: "#D1D1D1";
              text: "#FFFFFF";
              undefined: "#D6D6D6";
              weakmap: "#F6F6F6";
              weakset: "#D9D9D9";
          };
          light: {
              array: "#262626";
              bigint: "#5B6F5B";
              boolean: "#2B2B2B";
              circularReference: "#3B3B3B";
              date: "#565656";
              error: "#595959";
              function: "#616161";
              indentGuide: "#A5A5A5";
              map: "#515151";
              null: "#3B3B3B";
              number: "#5B5B5B";
              object: "#414141";
              propertyKey: "#2B2B2B";
              punctuation: "#4B4B4B";
              regexp: "#343434";
              set: "#393939";
              specialCharacter: "#006677";
              specialNumber: "#797979";
              string: "#363636";
              symbol: "#464646";
              text: "#000000";
              undefined: "#4B4B4B";
              weakmap: "#676767";
              weakset: "#494949";
          };
      }