start draculizign (obviously)
parent
bffa997ba9
commit
05cbd0e238
@ -0,0 +1,212 @@
|
||||
/* Ionic Variables and Theming. For more info, please see:
|
||||
http://ionicframework.com/docs/theming/ */
|
||||
|
||||
/** Ionic CSS Variables **/
|
||||
:root {
|
||||
--ion-color-primary: #bd93f9;
|
||||
--ion-color-primary-rgb: 189, 147, 249;
|
||||
--ion-color-primary-contrast: #000000;
|
||||
--ion-color-primary-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-primary-shade: #a681db;
|
||||
--ion-color-primary-tint: #c49efa;
|
||||
|
||||
--ion-color-secondary: #8be9fd;
|
||||
--ion-color-secondary-rgb: 139, 233, 253;
|
||||
--ion-color-secondary-contrast: #000000;
|
||||
--ion-color-secondary-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-secondary-shade: #7acddf;
|
||||
--ion-color-secondary-tint: #97ebfd;
|
||||
|
||||
--ion-color-tertiary: #ff79c6;
|
||||
--ion-color-tertiary-rgb: 255, 121, 198;
|
||||
--ion-color-tertiary-contrast: #000000;
|
||||
--ion-color-tertiary-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-tertiary-shade: #e06aae;
|
||||
--ion-color-tertiary-tint: #ff86cc;
|
||||
|
||||
--ion-color-success: #50fa7b;
|
||||
--ion-color-success-rgb: 80, 250, 123;
|
||||
--ion-color-success-contrast: #000000;
|
||||
--ion-color-success-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-success-shade: #46dc6c;
|
||||
--ion-color-success-tint: #62fb88;
|
||||
|
||||
--ion-color-warning: #ffb86c;
|
||||
--ion-color-warning-rgb: 255, 184, 108;
|
||||
--ion-color-warning-contrast: #000000;
|
||||
--ion-color-warning-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-warning-shade: #e0a25f;
|
||||
--ion-color-warning-tint: #ffbf7b;
|
||||
|
||||
--ion-color-danger: #ff5555;
|
||||
--ion-color-danger-rgb: 255, 85, 85;
|
||||
--ion-color-danger-contrast: #000000;
|
||||
--ion-color-danger-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-danger-shade: #e04b4b;
|
||||
--ion-color-danger-tint: #ff6666;
|
||||
|
||||
--ion-color-medium: #44475a;
|
||||
--ion-color-medium-rgb: 68, 71, 90;
|
||||
--ion-color-medium-contrast: #ffffff;
|
||||
--ion-color-medium-contrast-rgb: 255, 255, 255;
|
||||
--ion-color-medium-shade: #3c3e4f;
|
||||
--ion-color-medium-tint: #57596b;
|
||||
|
||||
--ion-color-light: #f8f8f2;
|
||||
--ion-color-light-rgb: 248, 248, 242;
|
||||
--ion-color-light-contrast: #000000;
|
||||
--ion-color-light-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-light-shade: #dadad5;
|
||||
--ion-color-light-tint: #f9f9f3;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
/*
|
||||
* Dark Colors
|
||||
* -------------------------------------------
|
||||
*/
|
||||
|
||||
body {
|
||||
--ion-color-primary: #bd93f9;
|
||||
--ion-color-primary-rgb: 189, 147, 249;
|
||||
--ion-color-primary-contrast: #000000;
|
||||
--ion-color-primary-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-primary-shade: #a681db;
|
||||
--ion-color-primary-tint: #c49efa;
|
||||
|
||||
--ion-color-secondary: #8be9fd;
|
||||
--ion-color-secondary-rgb: 139, 233, 253;
|
||||
--ion-color-secondary-contrast: #000000;
|
||||
--ion-color-secondary-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-secondary-shade: #7acddf;
|
||||
--ion-color-secondary-tint: #97ebfd;
|
||||
|
||||
--ion-color-tertiary: #ff79c6;
|
||||
--ion-color-tertiary-rgb: 255, 121, 198;
|
||||
--ion-color-tertiary-contrast: #000000;
|
||||
--ion-color-tertiary-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-tertiary-shade: #e06aae;
|
||||
--ion-color-tertiary-tint: #ff86cc;
|
||||
|
||||
--ion-color-success: #50fa7b;
|
||||
--ion-color-success-rgb: 80, 250, 123;
|
||||
--ion-color-success-contrast: #000000;
|
||||
--ion-color-success-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-success-shade: #46dc6c;
|
||||
--ion-color-success-tint: #62fb88;
|
||||
|
||||
--ion-color-warning: #ffb86c;
|
||||
--ion-color-warning-rgb: 255, 184, 108;
|
||||
--ion-color-warning-contrast: #000000;
|
||||
--ion-color-warning-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-warning-shade: #e0a25f;
|
||||
--ion-color-warning-tint: #ffbf7b;
|
||||
|
||||
--ion-color-danger: #ff5555;
|
||||
--ion-color-danger-rgb: 255, 85, 85;
|
||||
--ion-color-danger-contrast: #000000;
|
||||
--ion-color-danger-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-danger-shade: #e04b4b;
|
||||
--ion-color-danger-tint: #ff6666;
|
||||
|
||||
--ion-color-medium: #44475a;
|
||||
--ion-color-medium-rgb: 68, 71, 90;
|
||||
--ion-color-medium-contrast: #ffffff;
|
||||
--ion-color-medium-contrast-rgb: 255, 255, 255;
|
||||
--ion-color-medium-shade: #3c3e4f;
|
||||
--ion-color-medium-tint: #57596b;
|
||||
|
||||
--ion-color-light: #f8f8f2;
|
||||
--ion-color-light-rgb: 248, 248, 242;
|
||||
--ion-color-light-contrast: #000000;
|
||||
--ion-color-light-contrast-rgb: 0, 0, 0;
|
||||
--ion-color-light-shade: #dadad5;
|
||||
--ion-color-light-tint: #f9f9f3;
|
||||
}
|
||||
|
||||
/*
|
||||
* iOS Dark Theme
|
||||
* -------------------------------------------
|
||||
*/
|
||||
|
||||
.ios body {
|
||||
--ion-background-color: #282a36;
|
||||
--ion-background-color-rgb: 40, 42, 54;
|
||||
|
||||
--ion-text-color: #f8f8f2;
|
||||
--ion-text-color-rgb: 248, 248, 242;
|
||||
|
||||
--ion-color-step-50: #0d0d0d;
|
||||
--ion-color-step-100: #1a1a1a;
|
||||
--ion-color-step-150: #262626;
|
||||
--ion-color-step-200: #333333;
|
||||
--ion-color-step-250: #404040;
|
||||
--ion-color-step-300: #4d4d4d;
|
||||
--ion-color-step-350: #595959;
|
||||
--ion-color-step-400: #666666;
|
||||
--ion-color-step-450: #737373;
|
||||
--ion-color-step-500: #808080;
|
||||
--ion-color-step-550: #8c8c8c;
|
||||
--ion-color-step-600: #999999;
|
||||
--ion-color-step-650: #a6a6a6;
|
||||
--ion-color-step-700: #b3b3b3;
|
||||
--ion-color-step-750: #bfbfbf;
|
||||
--ion-color-step-800: #cccccc;
|
||||
--ion-color-step-850: #d9d9d9;
|
||||
--ion-color-step-900: #e6e6e6;
|
||||
--ion-color-step-950: #f2f2f2;
|
||||
|
||||
--ion-item-background: #282a36;
|
||||
|
||||
--ion-card-background: #44475a;
|
||||
}
|
||||
|
||||
.ios ion-modal {
|
||||
--ion-background-color: var(--ion-color-step-100);
|
||||
--ion-toolbar-background: var(--ion-color-step-150);
|
||||
--ion-toolbar-border-color: var(--ion-color-step-250);
|
||||
}
|
||||
|
||||
/*
|
||||
* Material Design Dark Theme
|
||||
* -------------------------------------------
|
||||
*/
|
||||
|
||||
.md body {
|
||||
--ion-background-color: #282a36;
|
||||
--ion-background-color-rgb: 40, 42, 54;
|
||||
|
||||
--ion-text-color: #f8f8f2;
|
||||
--ion-text-color-rgb: 248, 248, 242;
|
||||
|
||||
--ion-border-color: #222222;
|
||||
|
||||
--ion-color-step-50: #1e1e1e;
|
||||
--ion-color-step-100: #2a2a2a;
|
||||
--ion-color-step-150: #363636;
|
||||
--ion-color-step-200: #414141;
|
||||
--ion-color-step-250: #4d4d4d;
|
||||
--ion-color-step-300: #595959;
|
||||
--ion-color-step-350: #656565;
|
||||
--ion-color-step-400: #717171;
|
||||
--ion-color-step-450: #7d7d7d;
|
||||
--ion-color-step-500: #898989;
|
||||
--ion-color-step-550: #949494;
|
||||
--ion-color-step-600: #a0a0a0;
|
||||
--ion-color-step-650: #acacac;
|
||||
--ion-color-step-700: #b8b8b8;
|
||||
--ion-color-step-750: #c4c4c4;
|
||||
--ion-color-step-800: #d0d0d0;
|
||||
--ion-color-step-850: #dbdbdb;
|
||||
--ion-color-step-900: #e7e7e7;
|
||||
--ion-color-step-950: #f3f3f3;
|
||||
|
||||
--ion-item-background: #1e1e1e;
|
||||
|
||||
--ion-toolbar-background: #1f1f1f;
|
||||
|
||||
--ion-tab-bar-background: #1f1f1f;
|
||||
|
||||
--ion-card-background: #1e1e1e;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue