mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(theme): update to the default theme
Should be the *final* colors for v4 default theme
This commit is contained in:
@@ -12,43 +12,43 @@
|
||||
--color-secondary-shade: #00bce0;
|
||||
--color-tertiary: #7044ff;
|
||||
--color-tertiary-contrast: #ffffff;
|
||||
--color-tertiary-tint: #ff00ff;
|
||||
--color-tertiary-shade: #ff00ff;
|
||||
--color-tertiary-tint: #896bff;
|
||||
--color-tertiary-shade: #4d16d6;
|
||||
--color-success: #10dc60;
|
||||
--color-success-contrast: #ffffff;
|
||||
--color-success-tint: #ff00ff;
|
||||
--color-success-shade: #ff00ff;
|
||||
--color-success-tint: #38ec7f;
|
||||
--color-success-shade: #00bc4a;
|
||||
--color-warning: #ffce00;
|
||||
--color-warning-contrast: #ffffff;
|
||||
--color-warning-tint: #ff00ff;
|
||||
--color-warning-shade: #ff00ff;
|
||||
--color-warning-tint: #ffe05e;
|
||||
--color-warning-shade: #f5ad00;
|
||||
--color-danger: #f04141;
|
||||
--color-danger-contrast: #ffffff;
|
||||
--color-danger-tint: #ff00ff;
|
||||
--color-danger-shade: #ff00ff;
|
||||
--color-danger-tint: #ff6464;
|
||||
--color-danger-shade: #ca1717;
|
||||
--color-light: #f4f5f8;
|
||||
--color-light-contrast: #000000;
|
||||
--color-light-tint: #ff00ff;
|
||||
--color-light-shade: #ff00ff;
|
||||
--color-medium: #898b93;
|
||||
--color-light-tint: #ffffff;
|
||||
--color-light-shade: #e2e4e9;
|
||||
--color-medium: #989aa2;
|
||||
--color-medium-contrast: #000000;
|
||||
--color-medium-tint: #ff00ff;
|
||||
--color-medium-shade: #ff00ff;
|
||||
--color-medium-tint: #c1c4cd;
|
||||
--color-medium-shade: #62646a;
|
||||
--color-dark: #222428;
|
||||
--color-dark-contrast: #ffffff;
|
||||
--color-dark-tint: #ff00ff;
|
||||
--color-dark-shade: #ff00ff;
|
||||
--color-dark-tint: #3f4248;
|
||||
--color-dark-shade: #000000;
|
||||
--text-color: #000000;
|
||||
--text-color-alt: #898b93;
|
||||
--background-color: #ffffff;
|
||||
--background-color-alt: #f4f5f8;
|
||||
--toolbar-background-color: #f4f5f8;
|
||||
--tabbar-background-color: #f4f5f8;
|
||||
--tabbar-text-color: #ff00ff;
|
||||
--tabbar-text-color-active: #ff00ff;
|
||||
--tabbar-text-color: #989aa2;
|
||||
--tabbar-text-color-active: #3880ff;
|
||||
--item-background-color: #ffffff;
|
||||
--item-background-color-alt: #898b93;
|
||||
--border-color: #c4c6ca;
|
||||
--item-background-color-alt: #c1c4cd;
|
||||
--border-color: #c1c4cd;
|
||||
--backdrop-color: #000000;
|
||||
--box-shadow: #ff00ff;
|
||||
--box-shadow: #000000;
|
||||
}
|
||||
Reference in New Issue
Block a user