mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
Oceanic theme proposal v1
This commit is contained in:
@ -2,31 +2,31 @@
|
|||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--primary: #ff4f12;
|
--primary: #549EE7;
|
||||||
--primary-contrast: #ffffff;
|
--primary-contrast: #ffffff;
|
||||||
--secondary: #0cd1e8;
|
--secondary: #5FB3B3;
|
||||||
--secondary-contrast: #ffffff;
|
--secondary-contrast: #ffffff;
|
||||||
--tertiary: #7044ff;
|
--tertiary: #FAC863;
|
||||||
--tertiary-contrast: #ffffff;
|
--tertiary-contrast: #ffffff;
|
||||||
--success: #10dc60;
|
--success: #90d089;
|
||||||
--success-contrast: #ffffff;
|
--success-contrast: #ffffff;
|
||||||
--warning: #ffce00;
|
--warning: #F99157;
|
||||||
--warning-contrast: #ffffff;
|
--warning-contrast: #ffffff;
|
||||||
--danger: #f04141;
|
--danger: #EC5f67;
|
||||||
--danger-contrast: #ffffff;
|
--danger-contrast: #ffffff;
|
||||||
--light: #f4f5f8;
|
--light: #D8DEE9;
|
||||||
--light-contrast: #000000;
|
--light-contrast: #1b2b34;
|
||||||
--medium: #898b93;
|
--medium: #65737E;
|
||||||
--medium-contrast: #000000;
|
--medium-contrast: #d8dee9;
|
||||||
--dark: #222428;
|
--dark: #1B2B34;
|
||||||
--dark-contrast: #f4f5f8;
|
--dark-contrast: #D8DEE9;
|
||||||
--content-color: #ffffff;
|
--content-color: #ffffff;
|
||||||
--content-sub-color: #A7ADBA;
|
--content-sub-color: #a7adba;
|
||||||
--content-background: #1B2B34;
|
--content-background: #1B2B34;
|
||||||
--content-sub-background: #eeeeee;
|
--content-sub-background: #343D46;
|
||||||
--toolbar-background: #eeeeee;
|
--toolbar-background: #343D46;
|
||||||
--tabbar-background: #eeeeee;
|
--tabbar-background: #343D46;
|
||||||
--item-background: #eeeeee;
|
--item-background: #343D46;
|
||||||
--item-sub-background: #eeeeee;
|
--item-sub-background: #65737E;
|
||||||
--border-color: #222428;
|
--border-color: #1B2B34;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user