@skdx/tokens 0.26.0

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.
Files changed (205) hide show
  1. package/README.md +439 -0
  2. package/dist/foundation.css +1 -0
  3. package/dist/index.cjs +1 -0
  4. package/dist/index.d.cts +8 -0
  5. package/dist/index.d.ts +8 -0
  6. package/dist/index.js +1 -0
  7. package/dist/themes/AntBrand.cjs +1 -0
  8. package/dist/themes/AntBrand.d.cts +3 -0
  9. package/dist/themes/AntBrand.d.ts +3 -0
  10. package/dist/themes/AntBrand.js +1 -0
  11. package/dist/themes/AntDark.cjs +1 -0
  12. package/dist/themes/AntDark.d.cts +12 -0
  13. package/dist/themes/AntDark.d.ts +12 -0
  14. package/dist/themes/AntDark.js +1 -0
  15. package/dist/themes/CatppuccinLatte.cjs +1 -0
  16. package/dist/themes/CatppuccinLatte.d.cts +9 -0
  17. package/dist/themes/CatppuccinLatte.d.ts +9 -0
  18. package/dist/themes/CatppuccinLatte.js +1 -0
  19. package/dist/themes/CatppuccinMocha.cjs +1 -0
  20. package/dist/themes/CatppuccinMocha.d.cts +9 -0
  21. package/dist/themes/CatppuccinMocha.d.ts +9 -0
  22. package/dist/themes/CatppuccinMocha.js +1 -0
  23. package/dist/themes/ChakraBrand.cjs +1 -0
  24. package/dist/themes/ChakraBrand.d.cts +3 -0
  25. package/dist/themes/ChakraBrand.d.ts +3 -0
  26. package/dist/themes/ChakraBrand.js +1 -0
  27. package/dist/themes/ChakraDark.cjs +1 -0
  28. package/dist/themes/ChakraDark.d.cts +12 -0
  29. package/dist/themes/ChakraDark.d.ts +12 -0
  30. package/dist/themes/ChakraDark.js +1 -0
  31. package/dist/themes/CupcakeDark.cjs +1 -0
  32. package/dist/themes/CupcakeDark.d.cts +9 -0
  33. package/dist/themes/CupcakeDark.d.ts +9 -0
  34. package/dist/themes/CupcakeDark.js +1 -0
  35. package/dist/themes/CupcakeLight.cjs +1 -0
  36. package/dist/themes/CupcakeLight.d.cts +10 -0
  37. package/dist/themes/CupcakeLight.d.ts +10 -0
  38. package/dist/themes/CupcakeLight.js +1 -0
  39. package/dist/themes/DefaultTheme.cjs +1 -0
  40. package/dist/themes/DefaultTheme.d.cts +37 -0
  41. package/dist/themes/DefaultTheme.d.ts +37 -0
  42. package/dist/themes/DefaultTheme.js +1 -0
  43. package/dist/themes/DraculaDark.cjs +1 -0
  44. package/dist/themes/DraculaDark.d.cts +3 -0
  45. package/dist/themes/DraculaDark.d.ts +3 -0
  46. package/dist/themes/DraculaDark.js +1 -0
  47. package/dist/themes/DraculaLight.cjs +1 -0
  48. package/dist/themes/DraculaLight.d.cts +14 -0
  49. package/dist/themes/DraculaLight.d.ts +14 -0
  50. package/dist/themes/DraculaLight.js +1 -0
  51. package/dist/themes/EmeraldBrand.cjs +1 -0
  52. package/dist/themes/EmeraldBrand.d.cts +3 -0
  53. package/dist/themes/EmeraldBrand.d.ts +3 -0
  54. package/dist/themes/EmeraldBrand.js +1 -0
  55. package/dist/themes/EmeraldDark.cjs +1 -0
  56. package/dist/themes/EmeraldDark.d.cts +8 -0
  57. package/dist/themes/EmeraldDark.d.ts +8 -0
  58. package/dist/themes/EmeraldDark.js +1 -0
  59. package/dist/themes/EverforestDark.cjs +1 -0
  60. package/dist/themes/EverforestDark.d.cts +9 -0
  61. package/dist/themes/EverforestDark.d.ts +9 -0
  62. package/dist/themes/EverforestDark.js +1 -0
  63. package/dist/themes/EverforestLight.cjs +1 -0
  64. package/dist/themes/EverforestLight.d.cts +13 -0
  65. package/dist/themes/EverforestLight.d.ts +13 -0
  66. package/dist/themes/EverforestLight.js +1 -0
  67. package/dist/themes/FluentBrand.cjs +1 -0
  68. package/dist/themes/FluentBrand.d.cts +3 -0
  69. package/dist/themes/FluentBrand.d.ts +3 -0
  70. package/dist/themes/FluentBrand.js +1 -0
  71. package/dist/themes/FluentDark.cjs +1 -0
  72. package/dist/themes/FluentDark.d.cts +11 -0
  73. package/dist/themes/FluentDark.d.ts +11 -0
  74. package/dist/themes/FluentDark.js +1 -0
  75. package/dist/themes/GraphiteBrand.cjs +1 -0
  76. package/dist/themes/GraphiteBrand.d.cts +3 -0
  77. package/dist/themes/GraphiteBrand.d.ts +3 -0
  78. package/dist/themes/GraphiteBrand.js +1 -0
  79. package/dist/themes/GraphiteDark.cjs +1 -0
  80. package/dist/themes/GraphiteDark.d.cts +8 -0
  81. package/dist/themes/GraphiteDark.d.ts +8 -0
  82. package/dist/themes/GraphiteDark.js +1 -0
  83. package/dist/themes/GruvboxDark.cjs +1 -0
  84. package/dist/themes/GruvboxDark.d.cts +9 -0
  85. package/dist/themes/GruvboxDark.d.ts +9 -0
  86. package/dist/themes/GruvboxDark.js +1 -0
  87. package/dist/themes/GruvboxLight.cjs +1 -0
  88. package/dist/themes/GruvboxLight.d.cts +13 -0
  89. package/dist/themes/GruvboxLight.d.ts +13 -0
  90. package/dist/themes/GruvboxLight.js +1 -0
  91. package/dist/themes/MaterialBrand.cjs +1 -0
  92. package/dist/themes/MaterialBrand.d.cts +3 -0
  93. package/dist/themes/MaterialBrand.d.ts +3 -0
  94. package/dist/themes/MaterialBrand.js +1 -0
  95. package/dist/themes/MaterialDark.cjs +1 -0
  96. package/dist/themes/MaterialDark.d.cts +12 -0
  97. package/dist/themes/MaterialDark.d.ts +12 -0
  98. package/dist/themes/MaterialDark.js +1 -0
  99. package/dist/themes/MidnightBrand.cjs +1 -0
  100. package/dist/themes/MidnightBrand.d.cts +11 -0
  101. package/dist/themes/MidnightBrand.d.ts +11 -0
  102. package/dist/themes/MidnightBrand.js +1 -0
  103. package/dist/themes/MidnightLight.cjs +1 -0
  104. package/dist/themes/MidnightLight.d.cts +10 -0
  105. package/dist/themes/MidnightLight.d.ts +10 -0
  106. package/dist/themes/MidnightLight.js +1 -0
  107. package/dist/themes/NordDark.cjs +1 -0
  108. package/dist/themes/NordDark.d.cts +3 -0
  109. package/dist/themes/NordDark.d.ts +3 -0
  110. package/dist/themes/NordDark.js +1 -0
  111. package/dist/themes/NordLight.cjs +1 -0
  112. package/dist/themes/NordLight.d.cts +13 -0
  113. package/dist/themes/NordLight.d.ts +13 -0
  114. package/dist/themes/NordLight.js +1 -0
  115. package/dist/themes/OneDark.cjs +1 -0
  116. package/dist/themes/OneDark.d.cts +9 -0
  117. package/dist/themes/OneDark.d.ts +9 -0
  118. package/dist/themes/OneDark.js +1 -0
  119. package/dist/themes/OneLight.cjs +1 -0
  120. package/dist/themes/OneLight.d.cts +13 -0
  121. package/dist/themes/OneLight.d.ts +13 -0
  122. package/dist/themes/OneLight.js +1 -0
  123. package/dist/themes/PrimerDark.cjs +1 -0
  124. package/dist/themes/PrimerDark.d.cts +9 -0
  125. package/dist/themes/PrimerDark.d.ts +9 -0
  126. package/dist/themes/PrimerDark.js +1 -0
  127. package/dist/themes/PrimerLight.cjs +1 -0
  128. package/dist/themes/PrimerLight.d.cts +9 -0
  129. package/dist/themes/PrimerLight.d.ts +9 -0
  130. package/dist/themes/PrimerLight.js +1 -0
  131. package/dist/themes/RosePine.cjs +1 -0
  132. package/dist/themes/RosePine.d.cts +9 -0
  133. package/dist/themes/RosePine.d.ts +9 -0
  134. package/dist/themes/RosePine.js +1 -0
  135. package/dist/themes/RosePineDawn.cjs +1 -0
  136. package/dist/themes/RosePineDawn.d.cts +13 -0
  137. package/dist/themes/RosePineDawn.d.ts +13 -0
  138. package/dist/themes/RosePineDawn.js +1 -0
  139. package/dist/themes/SkandaDark.cjs +1 -0
  140. package/dist/themes/SkandaDark.d.cts +12 -0
  141. package/dist/themes/SkandaDark.d.ts +12 -0
  142. package/dist/themes/SkandaDark.js +1 -0
  143. package/dist/themes/SkandaLight.cjs +1 -0
  144. package/dist/themes/SkandaLight.d.cts +3 -0
  145. package/dist/themes/SkandaLight.d.ts +3 -0
  146. package/dist/themes/SkandaLight.js +1 -0
  147. package/dist/themes/SolarizedDark.cjs +1 -0
  148. package/dist/themes/SolarizedDark.d.cts +9 -0
  149. package/dist/themes/SolarizedDark.d.ts +9 -0
  150. package/dist/themes/SolarizedDark.js +1 -0
  151. package/dist/themes/SolarizedLight.cjs +1 -0
  152. package/dist/themes/SolarizedLight.d.cts +9 -0
  153. package/dist/themes/SolarizedLight.d.ts +9 -0
  154. package/dist/themes/SolarizedLight.js +1 -0
  155. package/dist/themes/SynthwaveDark.cjs +1 -0
  156. package/dist/themes/SynthwaveDark.d.cts +9 -0
  157. package/dist/themes/SynthwaveDark.d.ts +9 -0
  158. package/dist/themes/SynthwaveDark.js +1 -0
  159. package/dist/themes/SynthwaveLight.cjs +1 -0
  160. package/dist/themes/SynthwaveLight.d.cts +12 -0
  161. package/dist/themes/SynthwaveLight.d.ts +12 -0
  162. package/dist/themes/SynthwaveLight.js +1 -0
  163. package/dist/themes/brands.cjs +1 -0
  164. package/dist/themes/brands.d.cts +41 -0
  165. package/dist/themes/brands.d.ts +41 -0
  166. package/dist/themes/brands.js +1 -0
  167. package/dist/themes/createBrandTheme.cjs +1 -0
  168. package/dist/themes/createBrandTheme.d.cts +55 -0
  169. package/dist/themes/createBrandTheme.d.ts +55 -0
  170. package/dist/themes/createBrandTheme.js +1 -0
  171. package/dist/themes/index.cjs +1 -0
  172. package/dist/themes/index.d.cts +41 -0
  173. package/dist/themes/index.d.ts +41 -0
  174. package/dist/themes/index.js +1 -0
  175. package/dist/themes.css +1 -0
  176. package/dist/tokens.css +1 -0
  177. package/dist/utils/aliases.cjs +9 -0
  178. package/dist/utils/aliases.d.cts +121 -0
  179. package/dist/utils/aliases.d.ts +121 -0
  180. package/dist/utils/aliases.js +9 -0
  181. package/dist/utils/contrast.cjs +1 -0
  182. package/dist/utils/contrast.d.cts +27 -0
  183. package/dist/utils/contrast.d.ts +27 -0
  184. package/dist/utils/contrast.js +1 -0
  185. package/dist/utils/cssVars.cjs +2 -0
  186. package/dist/utils/cssVars.d.cts +37 -0
  187. package/dist/utils/cssVars.d.ts +37 -0
  188. package/dist/utils/cssVars.js +2 -0
  189. package/dist/utils/foundation.cjs +15 -0
  190. package/dist/utils/foundation.d.cts +300 -0
  191. package/dist/utils/foundation.d.ts +300 -0
  192. package/dist/utils/foundation.js +15 -0
  193. package/dist/utils/mode.cjs +1 -0
  194. package/dist/utils/mode.d.cts +89 -0
  195. package/dist/utils/mode.d.ts +89 -0
  196. package/dist/utils/mode.js +1 -0
  197. package/dist/utils/theme.cjs +1 -0
  198. package/dist/utils/theme.d.cts +503 -0
  199. package/dist/utils/theme.d.ts +503 -0
  200. package/dist/utils/theme.js +1 -0
  201. package/dist/utils/toCss.cjs +10 -0
  202. package/dist/utils/toCss.d.cts +92 -0
  203. package/dist/utils/toCss.d.ts +92 -0
  204. package/dist/utils/toCss.js +10 -0
  205. package/package.json +70 -0
@@ -0,0 +1 @@
1
+ var e={name:"gruvbox-dark",mode:"dark",colors:{primary:{50:"#f8faf9",100:"#eef2f1",200:"#dae4e0",300:"#c1d2cc",400:"#abc2b9",500:"#97b3a8",600:"#83a598",700:"#6b867d",800:"#576d67",900:"#475854",950:"#2c3535"},neutral:{50:"#f9f5d7",100:"#ebdbb2",200:"#3c3836",300:"#504945",400:"#bdae93",500:"#a89984",600:"#928374",700:"#665c54",800:"#3c3836",900:"#1d2021",950:"#1d2021"},success:{50:"#fafbe8",100:"#f2f4c8",200:"#e5e995",300:"#d3d95c",400:"#b8bb26",500:"#a8ab20",600:"#98971a",700:"#757415",800:"#5d5c16",900:"#4e4d16",950:"#2a2a09"},warning:{50:"#fefbea",100:"#fdf3c4",200:"#fbe58c",300:"#fabd2f",400:"#f0a818",500:"#d79921",600:"#b97a12",700:"#945a12",800:"#7a4716",900:"#683a17",950:"#3c1e0a"},danger:{50:"#fef3f1",100:"#fde5e1",200:"#fccfc8",300:"#faaca0",400:"#fb4934",500:"#e33723",600:"#cc241d",700:"#a91c17",800:"#8c1b17",900:"#741d1a",950:"#3f0b09"},semantic:{background:"#282828",surface:"#3c3836",surfaceHover:"#504945",overlay:"rgb(0 0 0 / 0.6)",text:"#ebdbb2",textMuted:"#aea08d",textInverted:"#282828",border:"#504945",borderStrong:"#8f8277",focusRing:"#83a598"}},shadow:{color:"0 0 0",strength:"4.7"}};export{e as gruvboxDark};
@@ -0,0 +1 @@
1
+ "use strict";var t=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var i=(e,r)=>{for(var b in r)t(e,b,{get:r[b],enumerable:!0})},m=(e,r,b,c)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of g(r))!u.call(e,o)&&o!==b&&t(e,o,{get:()=>r[o],enumerable:!(c=a(r,o))||c.enumerable});return e};var n=e=>m(t({},"__esModule",{value:!0}),e);var x={};i(x,{gruvboxLight:()=>s});module.exports=n(x);var f=require("./DefaultTheme.cjs"),d=require("./GruvboxDark.cjs"),s=(0,f.createTheme)("gruvbox-light",{mode:"light",colors:{primary:{50:"#f0f6f7",100:"#dceaec",200:"#b5d1d7",300:"#83b3bc",400:"#5697a3",500:"#458588",600:"#076678",700:"#085463",800:"#084552",900:"#093844",950:"#09242c"},neutral:{200:"#ebdbb2",300:"#d5c4a1"},semantic:{background:"#fbf1c7",surface:"#f2e5bc",surfaceHover:"#ebdbb2",overlay:"rgb(40 40 40 / 0.4)",text:"#3c3836",textMuted:"#665c54",textInverted:"#ffffff",border:"#ebdbb2",borderStrong:"#997d44",focusRing:"#076678"}},shadow:{color:"2 6 23",strength:"1"}},d.gruvboxDark);0&&(module.exports={gruvboxLight});
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Light counterpart of `gruvbox-dark`, built on Gruvbox's light palette
3
+ * (#fbf1c7 cream background, warm gray text). Palette source:
4
+ * morhetz/gruvbox (MIT/X11).
5
+ *
6
+ * Gruvbox ships three blues and picks between them by mode: `bright_blue`
7
+ * (#83a598) for dark, `faded_blue` (#076678) for light, with `neutral_blue`
8
+ * (#458588) between. This takes faded_blue at 600 and neutral_blue at 500
9
+ * rather than reusing the dark theme's bright_blue, which is a wash on cream.
10
+ *
11
+ * @public
12
+ */
13
+ export declare const gruvboxLight: import("../index.cjs").Theme;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Light counterpart of `gruvbox-dark`, built on Gruvbox's light palette
3
+ * (#fbf1c7 cream background, warm gray text). Palette source:
4
+ * morhetz/gruvbox (MIT/X11).
5
+ *
6
+ * Gruvbox ships three blues and picks between them by mode: `bright_blue`
7
+ * (#83a598) for dark, `faded_blue` (#076678) for light, with `neutral_blue`
8
+ * (#458588) between. This takes faded_blue at 600 and neutral_blue at 500
9
+ * rather than reusing the dark theme's bright_blue, which is a wash on cream.
10
+ *
11
+ * @public
12
+ */
13
+ export declare const gruvboxLight: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as r}from"./DefaultTheme.js";import{gruvboxDark as e}from"./GruvboxDark.js";var t=r("gruvbox-light",{mode:"light",colors:{primary:{50:"#f0f6f7",100:"#dceaec",200:"#b5d1d7",300:"#83b3bc",400:"#5697a3",500:"#458588",600:"#076678",700:"#085463",800:"#084552",900:"#093844",950:"#09242c"},neutral:{200:"#ebdbb2",300:"#d5c4a1"},semantic:{background:"#fbf1c7",surface:"#f2e5bc",surfaceHover:"#ebdbb2",overlay:"rgb(40 40 40 / 0.4)",text:"#3c3836",textMuted:"#665c54",textInverted:"#ffffff",border:"#ebdbb2",borderStrong:"#997d44",focusRing:"#076678"}},shadow:{color:"2 6 23",strength:"1"}},e);export{t as gruvboxLight};
@@ -0,0 +1 @@
1
+ "use strict";var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var s=(f,e)=>{for(var r in e)t(f,r,{get:e[r],enumerable:!0})},n=(f,e,r,d)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of o(e))!b.call(f,a)&&a!==r&&t(f,a,{get:()=>e[a],enumerable:!(d=c(e,a))||d.enumerable});return f};var i=f=>n(t({},"__esModule",{value:!0}),f);var l={};s(l,{materialBrand:()=>m});module.exports=i(l);var m={name:"material-you",mode:"light",colors:{primary:{50:"#f6edff",100:"#eaddff",200:"#d0bcff",300:"#b69df8",400:"#9a82db",500:"#7f67be",600:"#6750a4",700:"#4f378b",800:"#381e72",900:"#21005d",950:"#150042"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#fffbfe",surface:"#f7f2fa",surfaceHover:"#ece6f0",overlay:"rgb(28 27 31 / 0.5)",text:"#1c1b1f",textMuted:"#49454f",textInverted:"#ffffff",border:"#e7e0ec",borderStrong:"#9488a1",focusRing:"#6750a4"}},shadow:{color:"2 6 23",strength:"1"},typography:{fontFamily:"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif"},motion:{durationFast:"150ms",durationNormal:"300ms",durationSlow:"500ms",easing:"cubic-bezier(0.2, 0, 0, 1)"}};0&&(module.exports={materialBrand});
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Material Design 3 inspired: tonal purple, generous shape scale, emphasized easing. @public */
3
+ export declare const materialBrand: Theme;
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** Material Design 3 inspired: tonal purple, generous shape scale, emphasized easing. @public */
3
+ export declare const materialBrand: Theme;
@@ -0,0 +1 @@
1
+ var e={name:"material-you",mode:"light",colors:{primary:{50:"#f6edff",100:"#eaddff",200:"#d0bcff",300:"#b69df8",400:"#9a82db",500:"#7f67be",600:"#6750a4",700:"#4f378b",800:"#381e72",900:"#21005d",950:"#150042"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#fffbfe",surface:"#f7f2fa",surfaceHover:"#ece6f0",overlay:"rgb(28 27 31 / 0.5)",text:"#1c1b1f",textMuted:"#49454f",textInverted:"#ffffff",border:"#e7e0ec",borderStrong:"#9488a1",focusRing:"#6750a4"}},shadow:{color:"2 6 23",strength:"1"},typography:{fontFamily:"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif"},motion:{durationFast:"150ms",durationNormal:"300ms",durationSlow:"500ms",easing:"cubic-bezier(0.2, 0, 0, 1)"}};export{e as materialBrand};
@@ -0,0 +1 @@
1
+ "use strict";var t=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var n=Object.prototype.hasOwnProperty;var i=(e,f)=>{for(var a in f)t(e,a,{get:f[a],enumerable:!0})},s=(e,f,a,c)=>{if(f&&typeof f=="object"||typeof f=="function")for(let r of m(f))!n.call(e,r)&&r!==a&&t(e,r,{get:()=>f[r],enumerable:!(c=b(f,r))||c.enumerable});return e};var l=e=>s(t({},"__esModule",{value:!0}),e);var g={};i(g,{materialDark:()=>u});module.exports=l(g);var d=require("./DefaultTheme.cjs"),o=require("./MaterialBrand.cjs"),u=(0,d.createTheme)("material-you-dark",{mode:"dark",colors:{primary:{50:"#fcfbff",100:"#f8f6ff",200:"#f1ebff",300:"#e8deff",400:"#dfd1ff",500:"#d8c7ff",600:"#d0bcff",700:"#a898cf",800:"#897ca9",900:"#6d6387",950:"#413c52"},neutral:{200:"#49454f",300:"#605d66",800:"#211f26",900:"#1c1b1f",950:"#141317"},semantic:{background:"#1c1b1f",surface:"#211f26",surfaceHover:"#2b2930",overlay:"rgb(0 0 0 / 0.6)",text:"#e6e1e5",textMuted:"#cac4d0",textInverted:"#381e72",border:"#49454f",borderStrong:"#6d6973",focusRing:"#d0bcff"}},shadow:{color:"0 0 0",strength:"4.7"}},o.materialBrand);0&&(module.exports={materialDark});
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Dark counterpart of `material-you`, following Material Design 3 dark
3
+ * surfaces (#1c1b1f) with the M3 light-lavender primary accent.
4
+ *
5
+ * `primary-600` is M3's `Primary80` (#d0bcff) and `textInverted` its paired
6
+ * `onPrimary` for dark (#381e72) — the baseline scheme moves the primary
7
+ * role from tone 40 in light to tone 80 in dark, so reusing the light
8
+ * theme's tone-40 violet here left the accent invisible on M3's own surface.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const materialDark: import("../index.cjs").Theme;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Dark counterpart of `material-you`, following Material Design 3 dark
3
+ * surfaces (#1c1b1f) with the M3 light-lavender primary accent.
4
+ *
5
+ * `primary-600` is M3's `Primary80` (#d0bcff) and `textInverted` its paired
6
+ * `onPrimary` for dark (#381e72) — the baseline scheme moves the primary
7
+ * role from tone 40 in light to tone 80 in dark, so reusing the light
8
+ * theme's tone-40 violet here left the accent invisible on M3's own surface.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const materialDark: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as f}from"./DefaultTheme.js";import{materialBrand as e}from"./MaterialBrand.js";var t=f("material-you-dark",{mode:"dark",colors:{primary:{50:"#fcfbff",100:"#f8f6ff",200:"#f1ebff",300:"#e8deff",400:"#dfd1ff",500:"#d8c7ff",600:"#d0bcff",700:"#a898cf",800:"#897ca9",900:"#6d6387",950:"#413c52"},neutral:{200:"#49454f",300:"#605d66",800:"#211f26",900:"#1c1b1f",950:"#141317"},semantic:{background:"#1c1b1f",surface:"#211f26",surfaceHover:"#2b2930",overlay:"rgb(0 0 0 / 0.6)",text:"#e6e1e5",textMuted:"#cac4d0",textInverted:"#381e72",border:"#49454f",borderStrong:"#6d6973",focusRing:"#d0bcff"}},shadow:{color:"0 0 0",strength:"4.7"}},e);export{t as materialDark};
@@ -0,0 +1 @@
1
+ "use strict";var o=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var p=(e,r)=>{for(var m in r)o(e,m,{get:r[m],enumerable:!0})},u=(e,r,m,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let a of i(r))!h.call(e,a)&&a!==m&&o(e,a,{get:()=>r[a],enumerable:!(n=d(r,a))||n.enumerable});return e};var c=e=>u(o({},"__esModule",{value:!0}),e);var l={};p(l,{midnightBrand:()=>g});module.exports=c(l);var t=require("./createBrandTheme.cjs"),g=(0,t.createBrandTheme)({name:"midnight-brand",mode:"dark",primaryHue:271,primaryChroma:91,neutralHue:265,neutralChroma:25,override:{shadow:{color:"0 0 0",strength:"5.2"}}});0&&(module.exports={midnightBrand});
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Midnight purple dark theme: violet actions on deep indigo surfaces.
3
+ *
4
+ * The first brand generated from a `BrandSeed` rather than hand-written — its
5
+ * ramps and semantic roles come out of {@link createBrandTheme}, which drives
6
+ * every WCAG AA pair to threshold instead of leaving it to review. Only the
7
+ * dark shadow stack is hand-kept, since shadow alpha isn't derived from hue.
8
+ *
9
+ * @public
10
+ */
11
+ export declare const midnightBrand: import("../index.cjs").Theme;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Midnight purple dark theme: violet actions on deep indigo surfaces.
3
+ *
4
+ * The first brand generated from a `BrandSeed` rather than hand-written — its
5
+ * ramps and semantic roles come out of {@link createBrandTheme}, which drives
6
+ * every WCAG AA pair to threshold instead of leaving it to review. Only the
7
+ * dark shadow stack is hand-kept, since shadow alpha isn't derived from hue.
8
+ *
9
+ * @public
10
+ */
11
+ export declare const midnightBrand: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createBrandTheme as r}from"./createBrandTheme.js";var a=r({name:"midnight-brand",mode:"dark",primaryHue:271,primaryChroma:91,neutralHue:265,neutralChroma:25,override:{shadow:{color:"0 0 0",strength:"5.2"}}});export{a as midnightBrand};
@@ -0,0 +1 @@
1
+ "use strict";var i=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var d=(e,r)=>{for(var t in r)i(e,t,{get:r[t],enumerable:!0})},l=(e,r,t,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let m of o(r))!g.call(e,m)&&m!==t&&i(e,m,{get:()=>r[m],enumerable:!(a=n(r,m))||a.enumerable});return e};var p=e=>l(i({},"__esModule",{value:!0}),e);var c={};d(c,{midnightLight:()=>u});module.exports=p(c);var h=require("./createBrandTheme.cjs"),u=(0,h.createBrandTheme)({name:"midnight-light",mode:"light",primaryHue:271,primaryChroma:91,neutralHue:265,neutralChroma:25});0&&(module.exports={midnightLight});
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Light counterpart of `midnight-brand` — the same violet primary ramp on
3
+ * white surfaces with lavender-tinted borders. Generated from the same seed
4
+ * as its dark twin (only `mode` differs), so the two modes cannot drift apart
5
+ * the way two hand-written files can. Its shadow stack is the default one, so
6
+ * unlike the dark theme it needs no override at all.
7
+ *
8
+ * @public
9
+ */
10
+ export declare const midnightLight: import("../index.cjs").Theme;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Light counterpart of `midnight-brand` — the same violet primary ramp on
3
+ * white surfaces with lavender-tinted borders. Generated from the same seed
4
+ * as its dark twin (only `mode` differs), so the two modes cannot drift apart
5
+ * the way two hand-written files can. Its shadow stack is the default one, so
6
+ * unlike the dark theme it needs no override at all.
7
+ *
8
+ * @public
9
+ */
10
+ export declare const midnightLight: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createBrandTheme as r}from"./createBrandTheme.js";var m=r({name:"midnight-light",mode:"light",primaryHue:271,primaryChroma:91,neutralHue:265,neutralChroma:25});export{m as midnightLight};
@@ -0,0 +1 @@
1
+ "use strict";var d=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var t=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var c in e)d(f,c,{get:e[c],enumerable:!0})},s=(f,e,c,b)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of o(e))!t.call(f,a)&&a!==c&&d(f,a,{get:()=>e[a],enumerable:!(b=r(e,a))||b.enumerable});return f};var m=f=>s(d({},"__esModule",{value:!0}),f);var g={};n(g,{nordDark:()=>u});module.exports=m(g);var u={name:"nord-dark",mode:"dark",colors:{primary:{50:"#f7f9fb",100:"#edf2f6",200:"#d9e3ec",300:"#c0d0e0",400:"#a9bfd5",500:"#95b0cb",600:"#81a1c1",700:"#69839d",800:"#566b81",900:"#465668",950:"#2b3441"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#434c5e",300:"#4c566a",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#191c25",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#a3be8c",600:"#8aa872",700:"#74915e",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#ebcb8b",600:"#d4b273",700:"#b6955a",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#bf616a",600:"#a54e57",700:"#8d4048",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#2e3440",surface:"#3b4252",surfaceHover:"#434c5e",overlay:"rgb(0 0 0 / 0.6)",text:"#eceff4",textMuted:"#a6afc2",textInverted:"#2e3440",border:"#434c5e",borderStrong:"#818da5",focusRing:"#88c0d0"}},shadow:{color:"0 0 0",strength:"4.7"}};0&&(module.exports={nordDark});
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Nord inspired dark theme: polar-night surfaces, frost blue actions, aurora status hues. @public */
3
+ export declare const nordDark: Theme;
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** Nord inspired dark theme: polar-night surfaces, frost blue actions, aurora status hues. @public */
3
+ export declare const nordDark: Theme;
@@ -0,0 +1 @@
1
+ var e={name:"nord-dark",mode:"dark",colors:{primary:{50:"#f7f9fb",100:"#edf2f6",200:"#d9e3ec",300:"#c0d0e0",400:"#a9bfd5",500:"#95b0cb",600:"#81a1c1",700:"#69839d",800:"#566b81",900:"#465668",950:"#2b3441"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#434c5e",300:"#4c566a",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#191c25",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#a3be8c",600:"#8aa872",700:"#74915e",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#ebcb8b",600:"#d4b273",700:"#b6955a",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#bf616a",600:"#a54e57",700:"#8d4048",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#2e3440",surface:"#3b4252",surfaceHover:"#434c5e",overlay:"rgb(0 0 0 / 0.6)",text:"#eceff4",textMuted:"#a6afc2",textInverted:"#2e3440",border:"#434c5e",borderStrong:"#818da5",focusRing:"#88c0d0"}},shadow:{color:"0 0 0",strength:"4.7"}};export{e as nordDark};
@@ -0,0 +1 @@
1
+ "use strict";var c=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var m=(r,e)=>{for(var o in e)c(r,o,{get:e[o],enumerable:!0})},s=(r,e,o,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let d of g(e))!i.call(r,d)&&d!==o&&c(r,d,{get:()=>e[d],enumerable:!(t=n(e,d))||t.enumerable});return r};var b=r=>s(c({},"__esModule",{value:!0}),r);var l={};m(l,{nordLight:()=>h});module.exports=b(l);var a=require("./DefaultTheme.cjs"),f=require("./NordDark.cjs"),h=(0,a.createTheme)("nord-light",{mode:"light",colors:{primary:{50:"#f4f6f9",100:"#e6ebf0",200:"#cad3df",300:"#a6b6ca",400:"#869cb6",500:"#5e81ac",600:"#4d6d94",700:"#405979",800:"#354964",900:"#2c3c52",950:"#1d2634"},neutral:{200:"#d8dee9",300:"#c2c9d6"},semantic:{background:"#eceff4",surface:"#e5e9f0",surfaceHover:"#d8dee9",overlay:"rgb(46 52 64 / 0.4)",text:"#2e3440",textMuted:"#4c566a",textInverted:"#eceff4",border:"#d8dee9",borderStrong:"#7685a3",focusRing:"#5e81ac"}},shadow:{color:"2 6 23",strength:"1"}},f.nordDark);0&&(module.exports={nordLight});
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Light counterpart of `nord-dark`, built on Nord's Snow Storm palette
3
+ * (#eceff4 / #e5e9f0 / #d8dee9) with Polar Night text. Palette source:
4
+ * nordtheme/nord (MIT).
5
+ *
6
+ * Nord publishes no light theme, so the mode split is made inside Frost
7
+ * rather than invented: light takes `nord10` (#5e81ac), the deepest Frost
8
+ * blue, where dark takes `nord9` (#81a1c1). 600 darkens nord10 the last
9
+ * notch it needs for white label text (#5e81ac alone reaches only 4.40:1).
10
+ *
11
+ * @public
12
+ */
13
+ export declare const nordLight: import("../index.cjs").Theme;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Light counterpart of `nord-dark`, built on Nord's Snow Storm palette
3
+ * (#eceff4 / #e5e9f0 / #d8dee9) with Polar Night text. Palette source:
4
+ * nordtheme/nord (MIT).
5
+ *
6
+ * Nord publishes no light theme, so the mode split is made inside Frost
7
+ * rather than invented: light takes `nord10` (#5e81ac), the deepest Frost
8
+ * blue, where dark takes `nord9` (#81a1c1). 600 darkens nord10 the last
9
+ * notch it needs for white label text (#5e81ac alone reaches only 4.40:1).
10
+ *
11
+ * @public
12
+ */
13
+ export declare const nordLight: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as e}from"./DefaultTheme.js";import{nordDark as r}from"./NordDark.js";var c=e("nord-light",{mode:"light",colors:{primary:{50:"#f4f6f9",100:"#e6ebf0",200:"#cad3df",300:"#a6b6ca",400:"#869cb6",500:"#5e81ac",600:"#4d6d94",700:"#405979",800:"#354964",900:"#2c3c52",950:"#1d2634"},neutral:{200:"#d8dee9",300:"#c2c9d6"},semantic:{background:"#eceff4",surface:"#e5e9f0",surfaceHover:"#d8dee9",overlay:"rgb(46 52 64 / 0.4)",text:"#2e3440",textMuted:"#4c566a",textInverted:"#eceff4",border:"#d8dee9",borderStrong:"#7685a3",focusRing:"#5e81ac"}},shadow:{color:"2 6 23",strength:"1"}},r);export{c as nordLight};
@@ -0,0 +1 @@
1
+ "use strict";var b=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var t=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var c in e)b(f,c,{get:e[c],enumerable:!0})},s=(f,e,c,d)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of o(e))!t.call(f,a)&&a!==c&&b(f,a,{get:()=>e[a],enumerable:!(d=r(e,a))||d.enumerable});return f};var m=f=>s(b({},"__esModule",{value:!0}),f);var g={};n(g,{oneDark:()=>u});module.exports=m(g);var u={name:"one-dark",mode:"dark",colors:{primary:{50:"#f6fafe",100:"#e9f4fd",200:"#d0e7fa",300:"#b0d7f7",400:"#94c9f4",500:"#7abcf2",600:"#61afef",700:"#508ec2",800:"#42749e",900:"#365d7f",950:"#22384e"},neutral:{50:"#f7f8fa",100:"#eceef2",200:"#3e4451",300:"#4b5263",400:"#abb2bf",500:"#8e97a6",600:"#5c6370",700:"#3e4451",800:"#2c313a",900:"#21252b",950:"#21252b"},success:{50:"#f4f9f0",100:"#e6f2dd",200:"#cde5bf",300:"#98c379",400:"#7cb058",500:"#609443",600:"#4b7634",700:"#3c5d2c",800:"#324b27",900:"#2b4023",950:"#142310"},warning:{50:"#fdf9f0",100:"#faf0da",200:"#f5e0b3",300:"#e5c07b",400:"#d8a44e",500:"#c98a2e",600:"#ae6f1f",700:"#8b541c",800:"#71431d",900:"#5f381c",950:"#351d0d"},danger:{50:"#fdf3f4",100:"#fbe5e7",200:"#f8d0d3",300:"#f2abb0",400:"#e06c75",500:"#d04a55",600:"#b23a40",700:"#952f35",800:"#7c2b30",900:"#6a292d",950:"#391114"},semantic:{background:"#282c34",surface:"#2c313a",surfaceHover:"#333842",overlay:"rgb(0 0 0 / 0.6)",text:"#abb2bf",textMuted:"#919aa8",textInverted:"#282c34",border:"#3e4451",borderStrong:"#717b94",focusRing:"#61afef"}},shadow:{color:"0 0 0",strength:"4.7"}};0&&(module.exports={oneDark});
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /**
3
+ * Atom One Dark inspired theme: the classic `#282c34` editor background,
4
+ * `#61afef` blue actions, and One Dark green/yellow/red status hues.
5
+ * Palette source: atom/one-dark-syntax (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const oneDark: Theme;
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /**
3
+ * Atom One Dark inspired theme: the classic `#282c34` editor background,
4
+ * `#61afef` blue actions, and One Dark green/yellow/red status hues.
5
+ * Palette source: atom/one-dark-syntax (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const oneDark: Theme;
@@ -0,0 +1 @@
1
+ var e={name:"one-dark",mode:"dark",colors:{primary:{50:"#f6fafe",100:"#e9f4fd",200:"#d0e7fa",300:"#b0d7f7",400:"#94c9f4",500:"#7abcf2",600:"#61afef",700:"#508ec2",800:"#42749e",900:"#365d7f",950:"#22384e"},neutral:{50:"#f7f8fa",100:"#eceef2",200:"#3e4451",300:"#4b5263",400:"#abb2bf",500:"#8e97a6",600:"#5c6370",700:"#3e4451",800:"#2c313a",900:"#21252b",950:"#21252b"},success:{50:"#f4f9f0",100:"#e6f2dd",200:"#cde5bf",300:"#98c379",400:"#7cb058",500:"#609443",600:"#4b7634",700:"#3c5d2c",800:"#324b27",900:"#2b4023",950:"#142310"},warning:{50:"#fdf9f0",100:"#faf0da",200:"#f5e0b3",300:"#e5c07b",400:"#d8a44e",500:"#c98a2e",600:"#ae6f1f",700:"#8b541c",800:"#71431d",900:"#5f381c",950:"#351d0d"},danger:{50:"#fdf3f4",100:"#fbe5e7",200:"#f8d0d3",300:"#f2abb0",400:"#e06c75",500:"#d04a55",600:"#b23a40",700:"#952f35",800:"#7c2b30",900:"#6a292d",950:"#391114"},semantic:{background:"#282c34",surface:"#2c313a",surfaceHover:"#333842",overlay:"rgb(0 0 0 / 0.6)",text:"#abb2bf",textMuted:"#919aa8",textInverted:"#282c34",border:"#3e4451",borderStrong:"#717b94",focusRing:"#61afef"}},shadow:{color:"0 0 0",strength:"4.7"}};export{e as oneDark};
@@ -0,0 +1 @@
1
+ "use strict";var t=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var m=(f,e)=>{for(var o in e)t(f,o,{get:e[o],enumerable:!0})},s=(f,e,o,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of g(e))!i.call(f,r)&&r!==o&&t(f,r,{get:()=>e[r],enumerable:!(a=n(e,r))||a.enumerable});return f};var h=f=>s(t({},"__esModule",{value:!0}),f);var u={};m(u,{oneLight:()=>l});module.exports=h(u);var d=require("./DefaultTheme.cjs"),c=require("./OneDark.cjs"),l=(0,d.createTheme)("one-light",{mode:"light",colors:{primary:{50:"#f3f6fc",100:"#e2eaf9",200:"#c1d1f2",300:"#97b3ea",400:"#7297e2",500:"#4078f2",600:"#2f66d4",700:"#2854ad",800:"#22458d",900:"#1d3872",950:"#142446"},neutral:{200:"#e5e5e6",300:"#d0d0d3"},semantic:{background:"#fafafa",surface:"#f0f0f1",surfaceHover:"#e5e5e6",overlay:"rgb(40 44 52 / 0.4)",text:"#383a42",textMuted:"#696c77",textInverted:"#ffffff",border:"#e5e5e6",borderStrong:"#898990",focusRing:"#2f66d4"}},shadow:{color:"2 6 23",strength:"1"}},c.oneDark);0&&(module.exports={oneLight});
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Light counterpart of `one-dark`, following Atom's One Light scheme
3
+ * (#fafafa background, #383a42 text). Palette source: atom/one-light-syntax
4
+ * (MIT).
5
+ *
6
+ * `primary-500` is One Light's own blue (#4078f2), not a lightened One Dark
7
+ * blue — the two schemes pick genuinely different blues, and 500 is the slot
8
+ * consumers read for a plain accent. 600 is that blue darkened, since
9
+ * #4078f2 carries only 4.05:1 under white label text.
10
+ *
11
+ * @public
12
+ */
13
+ export declare const oneLight: import("../index.cjs").Theme;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Light counterpart of `one-dark`, following Atom's One Light scheme
3
+ * (#fafafa background, #383a42 text). Palette source: atom/one-light-syntax
4
+ * (MIT).
5
+ *
6
+ * `primary-500` is One Light's own blue (#4078f2), not a lightened One Dark
7
+ * blue — the two schemes pick genuinely different blues, and 500 is the slot
8
+ * consumers read for a plain accent. 600 is that blue darkened, since
9
+ * #4078f2 carries only 4.05:1 under white label text.
10
+ *
11
+ * @public
12
+ */
13
+ export declare const oneLight: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as e}from"./DefaultTheme.js";import{oneDark as f}from"./OneDark.js";var t=e("one-light",{mode:"light",colors:{primary:{50:"#f3f6fc",100:"#e2eaf9",200:"#c1d1f2",300:"#97b3ea",400:"#7297e2",500:"#4078f2",600:"#2f66d4",700:"#2854ad",800:"#22458d",900:"#1d3872",950:"#142446"},neutral:{200:"#e5e5e6",300:"#d0d0d3"},semantic:{background:"#fafafa",surface:"#f0f0f1",surfaceHover:"#e5e5e6",overlay:"rgb(40 44 52 / 0.4)",text:"#383a42",textMuted:"#696c77",textInverted:"#ffffff",border:"#e5e5e6",borderStrong:"#898990",focusRing:"#2f66d4"}},shadow:{color:"2 6 23",strength:"1"}},f);export{t as oneLight};
@@ -0,0 +1 @@
1
+ "use strict";var a=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var r in e)a(f,r,{get:e[r],enumerable:!0})},s=(f,e,r,b)=>{if(e&&typeof e=="object"||typeof e=="function")for(let d of t(e))!o.call(f,d)&&d!==r&&a(f,d,{get:()=>e[d],enumerable:!(b=c(e,d))||b.enumerable});return f};var m=f=>s(a({},"__esModule",{value:!0}),f);var u={};n(u,{primerDark:()=>i});module.exports=m(u);var i={name:"primer-dark",mode:"dark",colors:{primary:{50:"#f2f6fe",100:"#e0ebfc",200:"#bcd4f9",300:"#8fb7f5",400:"#679df1",500:"#1f6feb",600:"#1c62cd",700:"#1b5bbf",800:"#174b9c",900:"#153d7d",950:"#10264d"},neutral:{50:"#f0f6fc",100:"#c9d1d9",200:"#30363d",300:"#484f58",400:"#6e7681",500:"#484f58",600:"#3d444d",700:"#30363d",800:"#21262d",900:"#161b22",950:"#0d1117"},success:{50:"#aff5b4",100:"#7ee787",200:"#56d364",300:"#3fb950",400:"#2ea043",500:"#238636",600:"#196c2e",700:"#0f5323",800:"#033a16",900:"#04260f",950:"#021a0a"},warning:{50:"#f8e3a1",100:"#f2cc60",200:"#e3b341",300:"#d29922",400:"#bb8009",500:"#9e6a03",600:"#845306",700:"#693e00",800:"#4b2900",900:"#341a00",950:"#2a1400"},danger:{50:"#ffdcd7",100:"#ffc1ba",200:"#ffa198",300:"#ff7b72",400:"#f85149",500:"#da3633",600:"#b62324",700:"#8e1519",800:"#67060c",900:"#490202",950:"#370101"},semantic:{background:"#0d1117",surface:"#161b22",surfaceHover:"#21262d",overlay:"rgb(1 4 9 / 0.8)",text:"#e6edf3",textMuted:"#8b949e",textInverted:"#ffffff",border:"#30363d",borderStrong:"#5f6874",focusRing:"#388bfd"}},shadow:{color:"1 4 9",strength:"3.8"}};0&&(module.exports={primerDark});
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /**
3
+ * Primer Dark inspired theme: GitHub's dark mode — `#0d1117` canvas,
4
+ * `#1f6feb` accent blue, and the Primer dark green/yellow/red scales.
5
+ * Palette source: primer/primitives (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const primerDark: Theme;
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /**
3
+ * Primer Dark inspired theme: GitHub's dark mode — `#0d1117` canvas,
4
+ * `#1f6feb` accent blue, and the Primer dark green/yellow/red scales.
5
+ * Palette source: primer/primitives (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const primerDark: Theme;
@@ -0,0 +1 @@
1
+ var e={name:"primer-dark",mode:"dark",colors:{primary:{50:"#f2f6fe",100:"#e0ebfc",200:"#bcd4f9",300:"#8fb7f5",400:"#679df1",500:"#1f6feb",600:"#1c62cd",700:"#1b5bbf",800:"#174b9c",900:"#153d7d",950:"#10264d"},neutral:{50:"#f0f6fc",100:"#c9d1d9",200:"#30363d",300:"#484f58",400:"#6e7681",500:"#484f58",600:"#3d444d",700:"#30363d",800:"#21262d",900:"#161b22",950:"#0d1117"},success:{50:"#aff5b4",100:"#7ee787",200:"#56d364",300:"#3fb950",400:"#2ea043",500:"#238636",600:"#196c2e",700:"#0f5323",800:"#033a16",900:"#04260f",950:"#021a0a"},warning:{50:"#f8e3a1",100:"#f2cc60",200:"#e3b341",300:"#d29922",400:"#bb8009",500:"#9e6a03",600:"#845306",700:"#693e00",800:"#4b2900",900:"#341a00",950:"#2a1400"},danger:{50:"#ffdcd7",100:"#ffc1ba",200:"#ffa198",300:"#ff7b72",400:"#f85149",500:"#da3633",600:"#b62324",700:"#8e1519",800:"#67060c",900:"#490202",950:"#370101"},semantic:{background:"#0d1117",surface:"#161b22",surfaceHover:"#21262d",overlay:"rgb(1 4 9 / 0.8)",text:"#e6edf3",textMuted:"#8b949e",textInverted:"#ffffff",border:"#30363d",borderStrong:"#5f6874",focusRing:"#388bfd"}},shadow:{color:"1 4 9",strength:"3.8"}};export{e as primerDark};
@@ -0,0 +1 @@
1
+ "use strict";var r=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(e,f)=>{for(var d in f)r(e,d,{get:f[d],enumerable:!0})},s=(e,f,d,c)=>{if(f&&typeof f=="object"||typeof f=="function")for(let a of b(f))!o.call(e,a)&&a!==d&&r(e,a,{get:()=>f[a],enumerable:!(c=t(f,a))||c.enumerable});return e};var i=e=>s(r({},"__esModule",{value:!0}),e);var g={};n(g,{primerLight:()=>m});module.exports=i(g);var m={name:"primer-light",mode:"light",colors:{primary:{50:"#ddf4ff",100:"#b6e3ff",200:"#80ccff",300:"#54aeff",400:"#218bff",500:"#0969da",600:"#0550ae",700:"#033d8b",800:"#0a3069",900:"#002155",950:"#001a43"},neutral:{50:"#f6f8fa",100:"#eaeef2",200:"#d0d7de",300:"#afb8c1",400:"#8c959f",500:"#6e7781",600:"#57606a",700:"#424a53",800:"#32383f",900:"#24292f",950:"#171b1f"},success:{50:"#dafbe1",100:"#aceebb",200:"#6fdd8b",300:"#4ac26b",400:"#2da44e",500:"#1a7f37",600:"#116329",700:"#044f1e",800:"#003d16",900:"#002d11",950:"#00230d"},warning:{50:"#fff8c5",100:"#fae17d",200:"#eac54f",300:"#d4a72c",400:"#bf8700",500:"#9a6700",600:"#7d4e00",700:"#633c01",800:"#4d2d00",900:"#3b2300",950:"#2e1a00"},danger:{50:"#ffebe9",100:"#ffcecb",200:"#ffaba8",300:"#ff8182",400:"#fa4549",500:"#cf222e",600:"#a40e26",700:"#82071e",800:"#660018",900:"#4c0014",950:"#3c000f"},semantic:{background:"#ffffff",surface:"#f6f8fa",surfaceHover:"#eaeef2",overlay:"rgb(31 35 40 / 0.5)",text:"#1f2328",textMuted:"#656d76",textInverted:"#ffffff",border:"#d0d7de",borderStrong:"#818f9d",focusRing:"#0969da"}},shadow:{color:"31 35 40",strength:"1.2"}};0&&(module.exports={primerLight});
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /**
3
+ * Primer Light inspired theme: GitHub's light mode — white canvas, `#0969da`
4
+ * accent blue, 6px corners, and the Primer green/yellow/red functional scales.
5
+ * Palette source: primer/primitives (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const primerLight: Theme;
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /**
3
+ * Primer Light inspired theme: GitHub's light mode — white canvas, `#0969da`
4
+ * accent blue, 6px corners, and the Primer green/yellow/red functional scales.
5
+ * Palette source: primer/primitives (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const primerLight: Theme;
@@ -0,0 +1 @@
1
+ var f={name:"primer-light",mode:"light",colors:{primary:{50:"#ddf4ff",100:"#b6e3ff",200:"#80ccff",300:"#54aeff",400:"#218bff",500:"#0969da",600:"#0550ae",700:"#033d8b",800:"#0a3069",900:"#002155",950:"#001a43"},neutral:{50:"#f6f8fa",100:"#eaeef2",200:"#d0d7de",300:"#afb8c1",400:"#8c959f",500:"#6e7781",600:"#57606a",700:"#424a53",800:"#32383f",900:"#24292f",950:"#171b1f"},success:{50:"#dafbe1",100:"#aceebb",200:"#6fdd8b",300:"#4ac26b",400:"#2da44e",500:"#1a7f37",600:"#116329",700:"#044f1e",800:"#003d16",900:"#002d11",950:"#00230d"},warning:{50:"#fff8c5",100:"#fae17d",200:"#eac54f",300:"#d4a72c",400:"#bf8700",500:"#9a6700",600:"#7d4e00",700:"#633c01",800:"#4d2d00",900:"#3b2300",950:"#2e1a00"},danger:{50:"#ffebe9",100:"#ffcecb",200:"#ffaba8",300:"#ff8182",400:"#fa4549",500:"#cf222e",600:"#a40e26",700:"#82071e",800:"#660018",900:"#4c0014",950:"#3c000f"},semantic:{background:"#ffffff",surface:"#f6f8fa",surfaceHover:"#eaeef2",overlay:"rgb(31 35 40 / 0.5)",text:"#1f2328",textMuted:"#656d76",textInverted:"#ffffff",border:"#d0d7de",borderStrong:"#818f9d",focusRing:"#0969da"}},shadow:{color:"31 35 40",strength:"1.2"}};export{f as primerLight};
@@ -0,0 +1 @@
1
+ "use strict";var c=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var t=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var d in e)c(f,d,{get:e[d],enumerable:!0})},s=(f,e,d,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of o(e))!t.call(f,a)&&a!==d&&c(f,a,{get:()=>e[a],enumerable:!(r=b(e,a))||r.enumerable});return f};var m=f=>s(c({},"__esModule",{value:!0}),f);var u={};n(u,{rosePine:()=>i});module.exports=m(u);var i={name:"rose-pine",mode:"dark",colors:{primary:{50:"#fbfafe",100:"#f7f3fc",200:"#ede5f8",300:"#e2d3f3",400:"#d7c3ef",500:"#cdb5eb",600:"#c4a7e7",700:"#9f88bc",800:"#816e99",900:"#67597b",950:"#3e364b"},neutral:{50:"#f7f6fb",100:"#edeaf6",200:"#26233a",300:"#403d52",400:"#908caa",500:"#6e6a86",600:"#5b5876",700:"#524f67",800:"#26233a",900:"#1f1d2e",950:"#16141f"},success:{50:"#f1f9fa",100:"#def0f3",200:"#c2e3e8",300:"#9ccfd8",400:"#6db4c2",500:"#4d99a9",600:"#3d7d8e",700:"#366675",800:"#325561",900:"#2e4853",950:"#1a2e37"},warning:{50:"#fef9f0",100:"#fdf0da",200:"#fbdfb3",300:"#f6c177",400:"#f2a747",500:"#ec8d24",600:"#d67118",700:"#b25416",800:"#8f4219",900:"#753818",950:"#421c0a"},danger:{50:"#fdf2f5",100:"#fce7ec",200:"#fad0db",300:"#f5a8bc",400:"#eb6f92",500:"#dd4874",600:"#c72e60",700:"#a72150",800:"#8b1f48",900:"#771e42",950:"#420b21"},semantic:{background:"#191724",surface:"#1f1d2e",surfaceHover:"#26233a",overlay:"rgb(0 0 0 / 0.6)",text:"#e0def4",textMuted:"#908caa",textInverted:"#191724",border:"#26233a",borderStrong:"#6b668a",focusRing:"#c4a7e7"}},shadow:{color:"0 0 0",strength:"4.7"}};0&&(module.exports={rosePine});
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /**
3
+ * Rosé Pine inspired dark theme: soho-vibes `#191724` base, iris purple
4
+ * actions, foam/gold/love status hues, and muted lavender grays.
5
+ * Palette source: rose-pine/rose-pine-theme (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const rosePine: Theme;
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /**
3
+ * Rosé Pine inspired dark theme: soho-vibes `#191724` base, iris purple
4
+ * actions, foam/gold/love status hues, and muted lavender grays.
5
+ * Palette source: rose-pine/rose-pine-theme (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const rosePine: Theme;
@@ -0,0 +1 @@
1
+ var e={name:"rose-pine",mode:"dark",colors:{primary:{50:"#fbfafe",100:"#f7f3fc",200:"#ede5f8",300:"#e2d3f3",400:"#d7c3ef",500:"#cdb5eb",600:"#c4a7e7",700:"#9f88bc",800:"#816e99",900:"#67597b",950:"#3e364b"},neutral:{50:"#f7f6fb",100:"#edeaf6",200:"#26233a",300:"#403d52",400:"#908caa",500:"#6e6a86",600:"#5b5876",700:"#524f67",800:"#26233a",900:"#1f1d2e",950:"#16141f"},success:{50:"#f1f9fa",100:"#def0f3",200:"#c2e3e8",300:"#9ccfd8",400:"#6db4c2",500:"#4d99a9",600:"#3d7d8e",700:"#366675",800:"#325561",900:"#2e4853",950:"#1a2e37"},warning:{50:"#fef9f0",100:"#fdf0da",200:"#fbdfb3",300:"#f6c177",400:"#f2a747",500:"#ec8d24",600:"#d67118",700:"#b25416",800:"#8f4219",900:"#753818",950:"#421c0a"},danger:{50:"#fdf2f5",100:"#fce7ec",200:"#fad0db",300:"#f5a8bc",400:"#eb6f92",500:"#dd4874",600:"#c72e60",700:"#a72150",800:"#8b1f48",900:"#771e42",950:"#420b21"},semantic:{background:"#191724",surface:"#1f1d2e",surfaceHover:"#26233a",overlay:"rgb(0 0 0 / 0.6)",text:"#e0def4",textMuted:"#908caa",textInverted:"#191724",border:"#26233a",borderStrong:"#6b668a",focusRing:"#c4a7e7"}},shadow:{color:"0 0 0",strength:"4.7"}};export{e as rosePine};
@@ -0,0 +1 @@
1
+ "use strict";var d=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var i=(r,e)=>{for(var a in e)d(r,a,{get:e[a],enumerable:!0})},m=(r,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let f of s(e))!b.call(r,f)&&f!==a&&d(r,f,{get:()=>e[f],enumerable:!(o=n(e,f))||o.enumerable});return r};var g=r=>m(d({},"__esModule",{value:!0}),r);var l={};i(l,{rosePineDawn:()=>u});module.exports=g(l);var c=require("./DefaultTheme.cjs"),t=require("./RosePine.cjs"),u=(0,c.createTheme)("rose-pine-dawn",{mode:"light",colors:{primary:{50:"#f6f5f8",100:"#ebe8ee",200:"#d4ceda",300:"#b7aec2",400:"#9d90ac",500:"#907aa9",600:"#6f5c85",700:"#5b4c6d",800:"#4b3e5b",900:"#3d334a",950:"#262130"},neutral:{200:"#dfdad9",300:"#cecacd"},semantic:{background:"#faf4ed",surface:"#fffaf3",surfaceHover:"#f2e9e1",overlay:"rgb(25 23 36 / 0.4)",text:"#575279",textMuted:"#716d8c",textInverted:"#ffffff",border:"#dfdad9",borderStrong:"#938a91",focusRing:"#6f5c85"}},shadow:{color:"2 6 23",strength:"1"}},t.rosePine);0&&(module.exports={rosePineDawn});
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Light counterpart of `rose-pine`, built on the Rosé Pine Dawn variant
3
+ * (#faf4ed base, #575279 text). Palette source: rose-pine/rose-pine-theme
4
+ * (MIT).
5
+ *
6
+ * `primary-500` is Dawn's own iris (#907aa9) — Dawn restates every role
7
+ * rather than lightening Main's, and its iris is markedly softer than
8
+ * Main's #c4a7e7. 600 is that iris darkened, since #907aa9 carries only
9
+ * 3.79:1 under white label text.
10
+ *
11
+ * @public
12
+ */
13
+ export declare const rosePineDawn: import("../index.cjs").Theme;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Light counterpart of `rose-pine`, built on the Rosé Pine Dawn variant
3
+ * (#faf4ed base, #575279 text). Palette source: rose-pine/rose-pine-theme
4
+ * (MIT).
5
+ *
6
+ * `primary-500` is Dawn's own iris (#907aa9) — Dawn restates every role
7
+ * rather than lightening Main's, and its iris is markedly softer than
8
+ * Main's #c4a7e7. 600 is that iris darkened, since #907aa9 carries only
9
+ * 3.79:1 under white label text.
10
+ *
11
+ * @public
12
+ */
13
+ export declare const rosePineDawn: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as e}from"./DefaultTheme.js";import{rosePine as r}from"./RosePine.js";var d=e("rose-pine-dawn",{mode:"light",colors:{primary:{50:"#f6f5f8",100:"#ebe8ee",200:"#d4ceda",300:"#b7aec2",400:"#9d90ac",500:"#907aa9",600:"#6f5c85",700:"#5b4c6d",800:"#4b3e5b",900:"#3d334a",950:"#262130"},neutral:{200:"#dfdad9",300:"#cecacd"},semantic:{background:"#faf4ed",surface:"#fffaf3",surfaceHover:"#f2e9e1",overlay:"rgb(25 23 36 / 0.4)",text:"#575279",textMuted:"#716d8c",textInverted:"#ffffff",border:"#dfdad9",borderStrong:"#938a91",focusRing:"#6f5c85"}},shadow:{color:"2 6 23",strength:"1"}},r);export{d as rosePineDawn};
@@ -0,0 +1 @@
1
+ "use strict";var o=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var m=(e,r)=>{for(var f in r)o(e,f,{get:r[f],enumerable:!0})},k=(e,r,f,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let a of s(r))!b.call(e,a)&&a!==f&&o(e,a,{get:()=>r[a],enumerable:!(t=n(r,a))||t.enumerable});return e};var g=e=>k(o({},"__esModule",{value:!0}),e);var u={};m(u,{skandaDark:()=>i});module.exports=g(u);var d=require("./DefaultTheme.cjs"),c=require("./SkandaLight.cjs"),i=(0,d.createTheme)("skanda-dark",{mode:"dark",colors:{primary:{50:"#f6f9fe",100:"#e9f0fe",200:"#d0dffc",300:"#b0c9fa",400:"#94b6f8",500:"#7aa4f7",600:"#6193f5",700:"#5078c7",800:"#4262a2",900:"#364f82",950:"#22304f"},neutral:{200:"#334155",300:"#475569"},semantic:{background:"#0f172a",surface:"#1e293b",surfaceHover:"#334155",overlay:"rgb(2 6 23 / 0.7)",text:"#f1f5f9",textMuted:"#94a3b8",textInverted:"#0f172a",border:"#334155",borderStrong:"#60738e",focusRing:"#6193f5"}},shadow:{color:"0 0 0",strength:"4.7"}},c.skandaLight);0&&(module.exports={skandaDark});
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Dark counterpart of `skanda-light` — the Skanda blue on deep slate
3
+ * surfaces. Together they form the `skanda` brand's light/dark pair (see
4
+ * `brands`).
5
+ *
6
+ * The ramp is centred one step lighter than the light theme's: `primary-600`
7
+ * is the filled-action slot in both modes, and a mid-blue tuned to sit on
8
+ * white is too dark to read as an accent on `#0f172a`.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const skandaDark: import("../index.cjs").Theme;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Dark counterpart of `skanda-light` — the Skanda blue on deep slate
3
+ * surfaces. Together they form the `skanda` brand's light/dark pair (see
4
+ * `brands`).
5
+ *
6
+ * The ramp is centred one step lighter than the light theme's: `primary-600`
7
+ * is the filled-action slot in both modes, and a mid-blue tuned to sit on
8
+ * white is too dark to read as an accent on `#0f172a`.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const skandaDark: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as r}from"./DefaultTheme.js";import{skandaLight as e}from"./SkandaLight.js";var o=r("skanda-dark",{mode:"dark",colors:{primary:{50:"#f6f9fe",100:"#e9f0fe",200:"#d0dffc",300:"#b0c9fa",400:"#94b6f8",500:"#7aa4f7",600:"#6193f5",700:"#5078c7",800:"#4262a2",900:"#364f82",950:"#22304f"},neutral:{200:"#334155",300:"#475569"},semantic:{background:"#0f172a",surface:"#1e293b",surfaceHover:"#334155",overlay:"rgb(2 6 23 / 0.7)",text:"#f1f5f9",textMuted:"#94a3b8",textInverted:"#0f172a",border:"#334155",borderStrong:"#60738e",focusRing:"#6193f5"}},shadow:{color:"0 0 0",strength:"4.7"}},e);export{o as skandaDark};
@@ -0,0 +1 @@
1
+ "use strict";var c=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(e,f)=>{for(var d in f)c(e,d,{get:f[d],enumerable:!0})},s=(e,f,d,b)=>{if(f&&typeof f=="object"||typeof f=="function")for(let a of t(f))!o.call(e,a)&&a!==d&&c(e,a,{get:()=>f[a],enumerable:!(b=r(f,a))||b.enumerable});return e};var g=e=>s(c({},"__esModule",{value:!0}),e);var m={};n(m,{skandaLight:()=>i});module.exports=g(m);var i={name:"skanda-light",mode:"light",colors:{primary:{50:"#eef4ff",100:"#dce7fd",200:"#c0d4fc",300:"#94b8fa",400:"#6193f5",500:"#3d6eef",600:"#274ee3",700:"#1f3bd0",800:"#2032a9",900:"#1f2f85",950:"#171f51"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f8fafc",surfaceHover:"#f1f5f9",overlay:"rgb(2 6 23 / 0.5)",text:"#0f172a",textMuted:"#64748b",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7d8b9d",focusRing:"#3d6eef"}},shadow:{color:"2 6 23",strength:"1"}};0&&(module.exports={skandaLight});
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** The default SkandaDX light theme — identical to `defaultTheme`. @public */
3
+ export declare const skandaLight: Theme;
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** The default SkandaDX light theme — identical to `defaultTheme`. @public */
3
+ export declare const skandaLight: Theme;
@@ -0,0 +1 @@
1
+ var f={name:"skanda-light",mode:"light",colors:{primary:{50:"#eef4ff",100:"#dce7fd",200:"#c0d4fc",300:"#94b8fa",400:"#6193f5",500:"#3d6eef",600:"#274ee3",700:"#1f3bd0",800:"#2032a9",900:"#1f2f85",950:"#171f51"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f8fafc",surfaceHover:"#f1f5f9",overlay:"rgb(2 6 23 / 0.5)",text:"#0f172a",textMuted:"#64748b",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7d8b9d",focusRing:"#3d6eef"}},shadow:{color:"2 6 23",strength:"1"}};export{f as skandaLight};
@@ -0,0 +1 @@
1
+ "use strict";var c=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var s=(d,e)=>{for(var f in e)c(d,f,{get:e[f],enumerable:!0})},n=(d,e,f,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of t(e))!b.call(d,a)&&a!==f&&c(d,a,{get:()=>e[a],enumerable:!(r=o(e,a))||r.enumerable});return d};var m=d=>n(c({},"__esModule",{value:!0}),d);var u={};s(u,{solarizedDark:()=>i});module.exports=m(u);var i={name:"solarized-dark",mode:"dark",colors:{primary:{50:"#f0f7fc",100:"#ddeef9",200:"#c0e0f4",300:"#94cbec",400:"#61b0e2",500:"#3399d9",600:"#268bd2",700:"#1f6fb0",800:"#1e5c8f",900:"#1e4d76",950:"#143049"},neutral:{50:"#f5f9fa",100:"#eaf1f2",200:"#073642",300:"#155463",400:"#93a1a1",500:"#839496",600:"#657b83",700:"#586e75",800:"#073642",900:"#001d24",950:"#001d24"},success:{50:"#f8faeb",100:"#eef3d3",200:"#dde8ac",300:"#c5d87c",400:"#a9c353",500:"#96ad14",600:"#859900",700:"#67770a",800:"#535f0e",900:"#465011",950:"#252c05"},warning:{50:"#fdf9e9",100:"#faf0c6",200:"#f5df90",300:"#eec850",400:"#e5ad22",500:"#d49812",600:"#b58900",700:"#92670a",800:"#78500f",900:"#664213",950:"#3b2208"},danger:{50:"#fdf3f2",100:"#fce4e3",200:"#facdcc",300:"#f5aaa8",400:"#ee7a77",500:"#e2504c",600:"#dc322f",700:"#b92623",800:"#992320",900:"#7f2321",950:"#450e0d"},semantic:{background:"#002b36",surface:"#073642",surfaceHover:"#0a4152",overlay:"rgb(0 0 0 / 0.6)",text:"#93a1a1",textMuted:"#8b9b9d",textInverted:"#271d03",border:"#0d4354",borderStrong:"#20869d",focusRing:"#268bd2"}},shadow:{color:"0 0 0",strength:"4.7"}};0&&(module.exports={solarizedDark});
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /**
3
+ * Solarized Dark inspired theme: deep `#002b36` background, `#268bd2` blue
4
+ * actions, and Solarized green/yellow/red status hues.
5
+ * Palette source: altercation/solarized (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const solarizedDark: Theme;
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /**
3
+ * Solarized Dark inspired theme: deep `#002b36` background, `#268bd2` blue
4
+ * actions, and Solarized green/yellow/red status hues.
5
+ * Palette source: altercation/solarized (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const solarizedDark: Theme;
@@ -0,0 +1 @@
1
+ var e={name:"solarized-dark",mode:"dark",colors:{primary:{50:"#f0f7fc",100:"#ddeef9",200:"#c0e0f4",300:"#94cbec",400:"#61b0e2",500:"#3399d9",600:"#268bd2",700:"#1f6fb0",800:"#1e5c8f",900:"#1e4d76",950:"#143049"},neutral:{50:"#f5f9fa",100:"#eaf1f2",200:"#073642",300:"#155463",400:"#93a1a1",500:"#839496",600:"#657b83",700:"#586e75",800:"#073642",900:"#001d24",950:"#001d24"},success:{50:"#f8faeb",100:"#eef3d3",200:"#dde8ac",300:"#c5d87c",400:"#a9c353",500:"#96ad14",600:"#859900",700:"#67770a",800:"#535f0e",900:"#465011",950:"#252c05"},warning:{50:"#fdf9e9",100:"#faf0c6",200:"#f5df90",300:"#eec850",400:"#e5ad22",500:"#d49812",600:"#b58900",700:"#92670a",800:"#78500f",900:"#664213",950:"#3b2208"},danger:{50:"#fdf3f2",100:"#fce4e3",200:"#facdcc",300:"#f5aaa8",400:"#ee7a77",500:"#e2504c",600:"#dc322f",700:"#b92623",800:"#992320",900:"#7f2321",950:"#450e0d"},semantic:{background:"#002b36",surface:"#073642",surfaceHover:"#0a4152",overlay:"rgb(0 0 0 / 0.6)",text:"#93a1a1",textMuted:"#8b9b9d",textInverted:"#271d03",border:"#0d4354",borderStrong:"#20869d",focusRing:"#268bd2"}},shadow:{color:"0 0 0",strength:"4.7"}};export{e as solarizedDark};
@@ -0,0 +1 @@
1
+ "use strict";var a=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var s=(d,e)=>{for(var c in e)a(d,c,{get:e[c],enumerable:!0})},n=(d,e,c,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let f of b(e))!o.call(d,f)&&f!==c&&a(d,f,{get:()=>e[f],enumerable:!(r=t(e,f))||r.enumerable});return d};var i=d=>n(a({},"__esModule",{value:!0}),d);var l={};s(l,{solarizedLight:()=>g});module.exports=i(l);var g={name:"solarized-light",mode:"light",colors:{primary:{50:"#f0f7fc",100:"#ddeef9",200:"#c0e0f4",300:"#94cbec",400:"#61b0e2",500:"#3399d9",600:"#268bd2",700:"#1f6fb0",800:"#1e5c8f",900:"#1e4d76",950:"#143049"},neutral:{50:"#fdf9ec",100:"#eee8d5",200:"#e0dac6",300:"#c8c2b0",400:"#93a1a1",500:"#839496",600:"#657b83",700:"#586e75",800:"#073642",900:"#002b36",950:"#00212b"},success:{50:"#f8faeb",100:"#eef3d3",200:"#dde8ac",300:"#c5d87c",400:"#a9c353",500:"#96ad14",600:"#859900",700:"#67770a",800:"#535f0e",900:"#465011",950:"#252c05"},warning:{50:"#fdf9e9",100:"#faf0c6",200:"#f5df90",300:"#eec850",400:"#e5ad22",500:"#d49812",600:"#b58900",700:"#92670a",800:"#78500f",900:"#664213",950:"#3b2208"},danger:{50:"#fdf3f2",100:"#fce4e3",200:"#facdcc",300:"#f5aaa8",400:"#ee7a77",500:"#e2504c",600:"#dc322f",700:"#b92623",800:"#992320",900:"#7f2321",950:"#450e0d"},semantic:{background:"#fdf6e3",surface:"#eee8d5",surfaceHover:"#e4ddc8",overlay:"rgb(0 43 54 / 0.5)",text:"#073642",textMuted:"#586b72",textInverted:"#271d03",border:"#ddd6c1",borderStrong:"#90835b",focusRing:"#268bd2"}},shadow:{color:"0 43 54",strength:"1.3"}};0&&(module.exports={solarizedLight});
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /**
3
+ * Solarized Light inspired theme: the classic `#fdf6e3` cream background,
4
+ * `#268bd2` blue actions, and Solarized green/yellow/red status hues.
5
+ * Palette source: altercation/solarized (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const solarizedLight: Theme;