UNPKG

repoweaver

Version:

A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies

1 lines 3.23 kB
{"ast":null,"code":"import color from 'color';\nimport { black, pinkA100, white } from \"./colors\";\nimport { MD2LightTheme } from \"./LightTheme\";\nimport configureFonts from \"../../fonts\";\nexport const MD2DarkTheme = Object.assign({}, MD2LightTheme, {\n dark: true,\n mode: 'adaptive',\n version: 2,\n isV3: false,\n colors: Object.assign({}, MD2LightTheme.colors, {\n primary: '#BB86FC',\n accent: '#03dac6',\n background: '#121212',\n surface: '#121212',\n error: '#CF6679',\n onSurface: '#FFFFFF',\n text: white,\n disabled: color(white).alpha(0.38).rgb().string(),\n placeholder: color(white).alpha(0.54).rgb().string(),\n backdrop: color(black).alpha(0.5).rgb().string(),\n notification: pinkA100,\n tooltip: 'rgba(230, 225, 229, 1)'\n }),\n fonts: configureFonts({\n isV3: false\n })\n});","map":{"version":3,"names":["color","black","pinkA100","white","MD2LightTheme","configureFonts","MD2DarkTheme","Object","assign","dark","mode","version","isV3","colors","primary","accent","background","surface","error","onSurface","text","disabled","alpha","rgb","string","placeholder","backdrop","notification","tooltip","fonts"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/react-native-paper/src/styles/themes/v2/DarkTheme.tsx"],"sourcesContent":["import color from 'color';\n\nimport { black, pinkA100, white } from './colors';\nimport { MD2LightTheme } from './LightTheme';\nimport type { Fonts, MD2Theme } from '../../../types';\nimport configureFonts from '../../fonts';\n\nexport const MD2DarkTheme: MD2Theme = {\n ...MD2LightTheme,\n dark: true,\n mode: 'adaptive',\n version: 2,\n isV3: false,\n colors: {\n ...MD2LightTheme.colors,\n primary: '#BB86FC',\n accent: '#03dac6',\n background: '#121212',\n surface: '#121212',\n error: '#CF6679',\n onSurface: '#FFFFFF',\n text: white,\n disabled: color(white).alpha(0.38).rgb().string(),\n placeholder: color(white).alpha(0.54).rgb().string(),\n backdrop: color(black).alpha(0.5).rgb().string(),\n notification: pinkA100,\n tooltip: 'rgba(230, 225, 229, 1)',\n },\n fonts: configureFonts({ isV3: false }) as Fonts,\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,KAAK,EAAEC,QAAQ,EAAEC,KAAK;AAC/B,SAASC,aAAa;AAEtB,OAAOC,cAAc;AAErB,OAAO,MAAMC,YAAsB,GAAAC,MAAA,CAAAC,MAAA,KAC9BJ,aAAa;EAChBK,IAAI,EAAE,IAAI;EACVC,IAAI,EAAE,UAAU;EAChBC,OAAO,EAAE,CAAC;EACVC,IAAI,EAAE,KAAK;EACXC,MAAM,EAAAN,MAAA,CAAAC,MAAA,KACDJ,aAAa,CAACS,MAAM;IACvBC,OAAO,EAAE,SAAS;IAClBC,MAAM,EAAE,SAAS;IACjBC,UAAU,EAAE,SAAS;IACrBC,OAAO,EAAE,SAAS;IAClBC,KAAK,EAAE,SAAS;IAChBC,SAAS,EAAE,SAAS;IACpBC,IAAI,EAAEjB,KAAK;IACXkB,QAAQ,EAAErB,KAAK,CAACG,KAAK,CAAC,CAACmB,KAAK,CAAC,IAAI,CAAC,CAACC,GAAG,CAAC,CAAC,CAACC,MAAM,CAAC,CAAC;IACjDC,WAAW,EAAEzB,KAAK,CAACG,KAAK,CAAC,CAACmB,KAAK,CAAC,IAAI,CAAC,CAACC,GAAG,CAAC,CAAC,CAACC,MAAM,CAAC,CAAC;IACpDE,QAAQ,EAAE1B,KAAK,CAACC,KAAK,CAAC,CAACqB,KAAK,CAAC,GAAG,CAAC,CAACC,GAAG,CAAC,CAAC,CAACC,MAAM,CAAC,CAAC;IAChDG,YAAY,EAAEzB,QAAQ;IACtB0B,OAAO,EAAE;EAAA,EACV;EACDC,KAAK,EAAExB,cAAc,CAAC;IAAEO,IAAI,EAAE;EAAM,CAAC;AAAA,EACtC","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}