themes/Homebrew.json

[
    {
        "Mode": "common",
        "Enabled": "false",
        "BorderRadius": "0.475rem",
        "FontFamily": "\u0027Inter\u0027, sans-serif",
        "Black": "#000000",
        "White": "#bfbfbf",
        "Yellow": "#999900",
        "YellowRGBA15": "#26999900",
        "YellowARGB15": "#99990026",
        "YellowARGB95": "#999900F2",
        "YellowHover": "#141400",
        "Red": "#990000",
        "RedRGBA15": "#26990000",
        "RedARGB15": "#99000026",
        "RedARGB95": "#990000F2",
        "RedHover": "#140000",
        "Green": "#00a600",
        "GreenRGBA15": "#2600a600",
        "GreenARGB15": "#00a60026",
        "GreenARGB95": "#00a600F2",
        "GreenHover": "#002100",
        "Blue": "#0000b2",
        "BlueRGBA15": "#260000b2",
        "BlueARGB15": "#0000b226",
        "BlueARGB95": "#0000b2F2",
        "BlueHover": "#000019",
        "Purple": "#b200b2",
        "PurpleRGBA15": "#26b200b2",
        "PurpleARGB15": "#b200b226",
        "PurpleARGB95": "#b200b2F2",
        "PurpleHover": "#2d002d",
        "Cyan": "#00a6b2",
        "CyanRGBA15": "#2600a6b2",
        "CyanARGB15": "#00a6b226",
        "CyanARGB95": "#00a6b2F2",
        "CyanHover": "#002a2d"
    },
    {
        "Mode": "dark",
        "Enabled": "true",
        "Main": "#000000",
        "MainSecondary": "#000000",
        "MainGamma": "#353535",
        "MainDelta": "#505050",
        "OppositeSecondary": "#cacaca",
        "Opposite": "#cbcbcb",
        "HighContrast": "#FFFFFF"
    },
    {
        "Mode": "light",
        "Enabled": "true",
        "Main": "#FFFFFF",
        "MainSecondary": "#FFFFFF",
        "MainGamma": "#CACACA",
        "MainDelta": "#AFAFAF",
        "OppositeSecondary": "#353535",
        "Opposite": "#343434",
        "HighContrast": "#000000"
    }
]