Partially restored the default theme (rosepine)
This commit is contained in:
parent
796bb4acd0
commit
7660a37b8a
8 changed files with 23 additions and 23 deletions
|
|
@ -59,36 +59,36 @@ Singleton {
|
|||
id: defaultTheme
|
||||
|
||||
// // --- Key Colors: These are the main accent colors that define your app's theme.
|
||||
property color colorPrimary: "#000000" // The main brand color, used most frequently.
|
||||
property color colorOnPrimary: "#000000" // Color for text/icons on a Primary background.
|
||||
property color colorPrimary: "#ebbcba" // The main brand color, used most frequently.
|
||||
property color colorOnPrimary: "#191724" // Color for text/icons on a Primary background.
|
||||
property color colorPrimaryContainer: "#000000" // A lighter/subtler tone of Primary, used for component backgrounds.
|
||||
property color colorOnPrimaryContainer: "#000000" // Color for text/icons on a Primary Container background.
|
||||
|
||||
property color colorSecondary: "#000000" // An accent color for less prominent components.
|
||||
property color colorOnSecondary: "#000000" // Color for text/icons on a Secondary background.
|
||||
property color colorSecondary: "#31748f" // An accent color for less prominent components.
|
||||
property color colorOnSecondary: "#e0def4" // Color for text/icons on a Secondary background.
|
||||
property color colorSecondaryContainer: "#000000" // A lighter/subtler tone of Secondary.
|
||||
property color colorOnSecondaryContainer: "#000000" // olor for text/icons on a Secondary Container background.
|
||||
|
||||
property color colorTertiary: "#000000" // A contrasting accent color used for things like highlights or special actions.
|
||||
property color colorOnTertiary: "#000000" // Color for text/icons on a Tertiary background.
|
||||
property color colorTertiary: "#9ccfd8" // A contrasting accent color used for things like highlights or special actions.
|
||||
property color colorOnTertiary: "#191724" // Color for text/icons on a Tertiary background.
|
||||
property color colorTertiaryContainer: "#000000" // A lighter/subtler tone of Tertiary.
|
||||
property color colorOnTertiaryContainer: "#000000" // Color for text/icons on a Tertiary Container background.
|
||||
|
||||
// --- Utility colorColors: These colors serve specific, universal purposes like indicating errors or providing neutral backgrounds.
|
||||
property color colorError: "#000000" // Indicates an error state.
|
||||
property color colorOnError: "#000000" // Color for text/icons on an Error background.
|
||||
property color colorError: "#eb6f92" // Indicates an error state.
|
||||
property color colorOnError: "#191724" // Color for text/icons on an Error background.
|
||||
property color colorErrorContainer: "#000000" // A lighter/subtler tone of Error.
|
||||
property color colorOnErrorContainer: "#000000" // Color for text/icons on an Error Container background.
|
||||
|
||||
// --- Surface colorand Variant Colors: These provide additional options for surfaces and their contents, creating visual hierarchy.
|
||||
property color colorSurface: "#000000" // The color for component surfaces like cards, sheets, and menus.
|
||||
property color colorOnSurface: "#000000" // The primary color for text/icons on a Surface background.
|
||||
property color colorSurfaceVariant: "#000000" // A surface color with a slightly different tint for differentiation.
|
||||
property color colorOnSurfaceVariant: "#000000" // The color for less prominent text/icons on a Surface.
|
||||
property color colorSurface: "#191724" // The color for component surfaces like cards, sheets, and menus.
|
||||
property color colorOnSurface: "#e0def4" // The primary color for text/icons on a Surface background.
|
||||
property color colorSurfaceVariant: "#26233a" // A surface color with a slightly different tint for differentiation.
|
||||
property color colorOnSurfaceVariant: "#908caa" // The color for less prominent text/icons on a Surface.
|
||||
property color colorInversePrimary: "#000000" // A primary color legible on an Inverse Surface, often used for call-to-action buttons.
|
||||
property color colorOutline: "#000000" // The color for component outlines, like text fields or buttons.
|
||||
property color colorOutlineVariant: "#000000" // A subtler outline color for decorative elements or dividers.
|
||||
property color colorShadow: "#000000" // The color used for shadows to create elevation.
|
||||
property color colorOutline: "#44415a" // The color for component outlines, like text fields or buttons.
|
||||
property color colorOutlineVariant: "#514e6c" // A subtler outline color for decorative elements or dividers.
|
||||
property color colorShadow: "#191724" // The color used for shadows to create elevation.
|
||||
|
||||
// // property color colorBackground: "#191724"
|
||||
// // property color colorSurface: "#1f1d2e"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue