2 files + 29 − 0 Inline Compare changes Side-by-side Inline Show whitespace changes Files 2 assets/_defaults.scss +19 −0 Original line number Diff line number Diff line Loading @@ -64,3 +64,22 @@ $hint-colors: ( --hint-color-warning: #fd6; --hint-color-danger: #f66; } @mixin theme-tetras { // Custom variable for Tetras theme --gray-100: rgba(255, 255, 255, 0.1); --gray-200: rgba(255, 255, 255, 0.2); --gray-500: rgba(255, 255, 255, 0.5); --color-link: #0000ff; --color-visited-link: #7d36fc; --body-background: #fdf6e3; --body-font-color: black; --icon-filter: black; --hint-color-info: #6bf; --hint-color-warning: #fd6; --hint-color-danger: #f66; } assets/themes/_tetras.scss 0 → 100644 +10 −0 Original line number Diff line number Diff line :root { @include theme-tetras; } // Auto dark theme disabled until all new Macao elements are adapted for it //@media (prefers-color-scheme: dark) { // :root { // @include theme-dark; // } //}
assets/_defaults.scss +19 −0 Original line number Diff line number Diff line Loading @@ -64,3 +64,22 @@ $hint-colors: ( --hint-color-warning: #fd6; --hint-color-danger: #f66; } @mixin theme-tetras { // Custom variable for Tetras theme --gray-100: rgba(255, 255, 255, 0.1); --gray-200: rgba(255, 255, 255, 0.2); --gray-500: rgba(255, 255, 255, 0.5); --color-link: #0000ff; --color-visited-link: #7d36fc; --body-background: #fdf6e3; --body-font-color: black; --icon-filter: black; --hint-color-info: #6bf; --hint-color-warning: #fd6; --hint-color-danger: #f66; }
assets/themes/_tetras.scss 0 → 100644 +10 −0 Original line number Diff line number Diff line :root { @include theme-tetras; } // Auto dark theme disabled until all new Macao elements are adapted for it //@media (prefers-color-scheme: dark) { // :root { // @include theme-dark; // } //}