material-inspired-component-library 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/components/accordion/README.md +0 -3
- package/components/bottomsheet/README.md +0 -3
- package/components/button/README.md +0 -3
- package/components/card/README.md +0 -3
- package/components/checkbox/README.md +0 -3
- package/components/dialog/README.md +0 -3
- package/components/divider/README.md +0 -3
- package/components/iconbutton/README.md +0 -3
- package/components/list/README.md +0 -3
- package/components/menu/README.md +1 -1
- package/components/radio/README.md +0 -3
- package/components/select/README.md +1 -1
- package/components/sidesheet/README.md +0 -3
- package/components/slider/README.md +0 -3
- package/components/switch/README.md +0 -3
- package/components/textfield/README.md +0 -3
- package/docs/accordion.html +3 -3
- package/docs/bottomsheet.html +11 -11
- package/docs/button.html +3 -3
- package/docs/card.html +6 -6
- package/docs/checkbox.html +3 -3
- package/docs/dialog.html +3 -3
- package/docs/divider.html +3 -3
- package/docs/docs.js +1 -1
- package/docs/iconbutton.html +3 -3
- package/docs/index.html +5 -5
- package/docs/list.html +3 -3
- package/docs/menu.html +3 -3
- package/docs/radio.html +3 -3
- package/docs/select.html +3 -3
- package/docs/sidesheet.html +3 -3
- package/docs/slider.html +3 -3
- package/docs/switch.html +3 -3
- package/docs/textfield.html +3 -3
- package/package.json +2 -5
- package/docs/card-awards.webp +0 -0
- package/docs/card-cabinet.webp +0 -0
- package/docs/card-city.webp +0 -0
- package/docs/card-fingerprint.webp +0 -0
- package/docs/card-holiday.webp +0 -0
- package/docs/card-names.webp +0 -0
- package/docs/micl.css +0 -1
- package/docs/micl.js +0 -1
- package/docs/themes/airblue/dark-hc.css +0 -51
- package/docs/themes/airblue/dark-mc.css +0 -51
- package/docs/themes/airblue/dark.css +0 -51
- package/docs/themes/airblue/light-hc.css +0 -51
- package/docs/themes/airblue/light-mc.css +0 -51
- package/docs/themes/airblue/light.css +0 -51
- package/docs/themes/airblue/theme.css +0 -306
- package/docs/themes/barnred/dark-hc.css +0 -51
- package/docs/themes/barnred/dark-mc.css +0 -51
- package/docs/themes/barnred/dark.css +0 -51
- package/docs/themes/barnred/light-hc.css +0 -51
- package/docs/themes/barnred/light-mc.css +0 -51
- package/docs/themes/barnred/light.css +0 -51
- package/docs/themes/barnred/theme.css +0 -306
- package/docs/themes/citrine/dark-hc.css +0 -51
- package/docs/themes/citrine/dark-mc.css +0 -51
- package/docs/themes/citrine/dark.css +0 -51
- package/docs/themes/citrine/light-hc.css +0 -51
- package/docs/themes/citrine/light-mc.css +0 -51
- package/docs/themes/citrine/light.css +0 -51
- package/docs/themes/citrine/theme.css +0 -306
- package/docs/themes/olivegreen/dark-hc.css +0 -51
- package/docs/themes/olivegreen/dark-mc.css +0 -51
- package/docs/themes/olivegreen/dark.css +0 -51
- package/docs/themes/olivegreen/light-hc.css +0 -51
- package/docs/themes/olivegreen/light-mc.css +0 -51
- package/docs/themes/olivegreen/light.css +0 -51
- package/docs/themes/olivegreen/theme.css +0 -306
package/docs/micl.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(()=>{"use strict";(()=>{const e="dialog.micl-bottomsheet",t=(()=>{var e=0;const t=t=>{let n=parseInt(window.getComputedStyle(t).getPropertyValue("max-height")),i=(t.dataset.snapheights||"").split(",").map(Number).filter(e=>!isNaN(e)&&e>0&&e<=n);return e||(e=t.getBoundingClientRect().height),[...new Set(i.concat([e,n]).sort())]},n=(e,n)=>{let i=e.getBoundingClientRect().height,o=t(e);return o.filter(e=>e>i+4)[0]||o[n?o.length-1:0]},i=(e,t)=>{e.style.setProperty("--md-sys-bottomsheet-height",`${t}px`)};return{initialize:e=>{if(!e.matches("dialog.micl-bottomsheet")||e.dataset.miclinitialized)return;e.dataset.miclinitialized="1";const o=e.querySelector(".micl-bottomsheet__headline");if(!o)return;const l=o.querySelector(".micl-bottomsheet__draghandle");l?.addEventListener("click",()=>{const t=n(e,!1);t>4&&i(e,t)});let a,r,s=!1,c=!1;function m(t){const n=t.clientY;s&&Math.abs(a-n)>4&&(s=!1,c=!0,e.classList.add("micl-bottomsheet--resizing")),c&&i(e,r+a-n)}function d(o){s=!1,e.classList.remove("micl-bottomsheet--resizing"),c&&(c=!1,o.clientY<a?i(e,n(e,!0)):e.getBoundingClientRect().height<48?(e.popover&&e.hidePopover(),i(e,r)):i(e,(e=>{let n=e.getBoundingClientRect().height,i=t(e),o=i.filter(e=>e<n-4);return o[o.length-1]||i[0]})(e)),document.removeEventListener("mousemove",m),document.removeEventListener("mouseup",d))}o.addEventListener("mousedown",t=>{t.eventPhase===Event.AT_TARGET&&(s=!0,t.preventDefault(),a=t.clientY,r=e.getBoundingClientRect().height,document.addEventListener("mousemove",m),document.addEventListener("mouseup",d))})},cleanup:e=>{e.matches("dialog.micl-bottomsheet")&&delete e.dataset.miclinitialized}}})(),n="button[popovertarget],button.micl-button--toggle",i=(()=>{const e=e=>{e.target&&e.target instanceof HTMLButtonElement&&(e.target.popoverTargetElement instanceof HTMLDialogElement&&(e.target.popoverTargetElement.open?e.target.popoverTargetElement.close():e.target.popoverTargetElement.showModal()),e.target.classList.contains("micl-button--toggle")&&e.target.classList.toggle("micl-button--selected"))};return{initialize:t=>{t.matches("button[popovertarget],button.micl-button--toggle")&&!t.dataset.miclinitialized&&(t.dataset.miclinitialized="1",(t.popoverTargetElement instanceof HTMLDialogElement&&!t.popoverTargetElement.hasAttribute("popover")||t.classList.contains("micl-button--toggle"))&&t.addEventListener("click",e))},cleanup:t=>{t.matches("button[popovertarget],button.micl-button--toggle")&&(document.removeEventListener("click",e),delete t.dataset.miclinitialized)}}})(),o=".micl-checkbox",l={keydown:e=>{if(e.target.matches(o)&&e instanceof KeyboardEvent&&e.target instanceof HTMLInputElement&&!e.target.disabled)switch(e.key){case"Enter":case" ":e.target.checked=!e.target.checked,e.preventDefault()}}},a=".micl-list-item-one,.micl-list-item-two,.micl-list-item-three",r=(()=>{const e=e=>!!e&&e.classList.contains("micl-list-item--disabled"),t=e=>!!e&&e.matches(":has(input[type=checkbox]:checked)");return{keydown:n=>{if(!(n instanceof KeyboardEvent&&n.target instanceof Element&&n.target.matches(".micl-list-item-one,.micl-list-item-two,.micl-list-item-three")))return;const i=n.target.parentElement;if(!i)return;let o=[];if(i instanceof HTMLDetailsElement?o=Array.from(i.parentElement?.children||[]).map(t=>{let n=t.querySelector(":scope > summary");return e(n)?null:n}).filter(e=>!!e):i instanceof HTMLUListElement&&(o=Array.from(i.children).map(t=>t instanceof HTMLLIElement&&!e(t)?t:null).filter(e=>!!e)),0===o.length)return;let l=o.findIndex(e=>t(e));-1===l&&(l=o.findIndex(e=>0===e.tabIndex)),-1===l&&(l=0);let a=l;switch(n.key){case"ArrowDown":a=(l+1)%o.length,n.preventDefault();break;case"ArrowUp":a=(l-1+o.length)%o.length,n.preventDefault();break;case"Tab":let e=o.findIndex(e=>t(e));-1===e?0!==l&&(o[l].tabIndex=-1,o[0].tabIndex=0):e!==l&&(o[l].tabIndex=-1,o[e].tabIndex=0);break;case"Enter":case" ":const i=n.target.querySelector("input[type=checkbox].micl-checkbox");i instanceof HTMLInputElement&&(i.checked=!i.checked)}a!==l&&(o[l].tabIndex=-1,o[a].tabIndex=0,o[a].focus())}}})(),s=".micl-menu[popover]",c=(()=>{const e=(e,t)=>{const n=e.getBoundingClientRect().y,i=t.getBoundingClientRect().y,o=window.getComputedStyle(t).getPropertyValue("transform-origin");return(n>i?"bottom ":"top ")+(parseInt(o)>0?"right":"left")};return{initialize:t=>{if(!t.matches(".micl-menu[popover]")||t.dataset.miclinitialized)return;t.dataset.miclinitialized="1";const n=document.querySelector(`[popovertarget="${t.id}"]`);n&&t.addEventListener("beforetoggle",i=>{"open"===i.oldState&&(t.style.transformOrigin=e(n,t))}),n&&t.addEventListener("toggle",i=>{"closed"===i.oldState&&(t.style.transformOrigin=e(n,t))})}}})(),m="input[type=range].micl-slider-xs,input[type=range].micl-slider-s,input[type=range].micl-slider-m,input[type=range].micl-slider-l,input[type=range].micl-slider-xl",d=(()=>{const e=String.fromCharCode(8226),t=String.fromCharCode(8201);return{initialize:n=>{n.style.setProperty("--md-sys-slider-max",n.max||"100"),n.style.setProperty("--md-sys-slider-min",n.min||"0"),n.style.setProperty("--md-sys-slider-value",n.value),n.style.setProperty("--md-sys-slider-tip",JSON.stringify(n.value+""));const i=n.getBoundingClientRect(),o=document.elementFromPoint(Math.max(i.x-1,0),Math.max(i.y-1,0));o&&(n.style.color=window.getComputedStyle(o).getPropertyValue("background-color"));const l=parseFloat(n.max),a=parseFloat(n.min),r=(e=>{const t=[],n=parseFloat(e.max),i=parseFloat(e.min);return e.list&&!isNaN(n)&&!isNaN(i)&&n>i&&e.list.querySelectorAll("option[value]").forEach(e=>{let o=parseFloat(e.value);!isNaN(o)&&o>=i&&o<=n&&t.push(o)}),t})(n).sort((e,t)=>e-t).map(e=>Math.round(100*(e-a)/(l-a)));if(r.length>0){const o=document.createElement("canvas"),l=o.getContext("2d");if(l){l.font=window.getComputedStyle(n).getPropertyValue("font");let o=l.measureText(t).width,a=l.measureText(e).width,s=i.width-10,c=0,m="";r.forEach(n=>{let i=s*n/100,l=Math.round((i-c)/o)-1;for(let e=0;e<l;e++)m+=t,c+=o;m+=e,c+=a}),n.dataset.miclsliderticks=m}o.remove()}else n.dataset.miclsliderticks=e},input:e=>{e.target.matches(".micl-slider-xs,.micl-slider-s,.micl-slider-m,.micl-slider-l,.micl-slider-xl")&&e.target instanceof HTMLInputElement&&!e.target.disabled&&(e.target.style.setProperty("--md-sys-slider-value",e.target.value),e.target.style.setProperty("--md-sys-slider-tip",JSON.stringify(e.target.value+"")))}}})(),u=".micl-textfield-outlined > input,.micl-textfield-filled > input",p=".micl-textfield-outlined > select,.micl-textfield-filled > select",g=(()=>{const e=".micl-textfield-character-counter";return{initialize:t=>{if(!t.dataset.miclinitialized&&(t.dataset.miclinitialized="1",t.value&&(t.dataset.miclvalue="1"),t instanceof HTMLInputElement&&t.maxLength)){const n=t.parentElement?.querySelector(e);n&&(n.textContent=`${t.value.length}/${t.maxLength}`)}},input:t=>{if(t.target.matches(`${u},${p}`)&&(t.target instanceof HTMLInputElement||t.target instanceof HTMLSelectElement)&&t.target.dataset.miclinitialized&&!t.target.disabled&&(t.target.value?t.target.dataset.miclvalue="1":delete t.target.dataset.miclvalue,t.target instanceof HTMLInputElement&&t.target.maxLength)){const n=t.target.parentElement?.querySelector(e);n&&(n.textContent=`${t.target.value.length}/${t.target.maxLength}`)}}}})();(()=>{const h={[e]:{component:t,type:HTMLDialogElement},[n]:{component:i,type:HTMLButtonElement},[o]:{component:l,type:HTMLInputElement},[a]:{component:r,type:HTMLElement},[s]:{component:c,type:HTMLElement},[p]:{component:g,type:HTMLSelectElement},[m]:{component:d,type:HTMLInputElement},[u]:{component:g,type:HTMLInputElement}},f=Object.keys(h).join(","),y=e=>{for(const[t,{component:n,type:i}]of Object.entries(h))if(e.matches(t)&&e instanceof i&&"function"==typeof n.initialize)return void n.initialize(e)},v=e=>{for(const[t,{component:n,type:i}]of Object.entries(h))if(e.matches(t)&&e instanceof i&&"function"==typeof n.cleanup)return void n.cleanup(e)};new MutationObserver(e=>{e.forEach(e=>{"childList"===e.type&&(e.addedNodes.forEach(e=>{e instanceof HTMLElement&&(e.matches(f)&&y(e),e.querySelectorAll(f).forEach(y))}),e.removedNodes.forEach(e=>{e instanceof HTMLElement&&(e.matches(f)&&v(e),e.querySelectorAll(f).forEach(v))}))})}).observe(document.body,{childList:!0,subtree:!0}),document.querySelectorAll(f).forEach(y),document.querySelectorAll('[class*="micl-"]').forEach(e=>{window.getComputedStyle(e).getPropertyValue("--miclripple")&&e.addEventListener("pointerdown",t=>{if(t.currentTarget.classList.contains("micl-card--nonactionable"))return;const n=t.clientX,i=t.clientY,o=e.getBoundingClientRect(),l=2*Math.sqrt(Math.pow(o.width,2)+Math.pow(o.height,2));e.style.cssText="--s:0;--o:1;",e.offsetTop,e.style.cssText=`--t:1;--o:0;--d:${l};--x:${n-o.left};--y:${i-o.top}`})}),document.addEventListener("input",e=>{for(const[t,{component:n,type:i}]of Object.entries(h))if(e.target.matches(t)&&e.target instanceof i&&"function"==typeof n.input)return void n.input(e)}),document.addEventListener("keydown",e=>{for(const[t,{component:n,type:i}]of Object.entries(h))if(e.target.matches(t)&&e.target instanceof i&&"function"==typeof n.keydown)return void n.keydown(e)})})()})()})();
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark-high-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(226 242 255);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(145 206 245);
|
|
4
|
-
--md-sys-color-on-primary: rgb(0 0 0);
|
|
5
|
-
--md-sys-color-primary-container: rgb(141 202 241);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(0 13 22);
|
|
7
|
-
--md-sys-color-secondary: rgb(226 242 255);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(178 197 212);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(0 13 22);
|
|
11
|
-
--md-sys-color-tertiary: rgb(244 237 255);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(200 189 229);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(13 6 36);
|
|
15
|
-
--md-sys-color-error: rgb(255 236 233);
|
|
16
|
-
--md-sys-color-on-error: rgb(0 0 0);
|
|
17
|
-
--md-sys-color-error-container: rgb(255 174 164);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(34 0 1);
|
|
19
|
-
--md-sys-color-background: rgb(15 20 23);
|
|
20
|
-
--md-sys-color-on-background: rgb(223 227 231);
|
|
21
|
-
--md-sys-color-surface: rgb(15 20 23);
|
|
22
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(65 72 77);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
25
|
-
--md-sys-color-outline: rgb(234 241 247);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(189 195 202);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(223 227 231);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(0 77 108);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(198 231 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(145 206 245);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 19 30);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(210 229 244);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(182 201 216);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(1 19 30);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(231 222 255);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(204 193 233);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(19 12 42);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(15 20 23);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(76 81 84);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(28 32 36);
|
|
48
|
-
--md-sys-color-surface-container: rgb(44 49 52);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(55 60 64);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(67 71 75);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark-medium-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(184 226 255);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(145 206 245);
|
|
4
|
-
--md-sys-color-on-primary: rgb(0 41 59);
|
|
5
|
-
--md-sys-color-primary-container: rgb(90 152 188);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
7
|
-
--md-sys-color-secondary: rgb(204 223 238);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(21 40 51);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(128 147 161);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
11
|
-
--md-sys-color-tertiary: rgb(226 215 255);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(40 33 64);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(149 139 177);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(0 0 0);
|
|
15
|
-
--md-sys-color-error: rgb(255 210 204);
|
|
16
|
-
--md-sys-color-on-error: rgb(84 0 3);
|
|
17
|
-
--md-sys-color-error-container: rgb(255 84 73);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(0 0 0);
|
|
19
|
-
--md-sys-color-background: rgb(15 20 23);
|
|
20
|
-
--md-sys-color-on-background: rgb(223 227 231);
|
|
21
|
-
--md-sys-color-surface: rgb(15 20 23);
|
|
22
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(65 72 77);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(215 221 228);
|
|
25
|
-
--md-sys-color-outline: rgb(172 179 185);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(138 145 151);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(223 227 231);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(38 43 46);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(0 77 108);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(198 231 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 19 30);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(145 206 245);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 58 83);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(210 229 244);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(1 19 30);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(182 201 216);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(38 56 68);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(231 222 255);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(19 12 42);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(204 193 233);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(57 49 82);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(15 20 23);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(65 69 73);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(4 8 11);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(26 30 33);
|
|
48
|
-
--md-sys-color-surface-container: rgb(36 40 44);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(47 51 55);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(58 62 66);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark {
|
|
2
|
-
--md-sys-color-primary: rgb(145 206 245);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(145 206 245);
|
|
4
|
-
--md-sys-color-on-primary: rgb(0 52 75);
|
|
5
|
-
--md-sys-color-primary-container: rgb(0 76 107);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(198 231 255);
|
|
7
|
-
--md-sys-color-secondary: rgb(182 201 216);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(32 51 62);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(55 73 85);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(210 229 244);
|
|
11
|
-
--md-sys-color-tertiary: rgb(204 193 233);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(51 44 76);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(74 66 99);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(231 222 255);
|
|
15
|
-
--md-sys-color-error: rgb(255 180 171);
|
|
16
|
-
--md-sys-color-on-error: rgb(105 0 5);
|
|
17
|
-
--md-sys-color-error-container: rgb(147 0 10);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(255 218 214);
|
|
19
|
-
--md-sys-color-background: rgb(15 20 23);
|
|
20
|
-
--md-sys-color-on-background: rgb(223 227 231);
|
|
21
|
-
--md-sys-color-surface: rgb(15 20 23);
|
|
22
|
-
--md-sys-color-on-surface: rgb(223 227 231);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(65 72 77);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(193 199 206);
|
|
25
|
-
--md-sys-color-outline: rgb(139 146 152);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(65 72 77);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(223 227 231);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(44 49 52);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(32 100 135);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(198 231 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 30 45);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(145 206 245);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 76 107);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(210 229 244);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(10 30 40);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(182 201 216);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(55 73 85);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(231 222 255);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(30 23 53);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(204 193 233);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(74 66 99);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(15 20 23);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(53 58 61);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(10 15 18);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(24 28 31);
|
|
48
|
-
--md-sys-color-surface-container: rgb(28 32 36);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(38 43 46);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(49 53 57);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light-high-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(0 48 69);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(32 100 135);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(0 79 110);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
-
--md-sys-color-secondary: rgb(28 46 58);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(57 75 88);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
-
--md-sys-color-tertiary: rgb(47 39 71);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(76 68 102);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
15
|
-
--md-sys-color-error: rgb(96 0 4);
|
|
16
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
-
--md-sys-color-error-container: rgb(152 0 10);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
19
|
-
--md-sys-color-background: rgb(246 250 254);
|
|
20
|
-
--md-sys-color-on-background: rgb(24 28 31);
|
|
21
|
-
--md-sys-color-surface: rgb(246 250 254);
|
|
22
|
-
--md-sys-color-on-surface: rgb(0 0 0);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(221 227 234);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
25
|
-
--md-sys-color-outline: rgb(38 45 50);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(67 74 79);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(44 49 52);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(145 206 245);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(0 79 110);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(0 55 78);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(57 75 88);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(35 53 64);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(76 68 102);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(53 46 78);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(181 185 189);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(246 250 254);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(238 241 246);
|
|
48
|
-
--md-sys-color-surface-container: rgb(223 227 231);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(209 213 217);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(195 199 203);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light-medium-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(0 58 83);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(32 100 135);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(51 115 150);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
-
--md-sys-color-secondary: rgb(38 56 68);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(93 111 124);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
-
--md-sys-color-tertiary: rgb(57 49 82);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(113 104 140);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
15
|
-
--md-sys-color-error: rgb(116 0 6);
|
|
16
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
-
--md-sys-color-error-container: rgb(207 44 39);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
19
|
-
--md-sys-color-background: rgb(246 250 254);
|
|
20
|
-
--md-sys-color-on-background: rgb(24 28 31);
|
|
21
|
-
--md-sys-color-surface: rgb(246 250 254);
|
|
22
|
-
--md-sys-color-on-surface: rgb(13 18 21);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(221 227 234);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(48 55 60);
|
|
25
|
-
--md-sys-color-outline: rgb(76 83 89);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(103 110 116);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(44 49 52);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(238 241 246);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(145 206 245);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(51 115 150);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(15 91 125);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(93 111 124);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(69 87 100);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(113 104 140);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(88 80 114);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(195 199 203);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(246 250 254);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(240 244 248);
|
|
48
|
-
--md-sys-color-surface-container: rgb(229 232 237);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(217 221 226);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(206 210 214);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light {
|
|
2
|
-
--md-sys-color-primary: rgb(32 100 135);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(32 100 135);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(198 231 255);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(0 76 107);
|
|
7
|
-
--md-sys-color-secondary: rgb(79 97 109);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(210 229 244);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(55 73 85);
|
|
11
|
-
--md-sys-color-tertiary: rgb(98 89 124);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(231 222 255);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(74 66 99);
|
|
15
|
-
--md-sys-color-error: rgb(186 26 26);
|
|
16
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
-
--md-sys-color-error-container: rgb(255 218 214);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(147 0 10);
|
|
19
|
-
--md-sys-color-background: rgb(246 250 254);
|
|
20
|
-
--md-sys-color-on-background: rgb(24 28 31);
|
|
21
|
-
--md-sys-color-surface: rgb(246 250 254);
|
|
22
|
-
--md-sys-color-on-surface: rgb(24 28 31);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(221 227 234);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(65 72 77);
|
|
25
|
-
--md-sys-color-outline: rgb(113 120 126);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(193 199 206);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(44 49 52);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(238 241 246);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(145 206 245);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(198 231 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 30 45);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(145 206 245);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 76 107);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(210 229 244);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(10 30 40);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(182 201 216);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(55 73 85);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(231 222 255);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(30 23 53);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(204 193 233);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(74 66 99);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(215 218 223);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(246 250 254);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(240 244 248);
|
|
48
|
-
--md-sys-color-surface-container: rgb(235 238 243);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(229 232 237);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(223 227 231);
|
|
51
|
-
}
|
|
@@ -1,306 +0,0 @@
|
|
|
1
|
-
.light {
|
|
2
|
-
--md-sys-color-primary: rgb(32 100 135);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(32 100 135);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(198 231 255);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(0 76 107);
|
|
7
|
-
--md-sys-color-secondary: rgb(79 97 109);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(210 229 244);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(55 73 85);
|
|
11
|
-
--md-sys-color-tertiary: rgb(98 89 124);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(231 222 255);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(74 66 99);
|
|
15
|
-
--md-sys-color-error: rgb(186 26 26);
|
|
16
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
-
--md-sys-color-error-container: rgb(255 218 214);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(147 0 10);
|
|
19
|
-
--md-sys-color-background: rgb(246 250 254);
|
|
20
|
-
--md-sys-color-on-background: rgb(24 28 31);
|
|
21
|
-
--md-sys-color-surface: rgb(246 250 254);
|
|
22
|
-
--md-sys-color-on-surface: rgb(24 28 31);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(221 227 234);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(65 72 77);
|
|
25
|
-
--md-sys-color-outline: rgb(113 120 126);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(193 199 206);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(44 49 52);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(238 241 246);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(145 206 245);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(198 231 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 30 45);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(145 206 245);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 76 107);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(210 229 244);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(10 30 40);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(182 201 216);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(55 73 85);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(231 222 255);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(30 23 53);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(204 193 233);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(74 66 99);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(215 218 223);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(246 250 254);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(240 244 248);
|
|
48
|
-
--md-sys-color-surface-container: rgb(235 238 243);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(229 232 237);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(223 227 231);
|
|
51
|
-
}
|
|
52
|
-
.light-medium-contrast {
|
|
53
|
-
--md-sys-color-primary: rgb(0 58 83);
|
|
54
|
-
--md-sys-color-surface-tint: rgb(32 100 135);
|
|
55
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
56
|
-
--md-sys-color-primary-container: rgb(51 115 150);
|
|
57
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
58
|
-
--md-sys-color-secondary: rgb(38 56 68);
|
|
59
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
60
|
-
--md-sys-color-secondary-container: rgb(93 111 124);
|
|
61
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
62
|
-
--md-sys-color-tertiary: rgb(57 49 82);
|
|
63
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
64
|
-
--md-sys-color-tertiary-container: rgb(113 104 140);
|
|
65
|
-
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
66
|
-
--md-sys-color-error: rgb(116 0 6);
|
|
67
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
68
|
-
--md-sys-color-error-container: rgb(207 44 39);
|
|
69
|
-
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
70
|
-
--md-sys-color-background: rgb(246 250 254);
|
|
71
|
-
--md-sys-color-on-background: rgb(24 28 31);
|
|
72
|
-
--md-sys-color-surface: rgb(246 250 254);
|
|
73
|
-
--md-sys-color-on-surface: rgb(13 18 21);
|
|
74
|
-
--md-sys-color-surface-variant: rgb(221 227 234);
|
|
75
|
-
--md-sys-color-on-surface-variant: rgb(48 55 60);
|
|
76
|
-
--md-sys-color-outline: rgb(76 83 89);
|
|
77
|
-
--md-sys-color-outline-variant: rgb(103 110 116);
|
|
78
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
79
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
80
|
-
--md-sys-color-inverse-surface: rgb(44 49 52);
|
|
81
|
-
--md-sys-color-inverse-on-surface: rgb(238 241 246);
|
|
82
|
-
--md-sys-color-inverse-primary: rgb(145 206 245);
|
|
83
|
-
--md-sys-color-primary-fixed: rgb(51 115 150);
|
|
84
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
85
|
-
--md-sys-color-primary-fixed-dim: rgb(15 91 125);
|
|
86
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
87
|
-
--md-sys-color-secondary-fixed: rgb(93 111 124);
|
|
88
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
89
|
-
--md-sys-color-secondary-fixed-dim: rgb(69 87 100);
|
|
90
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
91
|
-
--md-sys-color-tertiary-fixed: rgb(113 104 140);
|
|
92
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
93
|
-
--md-sys-color-tertiary-fixed-dim: rgb(88 80 114);
|
|
94
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
95
|
-
--md-sys-color-surface-dim: rgb(195 199 203);
|
|
96
|
-
--md-sys-color-surface-bright: rgb(246 250 254);
|
|
97
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
98
|
-
--md-sys-color-surface-container-low: rgb(240 244 248);
|
|
99
|
-
--md-sys-color-surface-container: rgb(229 232 237);
|
|
100
|
-
--md-sys-color-surface-container-high: rgb(217 221 226);
|
|
101
|
-
--md-sys-color-surface-container-highest: rgb(206 210 214);
|
|
102
|
-
}
|
|
103
|
-
.light-high-contrast {
|
|
104
|
-
--md-sys-color-primary: rgb(0 48 69);
|
|
105
|
-
--md-sys-color-surface-tint: rgb(32 100 135);
|
|
106
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
107
|
-
--md-sys-color-primary-container: rgb(0 79 110);
|
|
108
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
109
|
-
--md-sys-color-secondary: rgb(28 46 58);
|
|
110
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
111
|
-
--md-sys-color-secondary-container: rgb(57 75 88);
|
|
112
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
113
|
-
--md-sys-color-tertiary: rgb(47 39 71);
|
|
114
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
115
|
-
--md-sys-color-tertiary-container: rgb(76 68 102);
|
|
116
|
-
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
117
|
-
--md-sys-color-error: rgb(96 0 4);
|
|
118
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
119
|
-
--md-sys-color-error-container: rgb(152 0 10);
|
|
120
|
-
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
121
|
-
--md-sys-color-background: rgb(246 250 254);
|
|
122
|
-
--md-sys-color-on-background: rgb(24 28 31);
|
|
123
|
-
--md-sys-color-surface: rgb(246 250 254);
|
|
124
|
-
--md-sys-color-on-surface: rgb(0 0 0);
|
|
125
|
-
--md-sys-color-surface-variant: rgb(221 227 234);
|
|
126
|
-
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
127
|
-
--md-sys-color-outline: rgb(38 45 50);
|
|
128
|
-
--md-sys-color-outline-variant: rgb(67 74 79);
|
|
129
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
130
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
131
|
-
--md-sys-color-inverse-surface: rgb(44 49 52);
|
|
132
|
-
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
133
|
-
--md-sys-color-inverse-primary: rgb(145 206 245);
|
|
134
|
-
--md-sys-color-primary-fixed: rgb(0 79 110);
|
|
135
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
136
|
-
--md-sys-color-primary-fixed-dim: rgb(0 55 78);
|
|
137
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
138
|
-
--md-sys-color-secondary-fixed: rgb(57 75 88);
|
|
139
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
140
|
-
--md-sys-color-secondary-fixed-dim: rgb(35 53 64);
|
|
141
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
142
|
-
--md-sys-color-tertiary-fixed: rgb(76 68 102);
|
|
143
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
144
|
-
--md-sys-color-tertiary-fixed-dim: rgb(53 46 78);
|
|
145
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
146
|
-
--md-sys-color-surface-dim: rgb(181 185 189);
|
|
147
|
-
--md-sys-color-surface-bright: rgb(246 250 254);
|
|
148
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
149
|
-
--md-sys-color-surface-container-low: rgb(238 241 246);
|
|
150
|
-
--md-sys-color-surface-container: rgb(223 227 231);
|
|
151
|
-
--md-sys-color-surface-container-high: rgb(209 213 217);
|
|
152
|
-
--md-sys-color-surface-container-highest: rgb(195 199 203);
|
|
153
|
-
}
|
|
154
|
-
.dark {
|
|
155
|
-
--md-sys-color-primary: rgb(145 206 245);
|
|
156
|
-
--md-sys-color-surface-tint: rgb(145 206 245);
|
|
157
|
-
--md-sys-color-on-primary: rgb(0 52 75);
|
|
158
|
-
--md-sys-color-primary-container: rgb(0 76 107);
|
|
159
|
-
--md-sys-color-on-primary-container: rgb(198 231 255);
|
|
160
|
-
--md-sys-color-secondary: rgb(182 201 216);
|
|
161
|
-
--md-sys-color-on-secondary: rgb(32 51 62);
|
|
162
|
-
--md-sys-color-secondary-container: rgb(55 73 85);
|
|
163
|
-
--md-sys-color-on-secondary-container: rgb(210 229 244);
|
|
164
|
-
--md-sys-color-tertiary: rgb(204 193 233);
|
|
165
|
-
--md-sys-color-on-tertiary: rgb(51 44 76);
|
|
166
|
-
--md-sys-color-tertiary-container: rgb(74 66 99);
|
|
167
|
-
--md-sys-color-on-tertiary-container: rgb(231 222 255);
|
|
168
|
-
--md-sys-color-error: rgb(255 180 171);
|
|
169
|
-
--md-sys-color-on-error: rgb(105 0 5);
|
|
170
|
-
--md-sys-color-error-container: rgb(147 0 10);
|
|
171
|
-
--md-sys-color-on-error-container: rgb(255 218 214);
|
|
172
|
-
--md-sys-color-background: rgb(15 20 23);
|
|
173
|
-
--md-sys-color-on-background: rgb(223 227 231);
|
|
174
|
-
--md-sys-color-surface: rgb(15 20 23);
|
|
175
|
-
--md-sys-color-on-surface: rgb(223 227 231);
|
|
176
|
-
--md-sys-color-surface-variant: rgb(65 72 77);
|
|
177
|
-
--md-sys-color-on-surface-variant: rgb(193 199 206);
|
|
178
|
-
--md-sys-color-outline: rgb(139 146 152);
|
|
179
|
-
--md-sys-color-outline-variant: rgb(65 72 77);
|
|
180
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
181
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
182
|
-
--md-sys-color-inverse-surface: rgb(223 227 231);
|
|
183
|
-
--md-sys-color-inverse-on-surface: rgb(44 49 52);
|
|
184
|
-
--md-sys-color-inverse-primary: rgb(32 100 135);
|
|
185
|
-
--md-sys-color-primary-fixed: rgb(198 231 255);
|
|
186
|
-
--md-sys-color-on-primary-fixed: rgb(0 30 45);
|
|
187
|
-
--md-sys-color-primary-fixed-dim: rgb(145 206 245);
|
|
188
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 76 107);
|
|
189
|
-
--md-sys-color-secondary-fixed: rgb(210 229 244);
|
|
190
|
-
--md-sys-color-on-secondary-fixed: rgb(10 30 40);
|
|
191
|
-
--md-sys-color-secondary-fixed-dim: rgb(182 201 216);
|
|
192
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(55 73 85);
|
|
193
|
-
--md-sys-color-tertiary-fixed: rgb(231 222 255);
|
|
194
|
-
--md-sys-color-on-tertiary-fixed: rgb(30 23 53);
|
|
195
|
-
--md-sys-color-tertiary-fixed-dim: rgb(204 193 233);
|
|
196
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(74 66 99);
|
|
197
|
-
--md-sys-color-surface-dim: rgb(15 20 23);
|
|
198
|
-
--md-sys-color-surface-bright: rgb(53 58 61);
|
|
199
|
-
--md-sys-color-surface-container-lowest: rgb(10 15 18);
|
|
200
|
-
--md-sys-color-surface-container-low: rgb(24 28 31);
|
|
201
|
-
--md-sys-color-surface-container: rgb(28 32 36);
|
|
202
|
-
--md-sys-color-surface-container-high: rgb(38 43 46);
|
|
203
|
-
--md-sys-color-surface-container-highest: rgb(49 53 57);
|
|
204
|
-
}
|
|
205
|
-
.dark-medium-contrast {
|
|
206
|
-
--md-sys-color-primary: rgb(184 226 255);
|
|
207
|
-
--md-sys-color-surface-tint: rgb(145 206 245);
|
|
208
|
-
--md-sys-color-on-primary: rgb(0 41 59);
|
|
209
|
-
--md-sys-color-primary-container: rgb(90 152 188);
|
|
210
|
-
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
211
|
-
--md-sys-color-secondary: rgb(204 223 238);
|
|
212
|
-
--md-sys-color-on-secondary: rgb(21 40 51);
|
|
213
|
-
--md-sys-color-secondary-container: rgb(128 147 161);
|
|
214
|
-
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
215
|
-
--md-sys-color-tertiary: rgb(226 215 255);
|
|
216
|
-
--md-sys-color-on-tertiary: rgb(40 33 64);
|
|
217
|
-
--md-sys-color-tertiary-container: rgb(149 139 177);
|
|
218
|
-
--md-sys-color-on-tertiary-container: rgb(0 0 0);
|
|
219
|
-
--md-sys-color-error: rgb(255 210 204);
|
|
220
|
-
--md-sys-color-on-error: rgb(84 0 3);
|
|
221
|
-
--md-sys-color-error-container: rgb(255 84 73);
|
|
222
|
-
--md-sys-color-on-error-container: rgb(0 0 0);
|
|
223
|
-
--md-sys-color-background: rgb(15 20 23);
|
|
224
|
-
--md-sys-color-on-background: rgb(223 227 231);
|
|
225
|
-
--md-sys-color-surface: rgb(15 20 23);
|
|
226
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
227
|
-
--md-sys-color-surface-variant: rgb(65 72 77);
|
|
228
|
-
--md-sys-color-on-surface-variant: rgb(215 221 228);
|
|
229
|
-
--md-sys-color-outline: rgb(172 179 185);
|
|
230
|
-
--md-sys-color-outline-variant: rgb(138 145 151);
|
|
231
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
232
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
233
|
-
--md-sys-color-inverse-surface: rgb(223 227 231);
|
|
234
|
-
--md-sys-color-inverse-on-surface: rgb(38 43 46);
|
|
235
|
-
--md-sys-color-inverse-primary: rgb(0 77 108);
|
|
236
|
-
--md-sys-color-primary-fixed: rgb(198 231 255);
|
|
237
|
-
--md-sys-color-on-primary-fixed: rgb(0 19 30);
|
|
238
|
-
--md-sys-color-primary-fixed-dim: rgb(145 206 245);
|
|
239
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 58 83);
|
|
240
|
-
--md-sys-color-secondary-fixed: rgb(210 229 244);
|
|
241
|
-
--md-sys-color-on-secondary-fixed: rgb(1 19 30);
|
|
242
|
-
--md-sys-color-secondary-fixed-dim: rgb(182 201 216);
|
|
243
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(38 56 68);
|
|
244
|
-
--md-sys-color-tertiary-fixed: rgb(231 222 255);
|
|
245
|
-
--md-sys-color-on-tertiary-fixed: rgb(19 12 42);
|
|
246
|
-
--md-sys-color-tertiary-fixed-dim: rgb(204 193 233);
|
|
247
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(57 49 82);
|
|
248
|
-
--md-sys-color-surface-dim: rgb(15 20 23);
|
|
249
|
-
--md-sys-color-surface-bright: rgb(65 69 73);
|
|
250
|
-
--md-sys-color-surface-container-lowest: rgb(4 8 11);
|
|
251
|
-
--md-sys-color-surface-container-low: rgb(26 30 33);
|
|
252
|
-
--md-sys-color-surface-container: rgb(36 40 44);
|
|
253
|
-
--md-sys-color-surface-container-high: rgb(47 51 55);
|
|
254
|
-
--md-sys-color-surface-container-highest: rgb(58 62 66);
|
|
255
|
-
}
|
|
256
|
-
.dark-high-contrast {
|
|
257
|
-
--md-sys-color-primary: rgb(226 242 255);
|
|
258
|
-
--md-sys-color-surface-tint: rgb(145 206 245);
|
|
259
|
-
--md-sys-color-on-primary: rgb(0 0 0);
|
|
260
|
-
--md-sys-color-primary-container: rgb(141 202 241);
|
|
261
|
-
--md-sys-color-on-primary-container: rgb(0 13 22);
|
|
262
|
-
--md-sys-color-secondary: rgb(226 242 255);
|
|
263
|
-
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
264
|
-
--md-sys-color-secondary-container: rgb(178 197 212);
|
|
265
|
-
--md-sys-color-on-secondary-container: rgb(0 13 22);
|
|
266
|
-
--md-sys-color-tertiary: rgb(244 237 255);
|
|
267
|
-
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
268
|
-
--md-sys-color-tertiary-container: rgb(200 189 229);
|
|
269
|
-
--md-sys-color-on-tertiary-container: rgb(13 6 36);
|
|
270
|
-
--md-sys-color-error: rgb(255 236 233);
|
|
271
|
-
--md-sys-color-on-error: rgb(0 0 0);
|
|
272
|
-
--md-sys-color-error-container: rgb(255 174 164);
|
|
273
|
-
--md-sys-color-on-error-container: rgb(34 0 1);
|
|
274
|
-
--md-sys-color-background: rgb(15 20 23);
|
|
275
|
-
--md-sys-color-on-background: rgb(223 227 231);
|
|
276
|
-
--md-sys-color-surface: rgb(15 20 23);
|
|
277
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
278
|
-
--md-sys-color-surface-variant: rgb(65 72 77);
|
|
279
|
-
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
280
|
-
--md-sys-color-outline: rgb(234 241 247);
|
|
281
|
-
--md-sys-color-outline-variant: rgb(189 195 202);
|
|
282
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
283
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
284
|
-
--md-sys-color-inverse-surface: rgb(223 227 231);
|
|
285
|
-
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
286
|
-
--md-sys-color-inverse-primary: rgb(0 77 108);
|
|
287
|
-
--md-sys-color-primary-fixed: rgb(198 231 255);
|
|
288
|
-
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
289
|
-
--md-sys-color-primary-fixed-dim: rgb(145 206 245);
|
|
290
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 19 30);
|
|
291
|
-
--md-sys-color-secondary-fixed: rgb(210 229 244);
|
|
292
|
-
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
293
|
-
--md-sys-color-secondary-fixed-dim: rgb(182 201 216);
|
|
294
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(1 19 30);
|
|
295
|
-
--md-sys-color-tertiary-fixed: rgb(231 222 255);
|
|
296
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
297
|
-
--md-sys-color-tertiary-fixed-dim: rgb(204 193 233);
|
|
298
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(19 12 42);
|
|
299
|
-
--md-sys-color-surface-dim: rgb(15 20 23);
|
|
300
|
-
--md-sys-color-surface-bright: rgb(76 81 84);
|
|
301
|
-
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
302
|
-
--md-sys-color-surface-container-low: rgb(28 32 36);
|
|
303
|
-
--md-sys-color-surface-container: rgb(44 49 52);
|
|
304
|
-
--md-sys-color-surface-container-high: rgb(55 60 64);
|
|
305
|
-
--md-sys-color-surface-container-highest: rgb(67 71 75);
|
|
306
|
-
}
|