Looking for the Default Symfonium Red Theme

I can’t seem to find the JSON for the default, red Symfonium theme – is it available somewhere I’m not looking?

I want to use it as a starting point for a custom theme, making just a few changes.

You can just save it under a different name and then edit it.

How? Every time I click on 'Create" in ‘Theme, Font, and Colors’, it reverts to some other pastel color scheme

You are right, I thought of application styles.

@Tolriq, can the Symfonium theme be added here as an example theme file?

I don’t have it in JSON format and IIRC Splinter you did that theme so maybe you still have it somwhere ?

Here’s the colors you can copy paste them.

 light = MaterialScheme(
            primary = "#FFE22628",
            surfaceTint = "#C00014",
            onPrimary = "#FFFFFF",
            primaryContainer = "#D61C21",
            onPrimaryContainer = "#FFFFFF",
            secondary = "#151212",
            onSecondary = "#FFFFFF",
            secondaryContainer = "#FFB8191A",
            onSecondaryContainer = "#FFFFFFFF",
            tertiary = "#754600",
            onTertiary = "#FFFFFF",
            tertiaryContainer = "#7C1516",
            onTertiaryContainer = "#FFFFFF",
            error = "#BA1A1A",
            onError = "#FFFFFF",
            errorContainer = "#FFDAD6",
            onErrorContainer = "#410002",
            background = "#FFF8F7",
            onBackground = "#281715",
            surface = "#FFFFF6F0",
            onSurface = "#000000",
            surfaceVariant = "#FFDAD6",
            onSurfaceVariant = "#595959",
            outline = "#FFC51B1D",
            outlineVariant = "#FFBEA18E",
            shadow = "#000000",
            scrim = "#000000",
            inverseSurface = "#3F2B29",
            inverseOnSurface = "#FFEDEA",
            inversePrimary = "#FFB4AB",
            primaryFixed = "#FFDAD6",
            onPrimaryFixed = "#410002",
            primaryFixedDim = "#FFB4AB",
            onPrimaryFixedVariant = "#93000C",
            secondaryFixed = "#FFDAD6",
            onSecondaryFixed = "#410002",
            secondaryFixedDim = "#FFB4AB",
            onSecondaryFixedVariant = "#871F1B",
            tertiaryFixed = "#FFDCBB",
            onTertiaryFixed = "#2C1700",
            tertiaryFixedDim = "#FFB869",
            onTertiaryFixedVariant = "#673D00",
            surfaceDim = "#F3D3CF",
            surfaceBright = "#FFF8F7",
            surfaceContainerLowest = "#FFFCF0E8",
            surfaceContainerLow = "#FFFAE4D6",
            surfaceContainer = "#FFF9DECD",
            surfaceContainerHigh = "#FFF8D9C4",
            surfaceContainerHighest = "#FFF6D0B6",
        ),
        dark = MaterialScheme(
            primary = "#E22728",
            surfaceTint = "#FFB4AB",
            onPrimary = "#FFFFFF",
            primaryContainer = "#D61C21",
            onPrimaryContainer = "#FFFFFF",
            secondary = "#FFFFFF",
            onSecondary = "#670408",
            secondaryContainer = "#A51C1E",
            onSecondaryContainer = "#FFFFFF",
            tertiary = "#FFB869",
            onTertiary = "#482900",
            tertiaryContainer = "#7C1516",
            onTertiaryContainer = "#FFFFFF",
            error = "#FFB4AB",
            onError = "#690005",
            errorContainer = "#93000A",
            onErrorContainer = "#FFDAD6",
            background = "#1F0F0D",
            onBackground = "#FCDBD7",
            surface = "#151212",
            onSurface = "#FFFFFF",
            surfaceVariant = "#5D3F3C",
            onSurfaceVariant = "#A6A6A6",
            outline = "#A51C1E",
            outlineVariant = "#605555",
            shadow = "#000000",
            scrim = "#000000",
            inverseSurface = "#FCDBD7",
            inverseOnSurface = "#3F2B29",
            inversePrimary = "#C00014",
            primaryFixed = "#FFDAD6",
            onPrimaryFixed = "#410002",
            primaryFixedDim = "#FFB4AB",
            onPrimaryFixedVariant = "#93000C",
            secondaryFixed = "#FFDAD6",
            onSecondaryFixed = "#410002",
            secondaryFixedDim = "#FFB4AB",
            onSecondaryFixedVariant = "#871F1B",
            tertiaryFixed = "#FFDCBB",
            onTertiaryFixed = "#2C1700",
            tertiaryFixedDim = "#FFB869",
            onTertiaryFixedVariant = "#673D00",
            surfaceDim = "#1F0F0D",
            surfaceBright = "#493432",
            surfaceContainerLowest = "#201616",
            surfaceContainerLow = "#252020",
            surfaceContainer = "#272323",
            surfaceContainerHigh = "#302626",
            surfaceContainerHighest = "#353030",
        ),

Ok, great – I copy/pasted the color data you provided – here it is in JSON format, in case anyone else needs it. Thanks!

default_symfonium_red_theme.json (2.7 KB)

2 Likes