@templmf/temp-solf-lmf 0.0.142 → 0.0.144
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/f2e-spec-main.zip +0 -0
- package/package.json +1 -1
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/AUTHORS +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/COPYING +674 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/cs/messages.json +1252 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/en/messages.json +1339 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/fa/messages.json +1219 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/ru/messages.json +1276 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh/messages.json +1279 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_CN/messages.json +1279 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_TW/messages.json +1267 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/computed_hashes.json +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/verified_contents.json +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/options.css +531 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/popup.css +197 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/draw_omega.js +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.svg +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-48.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-64.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-16.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-19.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-24.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-32.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action.svg +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/indexedDB.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background.js +611 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background_preload.js +92 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/log_error.js +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega.js +2190 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_debug.js +90 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_decoration.js +175 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_pac.min.js +19199 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target.min.js +11491 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_chromium_extension.min.js +5742 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_popup.js +93 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_web.js +295 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_webext_proxy_script.min.js +19310 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options.js +73 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options_guide.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/popup.js +541 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/switch_profile_guide.js +104 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/FileSaver/FileSaver.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular/angular.min.js +352 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-animate/angular-animate.min.js +59 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-bootstrap/ui-bootstrap-tpls.min.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_en-us.js +143 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-cn.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-hk.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-tw.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ladda/angular-ladda.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-loader/angular-loader.min.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-sanitize/angular-sanitize.min.js +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-spectrum-colorpicker/angular-spectrum-colorpicker.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-router/angular-ui-router.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-sortable/sortable.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-utils/validate.min.js +7 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/blob/Blob.js +684 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/css/bootstrap.min.css +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/js/dropdown.js +165 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jquery/jquery.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jqueryui-touch-punch/jquery.ui.touch-punch.min.js +11 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jsondiffpatch/jsondiffpatch.min.js +37 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda-themeless.min.css +7 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ngprogress/ngProgress.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/script.js/script.min.js +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd-theme-arrows.css +210 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.css +507 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.js +2341 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spin.js/spin.js +337 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/tether/tether.js +1443 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/base.css +437 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-auto.css +38 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-dark.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-light.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-3024.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apathy.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apprentice.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atlas.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bespin.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brewer.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bright.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-chalk.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-light.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-red-screen.css +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-light.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-night.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-circus.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-colors.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupcake.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupertino.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-black.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-gray.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-ocean.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-paper.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-white.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darcula.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darkmoss.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darktooth.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-decaf.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eighties.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-embers.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-espresso.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva-dim.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-flat.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-framer.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gigavolt.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-github.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-green-screen.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-hard.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-medium.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-pale.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-soft.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-hard.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-medium.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-soft.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hardcore.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-helios.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hopscotch.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-icy-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ir-black.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-isotope.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-kimber.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-macintosh.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-marrakesh.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-materia.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-darker.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-lighter.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-palenight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-vivid.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mexico-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mocha.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-monokai.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nebula.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nord.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nova.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ocean.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-oceanicnext.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-one-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-onedark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-outrun-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-paraiso.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pasque.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-phd.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pinky.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pop.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-porple.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-colorblind.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-dimmed.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-high-contrast.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light-colorblind.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-qualia.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-railscasts.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-dawn.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-moon.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sagelight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sakura.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sandcastle.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-shapeshifter.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-snazzy.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-spacemacs.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summercamp.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tender.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-blue.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-bright.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-eighties.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-twilight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-vulcan.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-woodland.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-xcode-dusk.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-zenburn.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/themes.json +3617 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/variable.css +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/bower.json +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/compare-versions/compare-versions.js +219 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/csso/csso.js +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursor.js +471 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursorWithValue.js +11 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBDatabase.js +155 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBFactory.js +256 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBIndex.js +183 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBKeyRange.js +71 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBObjectStore.js +375 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBOpenDBRequest.js +9 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBRequest.js +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBTransaction.js +213 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBVersionChangeEvent.js +12 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/fakeIndexedDB.js +3 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/index.js +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Database.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeDOMStringList.js +72 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEvent.js +38 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEventTarget.js +104 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Index.js +157 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/KeyGenerator.js +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/ObjectStore.js +172 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/RecordStore.js +133 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/binarySearch.js +74 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/canInjectKey.js +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/cmp.js +77 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/enforceRange.js +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/errors.js +62 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/extractKey.js +39 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/scheduling.js +29 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/types.js +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/validateKeyPath.js +46 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKey.js +55 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKeyRange.js +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/filesize/filesize.esm.js +228 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/idb-keyval/idb-keyval.js +274 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.contentWindow.min.js +1305 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.min.js +1466 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jquery-ui/jquery-ui-1.10.4.custom.min.js +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jszip/jszip.min.js +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/moment/moment-with-locales.js +18476 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator.css +1368 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator_esm.js +29258 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify-es.js +467 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify.css +94 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/localstorage-polyfill.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/log.js +119 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/manifest.json +47 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/options.html +50 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/about.html +39 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/apply_options_confirm.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/builtin.html +16 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/cannot_delete_profile.html +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_attached.html +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_profile.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/fixed_auth_edit.html +29 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/general.html +36 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/input_group_clear.html +5 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/io.html +115 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/new_profile.html +54 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/omega_profile_select.html +9 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/options_welcome.html +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile.html +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_fixed.html +55 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_pac.html +68 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_rule_list.html +34 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_switch.html +185 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_unsupported.html +3 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_virtual.html +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rename_profile.html +24 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/replace_profile.html +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/reset_options_confirm.html +12 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_remove_confirm.html +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_reset_confirm.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/theme.html +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/ui.html +72 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/dialog.css +119 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/index.css +225 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/grant_permissions.html +51 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/img/AllowedIncognitoAccess.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/index.html +58 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/grant_permissions.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/i18n.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/index.js +56 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard.js +134 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard_help.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/loader.js +51 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/profiles.js +294 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/proxy_not_controllable.js +43 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/style.js +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/base.css +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/index.css +145 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/index.html +21 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/index.js +588 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/loader.js +24 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/tab.js +154 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/url.js +334 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/utils.js +88 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/proxy_not_controllable.html +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/base.css +34 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/index.css +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/index.html +21 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/index.js +168 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/loader.js +27 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.html +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.js +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup.html +137 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/x-background.js +65 -0
|
@@ -0,0 +1,3617 @@
|
|
|
1
|
+
{
|
|
2
|
+
"3024": {
|
|
3
|
+
"name": "3024",
|
|
4
|
+
"colors": {
|
|
5
|
+
"base00": "#090300",
|
|
6
|
+
"base01": "#3a3432",
|
|
7
|
+
"base02": "#4a4543",
|
|
8
|
+
"base03": "#5c5855",
|
|
9
|
+
"base04": "#807d7c",
|
|
10
|
+
"base05": "#a5a2a2",
|
|
11
|
+
"base06": "#d6d5d4",
|
|
12
|
+
"base07": "#f7f7f7",
|
|
13
|
+
"base08": "#db2d20",
|
|
14
|
+
"base09": "#e8bbd0",
|
|
15
|
+
"base0A": "#fded02",
|
|
16
|
+
"base0B": "#01a252",
|
|
17
|
+
"base0C": "#b5e4f4",
|
|
18
|
+
"base0D": "#01a0e4",
|
|
19
|
+
"base0E": "#a16a94",
|
|
20
|
+
"base0F": "#cdab53"
|
|
21
|
+
},
|
|
22
|
+
"order": -1,
|
|
23
|
+
"dark": true
|
|
24
|
+
},
|
|
25
|
+
"apathy": {
|
|
26
|
+
"name": "apathy",
|
|
27
|
+
"colors": {
|
|
28
|
+
"base00": "#031A16",
|
|
29
|
+
"base01": "#0B342D",
|
|
30
|
+
"base02": "#184E45",
|
|
31
|
+
"base03": "#2B685E",
|
|
32
|
+
"base04": "#5F9C92",
|
|
33
|
+
"base05": "#81B5AC",
|
|
34
|
+
"base06": "#A7CEC8",
|
|
35
|
+
"base07": "#D2E7E4",
|
|
36
|
+
"base08": "#3E9688",
|
|
37
|
+
"base09": "#3E7996",
|
|
38
|
+
"base0A": "#3E4C96",
|
|
39
|
+
"base0B": "#883E96",
|
|
40
|
+
"base0C": "#963E4C",
|
|
41
|
+
"base0D": "#96883E",
|
|
42
|
+
"base0E": "#4C963E",
|
|
43
|
+
"base0F": "#3E965B"
|
|
44
|
+
},
|
|
45
|
+
"dark": true
|
|
46
|
+
},
|
|
47
|
+
"apprentice": {
|
|
48
|
+
"name": "apprentice",
|
|
49
|
+
"colors": {
|
|
50
|
+
"base00": "#262626",
|
|
51
|
+
"base01": "#303030",
|
|
52
|
+
"base02": "#333333",
|
|
53
|
+
"base03": "#6C6C6C",
|
|
54
|
+
"base04": "#787878",
|
|
55
|
+
"base05": "#BCBCBC",
|
|
56
|
+
"base06": "#C9C9C9",
|
|
57
|
+
"base07": "#FFFFFF",
|
|
58
|
+
"base08": "#5F8787",
|
|
59
|
+
"base09": "#FF8700",
|
|
60
|
+
"base0A": "#5F8787",
|
|
61
|
+
"base0B": "#87AF87",
|
|
62
|
+
"base0C": "#5F875F",
|
|
63
|
+
"base0D": "#FFFFAF",
|
|
64
|
+
"base0E": "#87AFD7",
|
|
65
|
+
"base0F": "#5F87AF"
|
|
66
|
+
},
|
|
67
|
+
"dark": true
|
|
68
|
+
},
|
|
69
|
+
"atelier-cave-light": {
|
|
70
|
+
"name": "atelier-cave-light",
|
|
71
|
+
"colors": {
|
|
72
|
+
"base00": "#efecf4",
|
|
73
|
+
"base01": "#e2dfe7",
|
|
74
|
+
"base02": "#b3aebd",
|
|
75
|
+
"base03": "#7e7887",
|
|
76
|
+
"base04": "#655f6d",
|
|
77
|
+
"base05": "#585260",
|
|
78
|
+
"base06": "#26232a",
|
|
79
|
+
"base07": "#19171c",
|
|
80
|
+
"base08": "#be4678",
|
|
81
|
+
"base09": "#aa573c",
|
|
82
|
+
"base0A": "#a06e3b",
|
|
83
|
+
"base0B": "#2a9292",
|
|
84
|
+
"base0C": "#398bc6",
|
|
85
|
+
"base0D": "#576ddb",
|
|
86
|
+
"base0E": "#955ae7",
|
|
87
|
+
"base0F": "#bf40bf"
|
|
88
|
+
},
|
|
89
|
+
"dark": false
|
|
90
|
+
},
|
|
91
|
+
"atelier-cave": {
|
|
92
|
+
"name": "atelier-cave",
|
|
93
|
+
"colors": {
|
|
94
|
+
"base00": "#19171c",
|
|
95
|
+
"base01": "#26232a",
|
|
96
|
+
"base02": "#585260",
|
|
97
|
+
"base03": "#655f6d",
|
|
98
|
+
"base04": "#7e7887",
|
|
99
|
+
"base05": "#8b8792",
|
|
100
|
+
"base06": "#e2dfe7",
|
|
101
|
+
"base07": "#efecf4",
|
|
102
|
+
"base08": "#be4678",
|
|
103
|
+
"base09": "#aa573c",
|
|
104
|
+
"base0A": "#a06e3b",
|
|
105
|
+
"base0B": "#2a9292",
|
|
106
|
+
"base0C": "#398bc6",
|
|
107
|
+
"base0D": "#576ddb",
|
|
108
|
+
"base0E": "#955ae7",
|
|
109
|
+
"base0F": "#bf40bf"
|
|
110
|
+
},
|
|
111
|
+
"dark": true
|
|
112
|
+
},
|
|
113
|
+
"atelier-dune-light": {
|
|
114
|
+
"name": "atelier-dune-light",
|
|
115
|
+
"colors": {
|
|
116
|
+
"base00": "#fefbec",
|
|
117
|
+
"base01": "#e8e4cf",
|
|
118
|
+
"base02": "#cdc9b7",
|
|
119
|
+
"base03": "#999580",
|
|
120
|
+
"base04": "#7d7a68",
|
|
121
|
+
"base05": "#6e6b5e",
|
|
122
|
+
"base06": "#292824",
|
|
123
|
+
"base07": "#20201d",
|
|
124
|
+
"base08": "#d73737",
|
|
125
|
+
"base09": "#b65611",
|
|
126
|
+
"base0A": "#ae9513",
|
|
127
|
+
"base0B": "#60ac39",
|
|
128
|
+
"base0C": "#1fad83",
|
|
129
|
+
"base0D": "#6684e1",
|
|
130
|
+
"base0E": "#b854d4",
|
|
131
|
+
"base0F": "#d43552"
|
|
132
|
+
},
|
|
133
|
+
"dark": false
|
|
134
|
+
},
|
|
135
|
+
"atelier-dune": {
|
|
136
|
+
"name": "atelier-dune",
|
|
137
|
+
"colors": {
|
|
138
|
+
"base00": "#20201d",
|
|
139
|
+
"base01": "#292824",
|
|
140
|
+
"base02": "#4c493d",
|
|
141
|
+
"base03": "#7d7a68",
|
|
142
|
+
"base04": "#999580",
|
|
143
|
+
"base05": "#a6a28c",
|
|
144
|
+
"base06": "#e8e4cf",
|
|
145
|
+
"base07": "#fefbec",
|
|
146
|
+
"base08": "#d73737",
|
|
147
|
+
"base09": "#b65611",
|
|
148
|
+
"base0A": "#ae9513",
|
|
149
|
+
"base0B": "#60ac39",
|
|
150
|
+
"base0C": "#1fad83",
|
|
151
|
+
"base0D": "#6684e1",
|
|
152
|
+
"base0E": "#b854d4",
|
|
153
|
+
"base0F": "#d43552"
|
|
154
|
+
},
|
|
155
|
+
"dark": true
|
|
156
|
+
},
|
|
157
|
+
"atelier-estuary-light": {
|
|
158
|
+
"name": "atelier-estuary-light",
|
|
159
|
+
"colors": {
|
|
160
|
+
"base00": "#f4f3ec",
|
|
161
|
+
"base01": "#e7e6df",
|
|
162
|
+
"base02": "#c1c0af",
|
|
163
|
+
"base03": "#878573",
|
|
164
|
+
"base04": "#6c6b5a",
|
|
165
|
+
"base05": "#5f5e4e",
|
|
166
|
+
"base06": "#302f27",
|
|
167
|
+
"base07": "#22221b",
|
|
168
|
+
"base08": "#ba6236",
|
|
169
|
+
"base09": "#ae7313",
|
|
170
|
+
"base0A": "#a5980d",
|
|
171
|
+
"base0B": "#7d9726",
|
|
172
|
+
"base0C": "#5b9d48",
|
|
173
|
+
"base0D": "#36a166",
|
|
174
|
+
"base0E": "#5f9182",
|
|
175
|
+
"base0F": "#9d6c7c"
|
|
176
|
+
},
|
|
177
|
+
"dark": false
|
|
178
|
+
},
|
|
179
|
+
"atelier-estuary": {
|
|
180
|
+
"name": "atelier-estuary",
|
|
181
|
+
"colors": {
|
|
182
|
+
"base00": "#22221b",
|
|
183
|
+
"base01": "#302f27",
|
|
184
|
+
"base02": "#424236",
|
|
185
|
+
"base03": "#6c6b5a",
|
|
186
|
+
"base04": "#878573",
|
|
187
|
+
"base05": "#929181",
|
|
188
|
+
"base06": "#e7e6df",
|
|
189
|
+
"base07": "#f4f3ec",
|
|
190
|
+
"base08": "#ba6236",
|
|
191
|
+
"base09": "#ae7313",
|
|
192
|
+
"base0A": "#a5980d",
|
|
193
|
+
"base0B": "#7d9726",
|
|
194
|
+
"base0C": "#5b9d48",
|
|
195
|
+
"base0D": "#36a166",
|
|
196
|
+
"base0E": "#5f9182",
|
|
197
|
+
"base0F": "#9d6c7c"
|
|
198
|
+
},
|
|
199
|
+
"dark": true
|
|
200
|
+
},
|
|
201
|
+
"atelier-forest-light": {
|
|
202
|
+
"name": "atelier-forest-light",
|
|
203
|
+
"colors": {
|
|
204
|
+
"base00": "#f1efee",
|
|
205
|
+
"base01": "#e6e2e0",
|
|
206
|
+
"base02": "#c9c2c0",
|
|
207
|
+
"base03": "#9c9491",
|
|
208
|
+
"base04": "#766e6b",
|
|
209
|
+
"base05": "#68615e",
|
|
210
|
+
"base06": "#2c2421",
|
|
211
|
+
"base07": "#1b1918",
|
|
212
|
+
"base08": "#f22c40",
|
|
213
|
+
"base09": "#df5320",
|
|
214
|
+
"base0A": "#c38418",
|
|
215
|
+
"base0B": "#7b9726",
|
|
216
|
+
"base0C": "#3d97b8",
|
|
217
|
+
"base0D": "#407ee7",
|
|
218
|
+
"base0E": "#6666ea",
|
|
219
|
+
"base0F": "#c33ff3"
|
|
220
|
+
},
|
|
221
|
+
"dark": false
|
|
222
|
+
},
|
|
223
|
+
"atelier-forest": {
|
|
224
|
+
"name": "atelier-forest",
|
|
225
|
+
"colors": {
|
|
226
|
+
"base00": "#1b1918",
|
|
227
|
+
"base01": "#2c2421",
|
|
228
|
+
"base02": "#423e3d",
|
|
229
|
+
"base03": "#766e6b",
|
|
230
|
+
"base04": "#9c9491",
|
|
231
|
+
"base05": "#a8a19f",
|
|
232
|
+
"base06": "#e6e2e0",
|
|
233
|
+
"base07": "#f1efee",
|
|
234
|
+
"base08": "#f22c40",
|
|
235
|
+
"base09": "#df5320",
|
|
236
|
+
"base0A": "#c38418",
|
|
237
|
+
"base0B": "#7b9726",
|
|
238
|
+
"base0C": "#3d97b8",
|
|
239
|
+
"base0D": "#407ee7",
|
|
240
|
+
"base0E": "#6666ea",
|
|
241
|
+
"base0F": "#c33ff3"
|
|
242
|
+
},
|
|
243
|
+
"dark": true
|
|
244
|
+
},
|
|
245
|
+
"atelier-heath-light": {
|
|
246
|
+
"name": "atelier-heath-light",
|
|
247
|
+
"colors": {
|
|
248
|
+
"base00": "#f7f3f7",
|
|
249
|
+
"base01": "#d8cad8",
|
|
250
|
+
"base02": "#bfadbf",
|
|
251
|
+
"base03": "#9e8f9e",
|
|
252
|
+
"base04": "#776977",
|
|
253
|
+
"base05": "#695d69",
|
|
254
|
+
"base06": "#292329",
|
|
255
|
+
"base07": "#1b181b",
|
|
256
|
+
"base08": "#ca402b",
|
|
257
|
+
"base09": "#a65926",
|
|
258
|
+
"base0A": "#bb8a35",
|
|
259
|
+
"base0B": "#918b3b",
|
|
260
|
+
"base0C": "#159393",
|
|
261
|
+
"base0D": "#516aec",
|
|
262
|
+
"base0E": "#7b59c0",
|
|
263
|
+
"base0F": "#cc33cc"
|
|
264
|
+
},
|
|
265
|
+
"dark": false
|
|
266
|
+
},
|
|
267
|
+
"atelier-heath": {
|
|
268
|
+
"name": "atelier-heath",
|
|
269
|
+
"colors": {
|
|
270
|
+
"base00": "#1b181b",
|
|
271
|
+
"base01": "#292329",
|
|
272
|
+
"base02": "#3a343a",
|
|
273
|
+
"base03": "#776977",
|
|
274
|
+
"base04": "#9e8f9e",
|
|
275
|
+
"base05": "#ab9bab",
|
|
276
|
+
"base06": "#d8cad8",
|
|
277
|
+
"base07": "#f7f3f7",
|
|
278
|
+
"base08": "#ca402b",
|
|
279
|
+
"base09": "#a65926",
|
|
280
|
+
"base0A": "#bb8a35",
|
|
281
|
+
"base0B": "#918b3b",
|
|
282
|
+
"base0C": "#159393",
|
|
283
|
+
"base0D": "#516aec",
|
|
284
|
+
"base0E": "#7b59c0",
|
|
285
|
+
"base0F": "#cc33cc"
|
|
286
|
+
},
|
|
287
|
+
"dark": true
|
|
288
|
+
},
|
|
289
|
+
"atelier-lakeside-light": {
|
|
290
|
+
"name": "atelier-lakeside-light",
|
|
291
|
+
"colors": {
|
|
292
|
+
"base00": "#ebf8ff",
|
|
293
|
+
"base01": "#c1e4f6",
|
|
294
|
+
"base02": "#a2c0cf",
|
|
295
|
+
"base03": "#7195a8",
|
|
296
|
+
"base04": "#5a7b8c",
|
|
297
|
+
"base05": "#516d7b",
|
|
298
|
+
"base06": "#1f292e",
|
|
299
|
+
"base07": "#161b1d",
|
|
300
|
+
"base08": "#d22d72",
|
|
301
|
+
"base09": "#935c25",
|
|
302
|
+
"base0A": "#8a8a0f",
|
|
303
|
+
"base0B": "#568c3b",
|
|
304
|
+
"base0C": "#2d8f6f",
|
|
305
|
+
"base0D": "#257fad",
|
|
306
|
+
"base0E": "#6b6bb8",
|
|
307
|
+
"base0F": "#b72dd2"
|
|
308
|
+
},
|
|
309
|
+
"dark": false
|
|
310
|
+
},
|
|
311
|
+
"atelier-lakeside": {
|
|
312
|
+
"name": "atelier-lakeside",
|
|
313
|
+
"colors": {
|
|
314
|
+
"base00": "#161b1d",
|
|
315
|
+
"base01": "#1f292e",
|
|
316
|
+
"base02": "#2d3d44",
|
|
317
|
+
"base03": "#5a7b8c",
|
|
318
|
+
"base04": "#7195a8",
|
|
319
|
+
"base05": "#7ea2b4",
|
|
320
|
+
"base06": "#c1e4f6",
|
|
321
|
+
"base07": "#ebf8ff",
|
|
322
|
+
"base08": "#d22d72",
|
|
323
|
+
"base09": "#935c25",
|
|
324
|
+
"base0A": "#8a8a0f",
|
|
325
|
+
"base0B": "#568c3b",
|
|
326
|
+
"base0C": "#2d8f6f",
|
|
327
|
+
"base0D": "#257fad",
|
|
328
|
+
"base0E": "#6b6bb8",
|
|
329
|
+
"base0F": "#b72dd2"
|
|
330
|
+
},
|
|
331
|
+
"dark": true
|
|
332
|
+
},
|
|
333
|
+
"atelier-plateau-light": {
|
|
334
|
+
"name": "atelier-plateau-light",
|
|
335
|
+
"colors": {
|
|
336
|
+
"base00": "#f4ecec",
|
|
337
|
+
"base01": "#e7dfdf",
|
|
338
|
+
"base02": "#c5c3c3",
|
|
339
|
+
"base03": "#7e7777",
|
|
340
|
+
"base04": "#655d5d",
|
|
341
|
+
"base05": "#585050",
|
|
342
|
+
"base06": "#292424",
|
|
343
|
+
"base07": "#1b1818",
|
|
344
|
+
"base08": "#ca4949",
|
|
345
|
+
"base09": "#b45a3c",
|
|
346
|
+
"base0A": "#a06e3b",
|
|
347
|
+
"base0B": "#4b8b8b",
|
|
348
|
+
"base0C": "#5485b6",
|
|
349
|
+
"base0D": "#7272ca",
|
|
350
|
+
"base0E": "#8464c4",
|
|
351
|
+
"base0F": "#bd5187"
|
|
352
|
+
},
|
|
353
|
+
"dark": false
|
|
354
|
+
},
|
|
355
|
+
"atelier-plateau": {
|
|
356
|
+
"name": "atelier-plateau",
|
|
357
|
+
"colors": {
|
|
358
|
+
"base00": "#1b1818",
|
|
359
|
+
"base01": "#292424",
|
|
360
|
+
"base02": "#423d3d",
|
|
361
|
+
"base03": "#655d5d",
|
|
362
|
+
"base04": "#7e7777",
|
|
363
|
+
"base05": "#8a8585",
|
|
364
|
+
"base06": "#e7dfdf",
|
|
365
|
+
"base07": "#f4ecec",
|
|
366
|
+
"base08": "#ca4949",
|
|
367
|
+
"base09": "#b45a3c",
|
|
368
|
+
"base0A": "#a06e3b",
|
|
369
|
+
"base0B": "#4b8b8b",
|
|
370
|
+
"base0C": "#5485b6",
|
|
371
|
+
"base0D": "#7272ca",
|
|
372
|
+
"base0E": "#8464c4",
|
|
373
|
+
"base0F": "#bd5187"
|
|
374
|
+
},
|
|
375
|
+
"dark": true
|
|
376
|
+
},
|
|
377
|
+
"atelier-savanna-light": {
|
|
378
|
+
"name": "atelier-savanna-light",
|
|
379
|
+
"colors": {
|
|
380
|
+
"base00": "#ecf4ee",
|
|
381
|
+
"base01": "#dfe7e2",
|
|
382
|
+
"base02": "#b8c5bc",
|
|
383
|
+
"base03": "#78877d",
|
|
384
|
+
"base04": "#5f6d64",
|
|
385
|
+
"base05": "#526057",
|
|
386
|
+
"base06": "#232a25",
|
|
387
|
+
"base07": "#171c19",
|
|
388
|
+
"base08": "#b16139",
|
|
389
|
+
"base09": "#9f713c",
|
|
390
|
+
"base0A": "#a07e3b",
|
|
391
|
+
"base0B": "#489963",
|
|
392
|
+
"base0C": "#1c9aa0",
|
|
393
|
+
"base0D": "#478c90",
|
|
394
|
+
"base0E": "#55859b",
|
|
395
|
+
"base0F": "#867469"
|
|
396
|
+
},
|
|
397
|
+
"dark": false
|
|
398
|
+
},
|
|
399
|
+
"atelier-savanna": {
|
|
400
|
+
"name": "atelier-savanna",
|
|
401
|
+
"colors": {
|
|
402
|
+
"base00": "#171c19",
|
|
403
|
+
"base01": "#232a25",
|
|
404
|
+
"base02": "#303a34",
|
|
405
|
+
"base03": "#5f6d64",
|
|
406
|
+
"base04": "#78877d",
|
|
407
|
+
"base05": "#87928a",
|
|
408
|
+
"base06": "#dfe7e2",
|
|
409
|
+
"base07": "#ecf4ee",
|
|
410
|
+
"base08": "#b16139",
|
|
411
|
+
"base09": "#9f713c",
|
|
412
|
+
"base0A": "#a07e3b",
|
|
413
|
+
"base0B": "#489963",
|
|
414
|
+
"base0C": "#1c9aa0",
|
|
415
|
+
"base0D": "#478c90",
|
|
416
|
+
"base0E": "#55859b",
|
|
417
|
+
"base0F": "#867469"
|
|
418
|
+
},
|
|
419
|
+
"dark": true
|
|
420
|
+
},
|
|
421
|
+
"atelier-seaside-light": {
|
|
422
|
+
"name": "atelier-seaside-light",
|
|
423
|
+
"colors": {
|
|
424
|
+
"base00": "#f4fbf4",
|
|
425
|
+
"base01": "#cfe8cf",
|
|
426
|
+
"base02": "#c1d9c1",
|
|
427
|
+
"base03": "#809980",
|
|
428
|
+
"base04": "#687d68",
|
|
429
|
+
"base05": "#5e6e5e",
|
|
430
|
+
"base06": "#242924",
|
|
431
|
+
"base07": "#131513",
|
|
432
|
+
"base08": "#e6193c",
|
|
433
|
+
"base09": "#87711d",
|
|
434
|
+
"base0A": "#98981b",
|
|
435
|
+
"base0B": "#29a329",
|
|
436
|
+
"base0C": "#1999b3",
|
|
437
|
+
"base0D": "#3d62f5",
|
|
438
|
+
"base0E": "#ad2bee",
|
|
439
|
+
"base0F": "#e619c3"
|
|
440
|
+
},
|
|
441
|
+
"dark": false
|
|
442
|
+
},
|
|
443
|
+
"atelier-seaside": {
|
|
444
|
+
"name": "atelier-seaside",
|
|
445
|
+
"colors": {
|
|
446
|
+
"base00": "#131513",
|
|
447
|
+
"base01": "#242924",
|
|
448
|
+
"base02": "#373c37",
|
|
449
|
+
"base03": "#687d68",
|
|
450
|
+
"base04": "#809980",
|
|
451
|
+
"base05": "#8ca68c",
|
|
452
|
+
"base06": "#cfe8cf",
|
|
453
|
+
"base07": "#f4fbf4",
|
|
454
|
+
"base08": "#e6193c",
|
|
455
|
+
"base09": "#87711d",
|
|
456
|
+
"base0A": "#98981b",
|
|
457
|
+
"base0B": "#29a329",
|
|
458
|
+
"base0C": "#1999b3",
|
|
459
|
+
"base0D": "#3d62f5",
|
|
460
|
+
"base0E": "#ad2bee",
|
|
461
|
+
"base0F": "#e619c3"
|
|
462
|
+
},
|
|
463
|
+
"dark": true
|
|
464
|
+
},
|
|
465
|
+
"atelier-sulphurpool-light": {
|
|
466
|
+
"name": "atelier-sulphurpool-light",
|
|
467
|
+
"colors": {
|
|
468
|
+
"base00": "#f5f7ff",
|
|
469
|
+
"base01": "#dfe2f1",
|
|
470
|
+
"base02": "#c3cfff",
|
|
471
|
+
"base03": "#898ea4",
|
|
472
|
+
"base04": "#6b7394",
|
|
473
|
+
"base05": "#5e6687",
|
|
474
|
+
"base06": "#293256",
|
|
475
|
+
"base07": "#202746",
|
|
476
|
+
"base08": "#c94922",
|
|
477
|
+
"base09": "#c76b29",
|
|
478
|
+
"base0A": "#c08b30",
|
|
479
|
+
"base0B": "#ac9739",
|
|
480
|
+
"base0C": "#22a2c9",
|
|
481
|
+
"base0D": "#3d8fd1",
|
|
482
|
+
"base0E": "#6679cc",
|
|
483
|
+
"base0F": "#9c637a"
|
|
484
|
+
},
|
|
485
|
+
"dark": false
|
|
486
|
+
},
|
|
487
|
+
"atelier-sulphurpool": {
|
|
488
|
+
"name": "atelier-sulphurpool",
|
|
489
|
+
"colors": {
|
|
490
|
+
"base00": "#202746",
|
|
491
|
+
"base01": "#293256",
|
|
492
|
+
"base02": "#454a60",
|
|
493
|
+
"base03": "#6b7394",
|
|
494
|
+
"base04": "#898ea4",
|
|
495
|
+
"base05": "#979db4",
|
|
496
|
+
"base06": "#dfe2f1",
|
|
497
|
+
"base07": "#f5f7ff",
|
|
498
|
+
"base08": "#c94922",
|
|
499
|
+
"base09": "#c76b29",
|
|
500
|
+
"base0A": "#c08b30",
|
|
501
|
+
"base0B": "#ac9739",
|
|
502
|
+
"base0C": "#22a2c9",
|
|
503
|
+
"base0D": "#3d8fd1",
|
|
504
|
+
"base0E": "#6679cc",
|
|
505
|
+
"base0F": "#9c637a"
|
|
506
|
+
},
|
|
507
|
+
"dark": true
|
|
508
|
+
},
|
|
509
|
+
"atlas": {
|
|
510
|
+
"name": "atlas",
|
|
511
|
+
"colors": {
|
|
512
|
+
"base00": "#002635",
|
|
513
|
+
"base01": "#00384d",
|
|
514
|
+
"base02": "#385862",
|
|
515
|
+
"base03": "#6C8B91",
|
|
516
|
+
"base04": "#869696",
|
|
517
|
+
"base05": "#a1a19a",
|
|
518
|
+
"base06": "#e6e6dc",
|
|
519
|
+
"base07": "#fafaf8",
|
|
520
|
+
"base08": "#ff5a67",
|
|
521
|
+
"base09": "#f08e48",
|
|
522
|
+
"base0A": "#ffcc1b",
|
|
523
|
+
"base0B": "#7fc06e",
|
|
524
|
+
"base0C": "#14747e",
|
|
525
|
+
"base0D": "#5dd7b9",
|
|
526
|
+
"base0E": "#9a70a4",
|
|
527
|
+
"base0F": "#c43060"
|
|
528
|
+
},
|
|
529
|
+
"dark": true
|
|
530
|
+
},
|
|
531
|
+
"bespin": {
|
|
532
|
+
"name": "bespin",
|
|
533
|
+
"colors": {
|
|
534
|
+
"base00": "#28211c",
|
|
535
|
+
"base01": "#36312e",
|
|
536
|
+
"base02": "#3a3837",
|
|
537
|
+
"base03": "#666666",
|
|
538
|
+
"base04": "#797977",
|
|
539
|
+
"base05": "#8a8986",
|
|
540
|
+
"base06": "#9d9b97",
|
|
541
|
+
"base07": "#baae9e",
|
|
542
|
+
"base08": "#cf6a4c",
|
|
543
|
+
"base09": "#cf7d34",
|
|
544
|
+
"base0A": "#f9ee98",
|
|
545
|
+
"base0B": "#54be0d",
|
|
546
|
+
"base0C": "#afc4db",
|
|
547
|
+
"base0D": "#5ea6ea",
|
|
548
|
+
"base0E": "#9b859d",
|
|
549
|
+
"base0F": "#937121"
|
|
550
|
+
},
|
|
551
|
+
"dark": true
|
|
552
|
+
},
|
|
553
|
+
"brewer": {
|
|
554
|
+
"name": "brewer",
|
|
555
|
+
"colors": {
|
|
556
|
+
"base00": "#0c0d0e",
|
|
557
|
+
"base01": "#2e2f30",
|
|
558
|
+
"base02": "#515253",
|
|
559
|
+
"base03": "#737475",
|
|
560
|
+
"base04": "#959697",
|
|
561
|
+
"base05": "#b7b8b9",
|
|
562
|
+
"base06": "#dadbdc",
|
|
563
|
+
"base07": "#fcfdfe",
|
|
564
|
+
"base08": "#e31a1c",
|
|
565
|
+
"base09": "#e6550d",
|
|
566
|
+
"base0A": "#dca060",
|
|
567
|
+
"base0B": "#31a354",
|
|
568
|
+
"base0C": "#80b1d3",
|
|
569
|
+
"base0D": "#3182bd",
|
|
570
|
+
"base0E": "#756bb1",
|
|
571
|
+
"base0F": "#b15928"
|
|
572
|
+
},
|
|
573
|
+
"dark": true
|
|
574
|
+
},
|
|
575
|
+
"bright": {
|
|
576
|
+
"name": "bright",
|
|
577
|
+
"colors": {
|
|
578
|
+
"base00": "#000000",
|
|
579
|
+
"base01": "#303030",
|
|
580
|
+
"base02": "#505050",
|
|
581
|
+
"base03": "#b0b0b0",
|
|
582
|
+
"base04": "#d0d0d0",
|
|
583
|
+
"base05": "#e0e0e0",
|
|
584
|
+
"base06": "#f5f5f5",
|
|
585
|
+
"base07": "#ffffff",
|
|
586
|
+
"base08": "#fb0120",
|
|
587
|
+
"base09": "#fc6d24",
|
|
588
|
+
"base0A": "#fda331",
|
|
589
|
+
"base0B": "#a1c659",
|
|
590
|
+
"base0C": "#76c7b7",
|
|
591
|
+
"base0D": "#6fb3d2",
|
|
592
|
+
"base0E": "#d381c3",
|
|
593
|
+
"base0F": "#be643c"
|
|
594
|
+
},
|
|
595
|
+
"dark": true
|
|
596
|
+
},
|
|
597
|
+
"brush-trees-dark": {
|
|
598
|
+
"name": "brush-trees-dark",
|
|
599
|
+
"colors": {
|
|
600
|
+
"base00": "#485867",
|
|
601
|
+
"base01": "#5A6D7A",
|
|
602
|
+
"base02": "#6D828E",
|
|
603
|
+
"base03": "#8299A1",
|
|
604
|
+
"base04": "#98AFB5",
|
|
605
|
+
"base05": "#B0C5C8",
|
|
606
|
+
"base06": "#C9DBDC",
|
|
607
|
+
"base07": "#E3EFEF",
|
|
608
|
+
"base08": "#b38686",
|
|
609
|
+
"base09": "#d8bba2",
|
|
610
|
+
"base0A": "#aab386",
|
|
611
|
+
"base0B": "#87b386",
|
|
612
|
+
"base0C": "#86b3b3",
|
|
613
|
+
"base0D": "#868cb3",
|
|
614
|
+
"base0E": "#b386b2",
|
|
615
|
+
"base0F": "#b39f9f"
|
|
616
|
+
},
|
|
617
|
+
"dark": true
|
|
618
|
+
},
|
|
619
|
+
"brush-trees": {
|
|
620
|
+
"name": "brush-trees",
|
|
621
|
+
"colors": {
|
|
622
|
+
"base00": "#E3EFEF",
|
|
623
|
+
"base01": "#C9DBDC",
|
|
624
|
+
"base02": "#cad7d9",
|
|
625
|
+
"base03": "#98AFB5",
|
|
626
|
+
"base04": "#8299A1",
|
|
627
|
+
"base05": "#6D828E",
|
|
628
|
+
"base06": "#5A6D7A",
|
|
629
|
+
"base07": "#485867",
|
|
630
|
+
"base08": "#b38686",
|
|
631
|
+
"base09": "#d8bba2",
|
|
632
|
+
"base0A": "#aab386",
|
|
633
|
+
"base0B": "#87b386",
|
|
634
|
+
"base0C": "#86b3b3",
|
|
635
|
+
"base0D": "#868cb3",
|
|
636
|
+
"base0E": "#b386b2",
|
|
637
|
+
"base0F": "#b39f9f"
|
|
638
|
+
},
|
|
639
|
+
"dark": false
|
|
640
|
+
},
|
|
641
|
+
"chalk": {
|
|
642
|
+
"name": "chalk",
|
|
643
|
+
"colors": {
|
|
644
|
+
"base00": "#151515",
|
|
645
|
+
"base01": "#202020",
|
|
646
|
+
"base02": "#303030",
|
|
647
|
+
"base03": "#505050",
|
|
648
|
+
"base04": "#b0b0b0",
|
|
649
|
+
"base05": "#d0d0d0",
|
|
650
|
+
"base06": "#e0e0e0",
|
|
651
|
+
"base07": "#f5f5f5",
|
|
652
|
+
"base08": "#fb9fb1",
|
|
653
|
+
"base09": "#eda987",
|
|
654
|
+
"base0A": "#ddb26f",
|
|
655
|
+
"base0B": "#acc267",
|
|
656
|
+
"base0C": "#12cfc0",
|
|
657
|
+
"base0D": "#6fc2ef",
|
|
658
|
+
"base0E": "#e1a3ee",
|
|
659
|
+
"base0F": "#deaf8f"
|
|
660
|
+
},
|
|
661
|
+
"dark": true
|
|
662
|
+
},
|
|
663
|
+
"china-danqing-light": {
|
|
664
|
+
"name": "中国风丹青(亮)",
|
|
665
|
+
"colors": {
|
|
666
|
+
"base00": "#fafafa",
|
|
667
|
+
"base01": "#f0f0f1",
|
|
668
|
+
"base02": "#e5e5e6",
|
|
669
|
+
"base03": "#a0a1a7",
|
|
670
|
+
"base04": "#696c77",
|
|
671
|
+
"base05": "#383a42",
|
|
672
|
+
"base06": "#202227",
|
|
673
|
+
"base07": "#090a0b",
|
|
674
|
+
"base08": "#9A394F",
|
|
675
|
+
"base09": "#8E615F",
|
|
676
|
+
"base0A": "#5A6940",
|
|
677
|
+
"base0B": "#306754",
|
|
678
|
+
"base0C": "#005A8D",
|
|
679
|
+
"base0D": "#395DB2",
|
|
680
|
+
"base0E": "#5F549B",
|
|
681
|
+
"base0F": "#A03C6D"
|
|
682
|
+
},
|
|
683
|
+
"order": 5,
|
|
684
|
+
"dark": false
|
|
685
|
+
},
|
|
686
|
+
"china-danqing-dark": {
|
|
687
|
+
"name": "中国风丹青(暗)",
|
|
688
|
+
"colors": {
|
|
689
|
+
"base00": "#2d302f",
|
|
690
|
+
"base01": "#434846",
|
|
691
|
+
"base02": "#5a605d",
|
|
692
|
+
"base03": "#9da8a3",
|
|
693
|
+
"base04": "#cad8d2",
|
|
694
|
+
"base05": "#e0f0eF",
|
|
695
|
+
"base06": "#ecf6f2",
|
|
696
|
+
"base07": "#fcfefd",
|
|
697
|
+
"base08": "#F9906F",
|
|
698
|
+
"base09": "#B38A61",
|
|
699
|
+
"base0A": "#F0C239",
|
|
700
|
+
"base0B": "#8AB361",
|
|
701
|
+
"base0C": "#30DFF3",
|
|
702
|
+
"base0D": "#B0A4E3",
|
|
703
|
+
"base0E": "#CCA4E3",
|
|
704
|
+
"base0F": "#CA6924"
|
|
705
|
+
},
|
|
706
|
+
"order": 5,
|
|
707
|
+
"dark": true
|
|
708
|
+
},
|
|
709
|
+
"china-red-screen": {
|
|
710
|
+
"name": "中国过年红",
|
|
711
|
+
"colors": {
|
|
712
|
+
"base00": " #550000",
|
|
713
|
+
"base01": " #6e0a0a",
|
|
714
|
+
"base02": " #aa0000",
|
|
715
|
+
"base03": " #c86148",
|
|
716
|
+
"base04": " #d26c31",
|
|
717
|
+
"base05": " #f3cfa9",
|
|
718
|
+
"base06": " #f7f7e2",
|
|
719
|
+
"base07": " #fcfcfc",
|
|
720
|
+
"base08": " #f3cfa9",
|
|
721
|
+
"base09": " #c86148",
|
|
722
|
+
"base0A": " #f3cfa9",
|
|
723
|
+
"base0B": " #d26c31",
|
|
724
|
+
"base0C": " #efd393",
|
|
725
|
+
"base0D": " #efd393",
|
|
726
|
+
"base0E": " #d26c31",
|
|
727
|
+
"base0F": " #efd393"
|
|
728
|
+
},
|
|
729
|
+
"dark": false
|
|
730
|
+
},
|
|
731
|
+
"china-traditional-light": {
|
|
732
|
+
"name": "中国传统色(亮)",
|
|
733
|
+
"colors": {
|
|
734
|
+
"base00": "#F8F4ED",
|
|
735
|
+
"base01": "#E7E3DB",
|
|
736
|
+
"base02": "#C7D2D4",
|
|
737
|
+
"base03": "#A4ACA7",
|
|
738
|
+
"base04": "#3a403b",
|
|
739
|
+
"base05": "#2B312C",
|
|
740
|
+
"base06": "#141714",
|
|
741
|
+
"base07": "#090a09",
|
|
742
|
+
"base08": "#EE3F4D",
|
|
743
|
+
"base09": "#12AA9C",
|
|
744
|
+
"base0A": "#619AC3",
|
|
745
|
+
"base0B": "#41AE3C",
|
|
746
|
+
"base0C": "#983680",
|
|
747
|
+
"base0D": "#B78D12",
|
|
748
|
+
"base0E": "#FC7930",
|
|
749
|
+
"base0F": "#CC5595"
|
|
750
|
+
},
|
|
751
|
+
"good": true,
|
|
752
|
+
"order": 6,
|
|
753
|
+
"dark": false
|
|
754
|
+
},
|
|
755
|
+
"china-traditional-night": {
|
|
756
|
+
"name": "中国传统色(暗)",
|
|
757
|
+
"colors": {
|
|
758
|
+
"base00": "#2B312C",
|
|
759
|
+
"base01": "#1A2413",
|
|
760
|
+
"base02": "#474B4C",
|
|
761
|
+
"base03": "#617172",
|
|
762
|
+
"base04": "#efebe5",
|
|
763
|
+
"base05": "#E4DFD7",
|
|
764
|
+
"base06": "#f3f1ed",
|
|
765
|
+
"base07": "#f9f7f5",
|
|
766
|
+
"base08": "#EE3F4D",
|
|
767
|
+
"base09": "#619AC3",
|
|
768
|
+
"base0A": "#EEA6B7",
|
|
769
|
+
"base0B": "#96C2E4",
|
|
770
|
+
"base0C": "#C8ADC4",
|
|
771
|
+
"base0D": "#D276A3",
|
|
772
|
+
"base0E": "#FC7930",
|
|
773
|
+
"base0F": "#57C3C2"
|
|
774
|
+
},
|
|
775
|
+
"order": 6,
|
|
776
|
+
"dark": true
|
|
777
|
+
},
|
|
778
|
+
"circus": {
|
|
779
|
+
"name": "circus",
|
|
780
|
+
"colors": {
|
|
781
|
+
"base00": "#191919",
|
|
782
|
+
"base01": "#202020",
|
|
783
|
+
"base02": "#303030",
|
|
784
|
+
"base03": "#5f5a60",
|
|
785
|
+
"base04": "#505050",
|
|
786
|
+
"base05": "#a7a7a7",
|
|
787
|
+
"base06": "#808080",
|
|
788
|
+
"base07": "#ffffff",
|
|
789
|
+
"base08": "#dc657d",
|
|
790
|
+
"base09": "#4bb1a7",
|
|
791
|
+
"base0A": "#c3ba63",
|
|
792
|
+
"base0B": "#84b97c",
|
|
793
|
+
"base0C": "#4bb1a7",
|
|
794
|
+
"base0D": "#639ee4",
|
|
795
|
+
"base0E": "#b888e2",
|
|
796
|
+
"base0F": "#b888e2"
|
|
797
|
+
},
|
|
798
|
+
"dark": true
|
|
799
|
+
},
|
|
800
|
+
"classic-dark": {
|
|
801
|
+
"name": "classic-dark",
|
|
802
|
+
"colors": {
|
|
803
|
+
"base00": "#151515",
|
|
804
|
+
"base01": "#202020",
|
|
805
|
+
"base02": "#303030",
|
|
806
|
+
"base03": "#505050",
|
|
807
|
+
"base04": "#B0B0B0",
|
|
808
|
+
"base05": "#D0D0D0",
|
|
809
|
+
"base06": "#E0E0E0",
|
|
810
|
+
"base07": "#F5F5F5",
|
|
811
|
+
"base08": "#AC4142",
|
|
812
|
+
"base09": "#D28445",
|
|
813
|
+
"base0A": "#F4BF75",
|
|
814
|
+
"base0B": "#90A959",
|
|
815
|
+
"base0C": "#75B5AA",
|
|
816
|
+
"base0D": "#6A9FB5",
|
|
817
|
+
"base0E": "#AA759F",
|
|
818
|
+
"base0F": "#8F5536"
|
|
819
|
+
},
|
|
820
|
+
"dark": true
|
|
821
|
+
},
|
|
822
|
+
"classic-light": {
|
|
823
|
+
"name": "classic-light",
|
|
824
|
+
"colors": {
|
|
825
|
+
"base00": "#F5F5F5",
|
|
826
|
+
"base01": "#E0E0E0",
|
|
827
|
+
"base02": "#D0D0D0",
|
|
828
|
+
"base03": "#B0B0B0",
|
|
829
|
+
"base04": "#505050",
|
|
830
|
+
"base05": "#303030",
|
|
831
|
+
"base06": "#202020",
|
|
832
|
+
"base07": "#151515",
|
|
833
|
+
"base08": "#AC4142",
|
|
834
|
+
"base09": "#D28445",
|
|
835
|
+
"base0A": "#F4BF75",
|
|
836
|
+
"base0B": "#90A959",
|
|
837
|
+
"base0C": "#75B5AA",
|
|
838
|
+
"base0D": "#6A9FB5",
|
|
839
|
+
"base0E": "#AA759F",
|
|
840
|
+
"base0F": "#8F5536"
|
|
841
|
+
},
|
|
842
|
+
"dark": false
|
|
843
|
+
},
|
|
844
|
+
"colors": {
|
|
845
|
+
"name": "colors",
|
|
846
|
+
"colors": {
|
|
847
|
+
"base00": "#111111",
|
|
848
|
+
"base01": "#333333",
|
|
849
|
+
"base02": "#555555",
|
|
850
|
+
"base03": "#777777",
|
|
851
|
+
"base04": "#999999",
|
|
852
|
+
"base05": "#bbbbbb",
|
|
853
|
+
"base06": "#dddddd",
|
|
854
|
+
"base07": "#ffffff",
|
|
855
|
+
"base08": "#ff4136",
|
|
856
|
+
"base09": "#ff851b",
|
|
857
|
+
"base0A": "#ffdc00",
|
|
858
|
+
"base0B": "#2ecc40",
|
|
859
|
+
"base0C": "#7fdbff",
|
|
860
|
+
"base0D": "#0074d9",
|
|
861
|
+
"base0E": "#b10dc9",
|
|
862
|
+
"base0F": "#85144b"
|
|
863
|
+
},
|
|
864
|
+
"dark": true
|
|
865
|
+
},
|
|
866
|
+
"cupcake": {
|
|
867
|
+
"name": "cupcake",
|
|
868
|
+
"colors": {
|
|
869
|
+
"base00": "#fbf1f2",
|
|
870
|
+
"base01": "#f2f1f4",
|
|
871
|
+
"base02": "#d8d5dd",
|
|
872
|
+
"base03": "#bfb9c6",
|
|
873
|
+
"base04": "#a59daf",
|
|
874
|
+
"base05": "#8b8198",
|
|
875
|
+
"base06": "#72677E",
|
|
876
|
+
"base07": "#585062",
|
|
877
|
+
"base08": "#D57E85",
|
|
878
|
+
"base09": "#EBB790",
|
|
879
|
+
"base0A": "#DCB16C",
|
|
880
|
+
"base0B": "#A3B367",
|
|
881
|
+
"base0C": "#69A9A7",
|
|
882
|
+
"base0D": "#7297B9",
|
|
883
|
+
"base0E": "#BB99B4",
|
|
884
|
+
"base0F": "#BAA58C"
|
|
885
|
+
},
|
|
886
|
+
"dark": false
|
|
887
|
+
},
|
|
888
|
+
"cupertino": {
|
|
889
|
+
"name": "cupertino",
|
|
890
|
+
"colors": {
|
|
891
|
+
"base00": "#ffffff",
|
|
892
|
+
"base01": "#edecec",
|
|
893
|
+
"base02": "#c0c0c0",
|
|
894
|
+
"base03": "#808080",
|
|
895
|
+
"base04": "#707070",
|
|
896
|
+
"base05": "#404040",
|
|
897
|
+
"base06": "#2b2b2b",
|
|
898
|
+
"base07": "#0d0d0d",
|
|
899
|
+
"base08": "#c41a15",
|
|
900
|
+
"base09": "#eb8500",
|
|
901
|
+
"base0A": "#826b28",
|
|
902
|
+
"base0B": "#007400",
|
|
903
|
+
"base0C": "#318495",
|
|
904
|
+
"base0D": "#0000ff",
|
|
905
|
+
"base0E": "#a90d91",
|
|
906
|
+
"base0F": "#826b28"
|
|
907
|
+
},
|
|
908
|
+
"dark": false
|
|
909
|
+
},
|
|
910
|
+
"da-one-black": {
|
|
911
|
+
"name": "da-one-black",
|
|
912
|
+
"colors": {
|
|
913
|
+
"base00": "#000000",
|
|
914
|
+
"base01": "#282828",
|
|
915
|
+
"base02": "#585858",
|
|
916
|
+
"base03": "#888888",
|
|
917
|
+
"base04": "#c8c8c8",
|
|
918
|
+
"base05": "#ffffff",
|
|
919
|
+
"base06": "#ffffff",
|
|
920
|
+
"base07": "#ffffff",
|
|
921
|
+
"base08": "#fa7883",
|
|
922
|
+
"base09": "#ffc387",
|
|
923
|
+
"base0A": "#ff9470",
|
|
924
|
+
"base0B": "#98c379",
|
|
925
|
+
"base0C": "#8af5ff",
|
|
926
|
+
"base0D": "#6bb8ff",
|
|
927
|
+
"base0E": "#e799ff",
|
|
928
|
+
"base0F": "#b3684f"
|
|
929
|
+
},
|
|
930
|
+
"dark": true
|
|
931
|
+
},
|
|
932
|
+
"da-one-gray": {
|
|
933
|
+
"name": "da-one-gray",
|
|
934
|
+
"colors": {
|
|
935
|
+
"base00": "#181818",
|
|
936
|
+
"base01": "#282828",
|
|
937
|
+
"base02": "#585858",
|
|
938
|
+
"base03": "#888888",
|
|
939
|
+
"base04": "#c8c8c8",
|
|
940
|
+
"base05": "#ffffff",
|
|
941
|
+
"base06": "#ffffff",
|
|
942
|
+
"base07": "#ffffff",
|
|
943
|
+
"base08": "#fa7883",
|
|
944
|
+
"base09": "#ffc387",
|
|
945
|
+
"base0A": "#ff9470",
|
|
946
|
+
"base0B": "#98c379",
|
|
947
|
+
"base0C": "#8af5ff",
|
|
948
|
+
"base0D": "#6bb8ff",
|
|
949
|
+
"base0E": "#e799ff",
|
|
950
|
+
"base0F": "#b3684f"
|
|
951
|
+
},
|
|
952
|
+
"dark": true
|
|
953
|
+
},
|
|
954
|
+
"da-one-ocean": {
|
|
955
|
+
"name": "da-one-ocean",
|
|
956
|
+
"colors": {
|
|
957
|
+
"base00": "#171726",
|
|
958
|
+
"base01": "#22273d",
|
|
959
|
+
"base02": "#525866",
|
|
960
|
+
"base03": "#878d96",
|
|
961
|
+
"base04": "#c8c8c8",
|
|
962
|
+
"base05": "#ffffff",
|
|
963
|
+
"base06": "#ffffff",
|
|
964
|
+
"base07": "#ffffff",
|
|
965
|
+
"base08": "#fa7883",
|
|
966
|
+
"base09": "#ffc387",
|
|
967
|
+
"base0A": "#ff9470",
|
|
968
|
+
"base0B": "#98c379",
|
|
969
|
+
"base0C": "#8af5ff",
|
|
970
|
+
"base0D": "#6bb8ff",
|
|
971
|
+
"base0E": "#e799ff",
|
|
972
|
+
"base0F": "#b3684f"
|
|
973
|
+
},
|
|
974
|
+
"dark": true
|
|
975
|
+
},
|
|
976
|
+
"da-one-paper": {
|
|
977
|
+
"name": "da-one-paper",
|
|
978
|
+
"colors": {
|
|
979
|
+
"base00": "#faf0dc",
|
|
980
|
+
"base01": "#c8c8c8",
|
|
981
|
+
"base02": "#cbc9c9",
|
|
982
|
+
"base03": "#585858",
|
|
983
|
+
"base04": "#282828",
|
|
984
|
+
"base05": "#181818",
|
|
985
|
+
"base06": "#000000",
|
|
986
|
+
"base07": "#000000",
|
|
987
|
+
"base08": "#de5d6e",
|
|
988
|
+
"base09": "#fa5e2a",
|
|
989
|
+
"base0A": "#b3684f",
|
|
990
|
+
"base0B": "#76a85d",
|
|
991
|
+
"base0C": "#64b5a7",
|
|
992
|
+
"base0D": "#5890f8",
|
|
993
|
+
"base0E": "#c173d1",
|
|
994
|
+
"base0F": "#b3684f"
|
|
995
|
+
},
|
|
996
|
+
"dark": false
|
|
997
|
+
},
|
|
998
|
+
"da-one-white": {
|
|
999
|
+
"name": "da-one-white",
|
|
1000
|
+
"colors": {
|
|
1001
|
+
"base00": "#ffffff",
|
|
1002
|
+
"base01": "#ececec",
|
|
1003
|
+
"base02": "#d0d0d0",
|
|
1004
|
+
"base03": "#888888",
|
|
1005
|
+
"base04": "#585858",
|
|
1006
|
+
"base05": "#282828",
|
|
1007
|
+
"base06": "#181818",
|
|
1008
|
+
"base07": "#000000",
|
|
1009
|
+
"base08": "#de5d6e",
|
|
1010
|
+
"base09": "#ff9470",
|
|
1011
|
+
"base0A": "#b3684f",
|
|
1012
|
+
"base0B": "#76a85d",
|
|
1013
|
+
"base0C": "#64b5a7",
|
|
1014
|
+
"base0D": "#5890f8",
|
|
1015
|
+
"base0E": "#c173d1",
|
|
1016
|
+
"base0F": "#b3684f"
|
|
1017
|
+
},
|
|
1018
|
+
"dark": false
|
|
1019
|
+
},
|
|
1020
|
+
"darcula": {
|
|
1021
|
+
"name": "darcula",
|
|
1022
|
+
"colors": {
|
|
1023
|
+
"base00": "#2b2b2b",
|
|
1024
|
+
"base01": "#323232",
|
|
1025
|
+
"base02": "#4c4848",
|
|
1026
|
+
"base03": "#606366",
|
|
1027
|
+
"base04": "#a4a3a3",
|
|
1028
|
+
"base05": "#a9b7c6",
|
|
1029
|
+
"base06": "#ffc66d",
|
|
1030
|
+
"base07": "#ffffff",
|
|
1031
|
+
"base08": "#4eade5",
|
|
1032
|
+
"base09": "#689757",
|
|
1033
|
+
"base0A": "#bbb529",
|
|
1034
|
+
"base0B": "#6a8759",
|
|
1035
|
+
"base0C": "#629755",
|
|
1036
|
+
"base0D": "#9876aa",
|
|
1037
|
+
"base0E": "#cc7832",
|
|
1038
|
+
"base0F": "#808080"
|
|
1039
|
+
},
|
|
1040
|
+
"dark": true
|
|
1041
|
+
},
|
|
1042
|
+
"darkmoss": {
|
|
1043
|
+
"name": "darkmoss",
|
|
1044
|
+
"colors": {
|
|
1045
|
+
"base00": "#171e1f",
|
|
1046
|
+
"base01": "#252c2d",
|
|
1047
|
+
"base02": "#373c3d",
|
|
1048
|
+
"base03": "#555e5f",
|
|
1049
|
+
"base04": "#818f80",
|
|
1050
|
+
"base05": "#c7c7a5",
|
|
1051
|
+
"base06": "#e3e3c8",
|
|
1052
|
+
"base07": "#e1eaef",
|
|
1053
|
+
"base08": "#ff4658",
|
|
1054
|
+
"base09": "#e6db74",
|
|
1055
|
+
"base0A": "#fdb11f",
|
|
1056
|
+
"base0B": "#499180",
|
|
1057
|
+
"base0C": "#66d9ef",
|
|
1058
|
+
"base0D": "#498091",
|
|
1059
|
+
"base0E": "#9bc0c8",
|
|
1060
|
+
"base0F": "#d27b53"
|
|
1061
|
+
},
|
|
1062
|
+
"dark": true
|
|
1063
|
+
},
|
|
1064
|
+
"darktooth": {
|
|
1065
|
+
"name": "darktooth",
|
|
1066
|
+
"colors": {
|
|
1067
|
+
"base00": "#1D2021",
|
|
1068
|
+
"base01": "#32302F",
|
|
1069
|
+
"base02": "#504945",
|
|
1070
|
+
"base03": "#665C54",
|
|
1071
|
+
"base04": "#928374",
|
|
1072
|
+
"base05": "#A89984",
|
|
1073
|
+
"base06": "#D5C4A1",
|
|
1074
|
+
"base07": "#FDF4C1",
|
|
1075
|
+
"base08": "#FB543F",
|
|
1076
|
+
"base09": "#FE8625",
|
|
1077
|
+
"base0A": "#FAC03B",
|
|
1078
|
+
"base0B": "#95C085",
|
|
1079
|
+
"base0C": "#8BA59B",
|
|
1080
|
+
"base0D": "#0D6678",
|
|
1081
|
+
"base0E": "#8F4673",
|
|
1082
|
+
"base0F": "#A87322"
|
|
1083
|
+
},
|
|
1084
|
+
"dark": true
|
|
1085
|
+
},
|
|
1086
|
+
"decaf": {
|
|
1087
|
+
"name": "decaf",
|
|
1088
|
+
"colors": {
|
|
1089
|
+
"base00": "#2d2d2d",
|
|
1090
|
+
"base01": "#393939",
|
|
1091
|
+
"base02": "#515151",
|
|
1092
|
+
"base03": "#777777",
|
|
1093
|
+
"base04": "#b4b7b4",
|
|
1094
|
+
"base05": "#cccccc",
|
|
1095
|
+
"base06": "#e0e0e0",
|
|
1096
|
+
"base07": "#ffffff",
|
|
1097
|
+
"base08": "#ff7f7b",
|
|
1098
|
+
"base09": "#ffbf70",
|
|
1099
|
+
"base0A": "#ffd67c",
|
|
1100
|
+
"base0B": "#beda78",
|
|
1101
|
+
"base0C": "#bed6ff",
|
|
1102
|
+
"base0D": "#90bee1",
|
|
1103
|
+
"base0E": "#efb3f7",
|
|
1104
|
+
"base0F": "#ff93b3"
|
|
1105
|
+
},
|
|
1106
|
+
"dark": true
|
|
1107
|
+
},
|
|
1108
|
+
"default-dark": {
|
|
1109
|
+
"name": "default-dark",
|
|
1110
|
+
"colors": {
|
|
1111
|
+
"base00": "#181818",
|
|
1112
|
+
"base01": "#282828",
|
|
1113
|
+
"base02": "#383838",
|
|
1114
|
+
"base03": "#585858",
|
|
1115
|
+
"base04": "#b8b8b8",
|
|
1116
|
+
"base05": "#d8d8d8",
|
|
1117
|
+
"base06": "#e8e8e8",
|
|
1118
|
+
"base07": "#f8f8f8",
|
|
1119
|
+
"base08": "#ab4642",
|
|
1120
|
+
"base09": "#dc9656",
|
|
1121
|
+
"base0A": "#f7ca88",
|
|
1122
|
+
"base0B": "#a1b56c",
|
|
1123
|
+
"base0C": "#86c1b9",
|
|
1124
|
+
"base0D": "#7cafc2",
|
|
1125
|
+
"base0E": "#ba8baf",
|
|
1126
|
+
"base0F": "#a16946"
|
|
1127
|
+
},
|
|
1128
|
+
"dark": true
|
|
1129
|
+
},
|
|
1130
|
+
"default-light": {
|
|
1131
|
+
"name": "default-light",
|
|
1132
|
+
"colors": {
|
|
1133
|
+
"base00": "#f8f8f8",
|
|
1134
|
+
"base01": "#e8e8e8",
|
|
1135
|
+
"base02": "#d8d8d8",
|
|
1136
|
+
"base03": "#b8b8b8",
|
|
1137
|
+
"base04": "#585858",
|
|
1138
|
+
"base05": "#383838",
|
|
1139
|
+
"base06": "#282828",
|
|
1140
|
+
"base07": "#181818",
|
|
1141
|
+
"base08": "#ab4642",
|
|
1142
|
+
"base09": "#dc9656",
|
|
1143
|
+
"base0A": "#f7ca88",
|
|
1144
|
+
"base0B": "#a1b56c",
|
|
1145
|
+
"base0C": "#86c1b9",
|
|
1146
|
+
"base0D": "#7cafc2",
|
|
1147
|
+
"base0E": "#ba8baf",
|
|
1148
|
+
"base0F": "#a16946"
|
|
1149
|
+
},
|
|
1150
|
+
"dark": false
|
|
1151
|
+
},
|
|
1152
|
+
"eighties": {
|
|
1153
|
+
"name": "eighties",
|
|
1154
|
+
"colors": {
|
|
1155
|
+
"base00": "#2d2d2d",
|
|
1156
|
+
"base01": "#393939",
|
|
1157
|
+
"base02": "#515151",
|
|
1158
|
+
"base03": "#747369",
|
|
1159
|
+
"base04": "#a09f93",
|
|
1160
|
+
"base05": "#d3d0c8",
|
|
1161
|
+
"base06": "#e8e6df",
|
|
1162
|
+
"base07": "#f2f0ec",
|
|
1163
|
+
"base08": "#f2777a",
|
|
1164
|
+
"base09": "#f99157",
|
|
1165
|
+
"base0A": "#ffcc66",
|
|
1166
|
+
"base0B": "#99cc99",
|
|
1167
|
+
"base0C": "#66cccc",
|
|
1168
|
+
"base0D": "#6699cc",
|
|
1169
|
+
"base0E": "#cc99cc",
|
|
1170
|
+
"base0F": "#d27b53"
|
|
1171
|
+
},
|
|
1172
|
+
"dark": true
|
|
1173
|
+
},
|
|
1174
|
+
"embers": {
|
|
1175
|
+
"name": "embers",
|
|
1176
|
+
"colors": {
|
|
1177
|
+
"base00": "#16130F",
|
|
1178
|
+
"base01": "#2C2620",
|
|
1179
|
+
"base02": "#433B32",
|
|
1180
|
+
"base03": "#5A5047",
|
|
1181
|
+
"base04": "#8A8075",
|
|
1182
|
+
"base05": "#A39A90",
|
|
1183
|
+
"base06": "#BEB6AE",
|
|
1184
|
+
"base07": "#DBD6D1",
|
|
1185
|
+
"base08": "#826D57",
|
|
1186
|
+
"base09": "#828257",
|
|
1187
|
+
"base0A": "#6D8257",
|
|
1188
|
+
"base0B": "#57826D",
|
|
1189
|
+
"base0C": "#576D82",
|
|
1190
|
+
"base0D": "#6D5782",
|
|
1191
|
+
"base0E": "#82576D",
|
|
1192
|
+
"base0F": "#825757"
|
|
1193
|
+
},
|
|
1194
|
+
"dark": true
|
|
1195
|
+
},
|
|
1196
|
+
"equilibrium-dark": {
|
|
1197
|
+
"name": "equilibrium-dark",
|
|
1198
|
+
"colors": {
|
|
1199
|
+
"base00": "#0c1118",
|
|
1200
|
+
"base01": "#181c22",
|
|
1201
|
+
"base02": "#22262d",
|
|
1202
|
+
"base03": "#7b776e",
|
|
1203
|
+
"base04": "#949088",
|
|
1204
|
+
"base05": "#afaba2",
|
|
1205
|
+
"base06": "#cac6bd",
|
|
1206
|
+
"base07": "#e7e2d9",
|
|
1207
|
+
"base08": "#f04339",
|
|
1208
|
+
"base09": "#df5923",
|
|
1209
|
+
"base0A": "#bb8801",
|
|
1210
|
+
"base0B": "#7f8b00",
|
|
1211
|
+
"base0C": "#00948b",
|
|
1212
|
+
"base0D": "#008dd1",
|
|
1213
|
+
"base0E": "#6a7fd2",
|
|
1214
|
+
"base0F": "#e3488e"
|
|
1215
|
+
},
|
|
1216
|
+
"dark": true
|
|
1217
|
+
},
|
|
1218
|
+
"equilibrium-gray-dark": {
|
|
1219
|
+
"name": "equilibrium-gray-dark",
|
|
1220
|
+
"colors": {
|
|
1221
|
+
"base00": "#111111",
|
|
1222
|
+
"base01": "#1b1b1b",
|
|
1223
|
+
"base02": "#262626",
|
|
1224
|
+
"base03": "#777777",
|
|
1225
|
+
"base04": "#919191",
|
|
1226
|
+
"base05": "#ababab",
|
|
1227
|
+
"base06": "#c6c6c6",
|
|
1228
|
+
"base07": "#e2e2e2",
|
|
1229
|
+
"base08": "#f04339",
|
|
1230
|
+
"base09": "#df5923",
|
|
1231
|
+
"base0A": "#bb8801",
|
|
1232
|
+
"base0B": "#7f8b00",
|
|
1233
|
+
"base0C": "#00948b",
|
|
1234
|
+
"base0D": "#008dd1",
|
|
1235
|
+
"base0E": "#6a7fd2",
|
|
1236
|
+
"base0F": "#e3488e"
|
|
1237
|
+
},
|
|
1238
|
+
"dark": true
|
|
1239
|
+
},
|
|
1240
|
+
"equilibrium-gray-light": {
|
|
1241
|
+
"name": "equilibrium-gray-light",
|
|
1242
|
+
"colors": {
|
|
1243
|
+
"base00": "#f1f1f1",
|
|
1244
|
+
"base01": "#e2e2e2",
|
|
1245
|
+
"base02": "#d4d4d4",
|
|
1246
|
+
"base03": "#777777",
|
|
1247
|
+
"base04": "#5e5e5e",
|
|
1248
|
+
"base05": "#474747",
|
|
1249
|
+
"base06": "#303030",
|
|
1250
|
+
"base07": "#1b1b1b",
|
|
1251
|
+
"base08": "#d02023",
|
|
1252
|
+
"base09": "#bf3e05",
|
|
1253
|
+
"base0A": "#9d6f00",
|
|
1254
|
+
"base0B": "#637200",
|
|
1255
|
+
"base0C": "#007a72",
|
|
1256
|
+
"base0D": "#0073b5",
|
|
1257
|
+
"base0E": "#4e66b6",
|
|
1258
|
+
"base0F": "#c42775"
|
|
1259
|
+
},
|
|
1260
|
+
"dark": false
|
|
1261
|
+
},
|
|
1262
|
+
"equilibrium-light": {
|
|
1263
|
+
"name": "equilibrium-light",
|
|
1264
|
+
"colors": {
|
|
1265
|
+
"base00": "#f5f0e7",
|
|
1266
|
+
"base01": "#e7e2d9",
|
|
1267
|
+
"base02": "#d8d4cb",
|
|
1268
|
+
"base03": "#73777f",
|
|
1269
|
+
"base04": "#5a5f66",
|
|
1270
|
+
"base05": "#43474e",
|
|
1271
|
+
"base06": "#2c3138",
|
|
1272
|
+
"base07": "#181c22",
|
|
1273
|
+
"base08": "#d02023",
|
|
1274
|
+
"base09": "#bf3e05",
|
|
1275
|
+
"base0A": "#9d6f00",
|
|
1276
|
+
"base0B": "#637200",
|
|
1277
|
+
"base0C": "#007a72",
|
|
1278
|
+
"base0D": "#0073b5",
|
|
1279
|
+
"base0E": "#4e66b6",
|
|
1280
|
+
"base0F": "#c42775"
|
|
1281
|
+
},
|
|
1282
|
+
"dark": false
|
|
1283
|
+
},
|
|
1284
|
+
"espresso": {
|
|
1285
|
+
"name": "espresso",
|
|
1286
|
+
"colors": {
|
|
1287
|
+
"base00": "#2d2d2d",
|
|
1288
|
+
"base01": "#393939",
|
|
1289
|
+
"base02": "#515151",
|
|
1290
|
+
"base03": "#777777",
|
|
1291
|
+
"base04": "#b4b7b4",
|
|
1292
|
+
"base05": "#cccccc",
|
|
1293
|
+
"base06": "#e0e0e0",
|
|
1294
|
+
"base07": "#ffffff",
|
|
1295
|
+
"base08": "#d25252",
|
|
1296
|
+
"base09": "#f9a959",
|
|
1297
|
+
"base0A": "#ffc66d",
|
|
1298
|
+
"base0B": "#a5c261",
|
|
1299
|
+
"base0C": "#bed6ff",
|
|
1300
|
+
"base0D": "#6c99bb",
|
|
1301
|
+
"base0E": "#d197d9",
|
|
1302
|
+
"base0F": "#f97394"
|
|
1303
|
+
},
|
|
1304
|
+
"dark": true
|
|
1305
|
+
},
|
|
1306
|
+
"eva-dim": {
|
|
1307
|
+
"name": "eva-dim",
|
|
1308
|
+
"colors": {
|
|
1309
|
+
"base00": "#2a3b4d",
|
|
1310
|
+
"base01": "#3d566f",
|
|
1311
|
+
"base02": "#4b6988",
|
|
1312
|
+
"base03": "#55799c",
|
|
1313
|
+
"base04": "#7e90a3",
|
|
1314
|
+
"base05": "#9fa2a6",
|
|
1315
|
+
"base06": "#d6d7d9",
|
|
1316
|
+
"base07": "#ffffff",
|
|
1317
|
+
"base08": "#c4676c",
|
|
1318
|
+
"base09": "#ff9966",
|
|
1319
|
+
"base0A": "#cfd05d",
|
|
1320
|
+
"base0B": "#5de561",
|
|
1321
|
+
"base0C": "#4b8f77",
|
|
1322
|
+
"base0D": "#1ae1dc",
|
|
1323
|
+
"base0E": "#9c6cd3",
|
|
1324
|
+
"base0F": "#bb64a9"
|
|
1325
|
+
},
|
|
1326
|
+
"dark": true
|
|
1327
|
+
},
|
|
1328
|
+
"eva": {
|
|
1329
|
+
"name": "eva",
|
|
1330
|
+
"colors": {
|
|
1331
|
+
"base00": "#2a3b4d",
|
|
1332
|
+
"base01": "#3d566f",
|
|
1333
|
+
"base02": "#4b6988",
|
|
1334
|
+
"base03": "#55799c",
|
|
1335
|
+
"base04": "#7e90a3",
|
|
1336
|
+
"base05": "#9fa2a6",
|
|
1337
|
+
"base06": "#d6d7d9",
|
|
1338
|
+
"base07": "#ffffff",
|
|
1339
|
+
"base08": "#c4676c",
|
|
1340
|
+
"base09": "#ff9966",
|
|
1341
|
+
"base0A": "#ffff66",
|
|
1342
|
+
"base0B": "#66ff66",
|
|
1343
|
+
"base0C": "#4b8f77",
|
|
1344
|
+
"base0D": "#15f4ee",
|
|
1345
|
+
"base0E": "#9c6cd3",
|
|
1346
|
+
"base0F": "#bb64a9"
|
|
1347
|
+
},
|
|
1348
|
+
"dark": true
|
|
1349
|
+
},
|
|
1350
|
+
"flat": {
|
|
1351
|
+
"name": "flat",
|
|
1352
|
+
"colors": {
|
|
1353
|
+
"base00": "#2C3E50",
|
|
1354
|
+
"base01": "#34495E",
|
|
1355
|
+
"base02": "#355a5c",
|
|
1356
|
+
"base03": "#95A5A6",
|
|
1357
|
+
"base04": "#BDC3C7",
|
|
1358
|
+
"base05": "#e0e0e0",
|
|
1359
|
+
"base06": "#f5f5f5",
|
|
1360
|
+
"base07": "#ECF0F1",
|
|
1361
|
+
"base08": "#E74C3C",
|
|
1362
|
+
"base09": "#E67E22",
|
|
1363
|
+
"base0A": "#F1C40F",
|
|
1364
|
+
"base0B": "#2ECC71",
|
|
1365
|
+
"base0C": "#1ABC9C",
|
|
1366
|
+
"base0D": "#3498DB",
|
|
1367
|
+
"base0E": "#9B59B6",
|
|
1368
|
+
"base0F": "#be643c"
|
|
1369
|
+
},
|
|
1370
|
+
"dark": true
|
|
1371
|
+
},
|
|
1372
|
+
"framer": {
|
|
1373
|
+
"name": "framer",
|
|
1374
|
+
"colors": {
|
|
1375
|
+
"base00": "#181818",
|
|
1376
|
+
"base01": "#151515",
|
|
1377
|
+
"base02": "#464646",
|
|
1378
|
+
"base03": "#747474",
|
|
1379
|
+
"base04": "#B9B9B9",
|
|
1380
|
+
"base05": "#D0D0D0",
|
|
1381
|
+
"base06": "#E8E8E8",
|
|
1382
|
+
"base07": "#EEEEEE",
|
|
1383
|
+
"base08": "#FD886B",
|
|
1384
|
+
"base09": "#FC4769",
|
|
1385
|
+
"base0A": "#FECB6E",
|
|
1386
|
+
"base0B": "#32CCDC",
|
|
1387
|
+
"base0C": "#ACDDFD",
|
|
1388
|
+
"base0D": "#20BCFC",
|
|
1389
|
+
"base0E": "#BA8CFC",
|
|
1390
|
+
"base0F": "#B15F4A"
|
|
1391
|
+
},
|
|
1392
|
+
"dark": true
|
|
1393
|
+
},
|
|
1394
|
+
"gigavolt": {
|
|
1395
|
+
"name": "gigavolt",
|
|
1396
|
+
"colors": {
|
|
1397
|
+
"base00": "#202126",
|
|
1398
|
+
"base01": "#2d303d",
|
|
1399
|
+
"base02": "#5a576e",
|
|
1400
|
+
"base03": "#a1d2e6",
|
|
1401
|
+
"base04": "#cad3ff",
|
|
1402
|
+
"base05": "#e9e7e1",
|
|
1403
|
+
"base06": "#eff0f9",
|
|
1404
|
+
"base07": "#f2fbff",
|
|
1405
|
+
"base08": "#ff661a",
|
|
1406
|
+
"base09": "#19f988",
|
|
1407
|
+
"base0A": "#ffdc2d",
|
|
1408
|
+
"base0B": "#f2e6a9",
|
|
1409
|
+
"base0C": "#fb6acb",
|
|
1410
|
+
"base0D": "#40bfff",
|
|
1411
|
+
"base0E": "#ae94f9",
|
|
1412
|
+
"base0F": "#6187ff"
|
|
1413
|
+
},
|
|
1414
|
+
"dark": true
|
|
1415
|
+
},
|
|
1416
|
+
"github": {
|
|
1417
|
+
"name": "github",
|
|
1418
|
+
"colors": {
|
|
1419
|
+
"base00": "#ffffff",
|
|
1420
|
+
"base01": "#f5f5f5",
|
|
1421
|
+
"base02": "#c8c8fa",
|
|
1422
|
+
"base03": "#969896",
|
|
1423
|
+
"base04": "#353535",
|
|
1424
|
+
"base05": "#333333",
|
|
1425
|
+
"base06": "#1f1f1f",
|
|
1426
|
+
"base07": "#111111",
|
|
1427
|
+
"base08": "#ed6a43",
|
|
1428
|
+
"base09": "#0086b3",
|
|
1429
|
+
"base0A": "#795da3",
|
|
1430
|
+
"base0B": "#183691",
|
|
1431
|
+
"base0C": "#183691",
|
|
1432
|
+
"base0D": "#795da3",
|
|
1433
|
+
"base0E": "#a71d5d",
|
|
1434
|
+
"base0F": "#a69900"
|
|
1435
|
+
},
|
|
1436
|
+
"dark": false
|
|
1437
|
+
},
|
|
1438
|
+
"google-dark": {
|
|
1439
|
+
"name": "google-dark",
|
|
1440
|
+
"colors": {
|
|
1441
|
+
"base00": "#1d1f21",
|
|
1442
|
+
"base01": "#282a2e",
|
|
1443
|
+
"base02": "#373b41",
|
|
1444
|
+
"base03": "#969896",
|
|
1445
|
+
"base04": "#b4b7b4",
|
|
1446
|
+
"base05": "#c5c8c6",
|
|
1447
|
+
"base06": "#e0e0e0",
|
|
1448
|
+
"base07": "#ffffff",
|
|
1449
|
+
"base08": "#CC342B",
|
|
1450
|
+
"base09": "#F96A38",
|
|
1451
|
+
"base0A": "#FBA922",
|
|
1452
|
+
"base0B": "#198844",
|
|
1453
|
+
"base0C": "#3971ED",
|
|
1454
|
+
"base0D": "#3971ED",
|
|
1455
|
+
"base0E": "#A36AC7",
|
|
1456
|
+
"base0F": "#3971ED"
|
|
1457
|
+
},
|
|
1458
|
+
"dark": true
|
|
1459
|
+
},
|
|
1460
|
+
"google-light": {
|
|
1461
|
+
"name": "google-light",
|
|
1462
|
+
"colors": {
|
|
1463
|
+
"base00": "#ffffff",
|
|
1464
|
+
"base01": "#e0e0e0",
|
|
1465
|
+
"base02": "#c5c8c6",
|
|
1466
|
+
"base03": "#b4b7b4",
|
|
1467
|
+
"base04": "#969896",
|
|
1468
|
+
"base05": "#373b41",
|
|
1469
|
+
"base06": "#282a2e",
|
|
1470
|
+
"base07": "#1d1f21",
|
|
1471
|
+
"base08": "#CC342B",
|
|
1472
|
+
"base09": "#F96A38",
|
|
1473
|
+
"base0A": "#FBA922",
|
|
1474
|
+
"base0B": "#198844",
|
|
1475
|
+
"base0C": "#3971ED",
|
|
1476
|
+
"base0D": "#3971ED",
|
|
1477
|
+
"base0E": "#A36AC7",
|
|
1478
|
+
"base0F": "#3971ED"
|
|
1479
|
+
},
|
|
1480
|
+
"dark": false
|
|
1481
|
+
},
|
|
1482
|
+
"grayscale-dark": {
|
|
1483
|
+
"name": "grayscale-dark",
|
|
1484
|
+
"colors": {
|
|
1485
|
+
"base00": "#101010",
|
|
1486
|
+
"base01": "#252525",
|
|
1487
|
+
"base02": "#464646",
|
|
1488
|
+
"base03": "#525252",
|
|
1489
|
+
"base04": "#ababab",
|
|
1490
|
+
"base05": "#b9b9b9",
|
|
1491
|
+
"base06": "#e3e3e3",
|
|
1492
|
+
"base07": "#f7f7f7",
|
|
1493
|
+
"base08": "#7c7c7c",
|
|
1494
|
+
"base09": "#999999",
|
|
1495
|
+
"base0A": "#a0a0a0",
|
|
1496
|
+
"base0B": "#8e8e8e",
|
|
1497
|
+
"base0C": "#868686",
|
|
1498
|
+
"base0D": "#686868",
|
|
1499
|
+
"base0E": "#747474",
|
|
1500
|
+
"base0F": "#5e5e5e"
|
|
1501
|
+
},
|
|
1502
|
+
"dark": true
|
|
1503
|
+
},
|
|
1504
|
+
"grayscale-light": {
|
|
1505
|
+
"name": "grayscale-light",
|
|
1506
|
+
"colors": {
|
|
1507
|
+
"base00": "#f7f7f7",
|
|
1508
|
+
"base01": "#e3e3e3",
|
|
1509
|
+
"base02": "#b9b9b9",
|
|
1510
|
+
"base03": "#ababab",
|
|
1511
|
+
"base04": "#525252",
|
|
1512
|
+
"base05": "#464646",
|
|
1513
|
+
"base06": "#252525",
|
|
1514
|
+
"base07": "#101010",
|
|
1515
|
+
"base08": "#7c7c7c",
|
|
1516
|
+
"base09": "#999999",
|
|
1517
|
+
"base0A": "#a0a0a0",
|
|
1518
|
+
"base0B": "#8e8e8e",
|
|
1519
|
+
"base0C": "#868686",
|
|
1520
|
+
"base0D": "#686868",
|
|
1521
|
+
"base0E": "#747474",
|
|
1522
|
+
"base0F": "#5e5e5e"
|
|
1523
|
+
},
|
|
1524
|
+
"dark": false
|
|
1525
|
+
},
|
|
1526
|
+
"green-screen": {
|
|
1527
|
+
"name": "黑客帝国",
|
|
1528
|
+
"colors": {
|
|
1529
|
+
"base00": "#001100",
|
|
1530
|
+
"base01": "#003300",
|
|
1531
|
+
"base02": "#005500",
|
|
1532
|
+
"base03": "#007700",
|
|
1533
|
+
"base04": "#009900",
|
|
1534
|
+
"base05": "#00bb00",
|
|
1535
|
+
"base06": "#00dd00",
|
|
1536
|
+
"base07": "#00ff00",
|
|
1537
|
+
"base08": "#007700",
|
|
1538
|
+
"base09": "#009900",
|
|
1539
|
+
"base0A": "#007700",
|
|
1540
|
+
"base0B": "#00bb00",
|
|
1541
|
+
"base0C": "#005500",
|
|
1542
|
+
"base0D": "#009900",
|
|
1543
|
+
"base0E": "#00bb00",
|
|
1544
|
+
"base0F": "#005500"
|
|
1545
|
+
},
|
|
1546
|
+
"order": 2,
|
|
1547
|
+
"dark": true
|
|
1548
|
+
},
|
|
1549
|
+
"gruvbox-dark-hard": {
|
|
1550
|
+
"name": "gruvbox-dark-hard",
|
|
1551
|
+
"colors": {
|
|
1552
|
+
"base00": "#1d2021",
|
|
1553
|
+
"base01": "#3c3836",
|
|
1554
|
+
"base02": "#504945",
|
|
1555
|
+
"base03": "#665c54",
|
|
1556
|
+
"base04": "#bdae93",
|
|
1557
|
+
"base05": "#d5c4a1",
|
|
1558
|
+
"base06": "#ebdbb2",
|
|
1559
|
+
"base07": "#fbf1c7",
|
|
1560
|
+
"base08": "#fb4934",
|
|
1561
|
+
"base09": "#fe8019",
|
|
1562
|
+
"base0A": "#fabd2f",
|
|
1563
|
+
"base0B": "#b8bb26",
|
|
1564
|
+
"base0C": "#8ec07c",
|
|
1565
|
+
"base0D": "#83a598",
|
|
1566
|
+
"base0E": "#d3869b",
|
|
1567
|
+
"base0F": "#d65d0e"
|
|
1568
|
+
},
|
|
1569
|
+
"dark": true
|
|
1570
|
+
},
|
|
1571
|
+
"gruvbox-dark-medium": {
|
|
1572
|
+
"name": "gruvbox-dark-medium",
|
|
1573
|
+
"colors": {
|
|
1574
|
+
"base00": "#282828",
|
|
1575
|
+
"base01": "#3c3836",
|
|
1576
|
+
"base02": "#504945",
|
|
1577
|
+
"base03": "#665c54",
|
|
1578
|
+
"base04": "#bdae93",
|
|
1579
|
+
"base05": "#d5c4a1",
|
|
1580
|
+
"base06": "#ebdbb2",
|
|
1581
|
+
"base07": "#fbf1c7",
|
|
1582
|
+
"base08": "#fb4934",
|
|
1583
|
+
"base09": "#fe8019",
|
|
1584
|
+
"base0A": "#fabd2f",
|
|
1585
|
+
"base0B": "#b8bb26",
|
|
1586
|
+
"base0C": "#8ec07c",
|
|
1587
|
+
"base0D": "#83a598",
|
|
1588
|
+
"base0E": "#d3869b",
|
|
1589
|
+
"base0F": "#d65d0e"
|
|
1590
|
+
},
|
|
1591
|
+
"dark": true
|
|
1592
|
+
},
|
|
1593
|
+
"gruvbox-dark-pale": {
|
|
1594
|
+
"name": "gruvbox-dark-pale",
|
|
1595
|
+
"colors": {
|
|
1596
|
+
"base00": "#262626",
|
|
1597
|
+
"base01": "#3a3a3a",
|
|
1598
|
+
"base02": "#4e4e4e",
|
|
1599
|
+
"base03": "#8a8a8a",
|
|
1600
|
+
"base04": "#949494",
|
|
1601
|
+
"base05": "#dab997",
|
|
1602
|
+
"base06": "#d5c4a1",
|
|
1603
|
+
"base07": "#ebdbb2",
|
|
1604
|
+
"base08": "#d75f5f",
|
|
1605
|
+
"base09": "#ff8700",
|
|
1606
|
+
"base0A": "#ffaf00",
|
|
1607
|
+
"base0B": "#afaf00",
|
|
1608
|
+
"base0C": "#85ad85",
|
|
1609
|
+
"base0D": "#83adad",
|
|
1610
|
+
"base0E": "#d485ad",
|
|
1611
|
+
"base0F": "#d65d0e"
|
|
1612
|
+
},
|
|
1613
|
+
"dark": true
|
|
1614
|
+
},
|
|
1615
|
+
"gruvbox-dark-soft": {
|
|
1616
|
+
"name": "gruvbox-dark-soft",
|
|
1617
|
+
"colors": {
|
|
1618
|
+
"base00": "#32302f",
|
|
1619
|
+
"base01": "#3c3836",
|
|
1620
|
+
"base02": "#504945",
|
|
1621
|
+
"base03": "#665c54",
|
|
1622
|
+
"base04": "#bdae93",
|
|
1623
|
+
"base05": "#d5c4a1",
|
|
1624
|
+
"base06": "#ebdbb2",
|
|
1625
|
+
"base07": "#fbf1c7",
|
|
1626
|
+
"base08": "#fb4934",
|
|
1627
|
+
"base09": "#fe8019",
|
|
1628
|
+
"base0A": "#fabd2f",
|
|
1629
|
+
"base0B": "#b8bb26",
|
|
1630
|
+
"base0C": "#8ec07c",
|
|
1631
|
+
"base0D": "#83a598",
|
|
1632
|
+
"base0E": "#d3869b",
|
|
1633
|
+
"base0F": "#d65d0e"
|
|
1634
|
+
},
|
|
1635
|
+
"dark": true
|
|
1636
|
+
},
|
|
1637
|
+
"gruvbox-light-hard": {
|
|
1638
|
+
"name": "gruvbox-light-hard",
|
|
1639
|
+
"colors": {
|
|
1640
|
+
"base00": "#f9f5d7",
|
|
1641
|
+
"base01": "#ebdbb2",
|
|
1642
|
+
"base02": "#d5c4a1",
|
|
1643
|
+
"base03": "#bdae93",
|
|
1644
|
+
"base04": "#665c54",
|
|
1645
|
+
"base05": "#504945",
|
|
1646
|
+
"base06": "#3c3836",
|
|
1647
|
+
"base07": "#282828",
|
|
1648
|
+
"base08": "#9d0006",
|
|
1649
|
+
"base09": "#af3a03",
|
|
1650
|
+
"base0A": "#b57614",
|
|
1651
|
+
"base0B": "#79740e",
|
|
1652
|
+
"base0C": "#427b58",
|
|
1653
|
+
"base0D": "#076678",
|
|
1654
|
+
"base0E": "#8f3f71",
|
|
1655
|
+
"base0F": "#d65d0e"
|
|
1656
|
+
},
|
|
1657
|
+
"dark": false
|
|
1658
|
+
},
|
|
1659
|
+
"gruvbox-light-medium": {
|
|
1660
|
+
"name": "gruvbox-light-medium",
|
|
1661
|
+
"colors": {
|
|
1662
|
+
"base00": "#fbf1c7",
|
|
1663
|
+
"base01": "#ebdbb2",
|
|
1664
|
+
"base02": "#d5c4a1",
|
|
1665
|
+
"base03": "#bdae93",
|
|
1666
|
+
"base04": "#665c54",
|
|
1667
|
+
"base05": "#504945",
|
|
1668
|
+
"base06": "#3c3836",
|
|
1669
|
+
"base07": "#282828",
|
|
1670
|
+
"base08": "#9d0006",
|
|
1671
|
+
"base09": "#af3a03",
|
|
1672
|
+
"base0A": "#b57614",
|
|
1673
|
+
"base0B": "#79740e",
|
|
1674
|
+
"base0C": "#427b58",
|
|
1675
|
+
"base0D": "#076678",
|
|
1676
|
+
"base0E": "#8f3f71",
|
|
1677
|
+
"base0F": "#d65d0e"
|
|
1678
|
+
},
|
|
1679
|
+
"dark": false
|
|
1680
|
+
},
|
|
1681
|
+
"gruvbox-light-soft": {
|
|
1682
|
+
"name": "gruvbox-light-soft",
|
|
1683
|
+
"colors": {
|
|
1684
|
+
"base00": "#f2e5bc",
|
|
1685
|
+
"base01": "#ebdbb2",
|
|
1686
|
+
"base02": "#d5c4a1",
|
|
1687
|
+
"base03": "#bdae93",
|
|
1688
|
+
"base04": "#665c54",
|
|
1689
|
+
"base05": "#504945",
|
|
1690
|
+
"base06": "#3c3836",
|
|
1691
|
+
"base07": "#282828",
|
|
1692
|
+
"base08": "#9d0006",
|
|
1693
|
+
"base09": "#af3a03",
|
|
1694
|
+
"base0A": "#b57614",
|
|
1695
|
+
"base0B": "#79740e",
|
|
1696
|
+
"base0C": "#427b58",
|
|
1697
|
+
"base0D": "#076678",
|
|
1698
|
+
"base0E": "#8f3f71",
|
|
1699
|
+
"base0F": "#d65d0e"
|
|
1700
|
+
},
|
|
1701
|
+
"dark": false
|
|
1702
|
+
},
|
|
1703
|
+
"hardcore": {
|
|
1704
|
+
"name": "hardcore",
|
|
1705
|
+
"colors": {
|
|
1706
|
+
"base00": "#212121",
|
|
1707
|
+
"base01": "#303030",
|
|
1708
|
+
"base02": "#353535",
|
|
1709
|
+
"base03": "#4A4A4A",
|
|
1710
|
+
"base04": "#707070",
|
|
1711
|
+
"base05": "#cdcdcd",
|
|
1712
|
+
"base06": "#e5e5e5",
|
|
1713
|
+
"base07": "#ffffff",
|
|
1714
|
+
"base08": "#f92672",
|
|
1715
|
+
"base09": "#fd971f",
|
|
1716
|
+
"base0A": "#e6db74",
|
|
1717
|
+
"base0B": "#a6e22e",
|
|
1718
|
+
"base0C": "#708387",
|
|
1719
|
+
"base0D": "#66d9ef",
|
|
1720
|
+
"base0E": "#9e6ffe",
|
|
1721
|
+
"base0F": "#e8b882"
|
|
1722
|
+
},
|
|
1723
|
+
"dark": true
|
|
1724
|
+
},
|
|
1725
|
+
"harmonic16-dark": {
|
|
1726
|
+
"name": "harmonic16-dark",
|
|
1727
|
+
"colors": {
|
|
1728
|
+
"base00": "#0b1c2c",
|
|
1729
|
+
"base01": "#223b54",
|
|
1730
|
+
"base02": "#405c79",
|
|
1731
|
+
"base03": "#627e99",
|
|
1732
|
+
"base04": "#aabcce",
|
|
1733
|
+
"base05": "#cbd6e2",
|
|
1734
|
+
"base06": "#e5ebf1",
|
|
1735
|
+
"base07": "#f7f9fb",
|
|
1736
|
+
"base08": "#bf8b56",
|
|
1737
|
+
"base09": "#bfbf56",
|
|
1738
|
+
"base0A": "#8bbf56",
|
|
1739
|
+
"base0B": "#56bf8b",
|
|
1740
|
+
"base0C": "#568bbf",
|
|
1741
|
+
"base0D": "#8b56bf",
|
|
1742
|
+
"base0E": "#bf568b",
|
|
1743
|
+
"base0F": "#bf5656"
|
|
1744
|
+
},
|
|
1745
|
+
"dark": true
|
|
1746
|
+
},
|
|
1747
|
+
"harmonic16-light": {
|
|
1748
|
+
"name": "harmonic16-light",
|
|
1749
|
+
"colors": {
|
|
1750
|
+
"base00": "#f7f9fb",
|
|
1751
|
+
"base01": "#e5ebf1",
|
|
1752
|
+
"base02": "#cbd6e2",
|
|
1753
|
+
"base03": "#aabcce",
|
|
1754
|
+
"base04": "#627e99",
|
|
1755
|
+
"base05": "#405c79",
|
|
1756
|
+
"base06": "#223b54",
|
|
1757
|
+
"base07": "#0b1c2c",
|
|
1758
|
+
"base08": "#bf8b56",
|
|
1759
|
+
"base09": "#bfbf56",
|
|
1760
|
+
"base0A": "#8bbf56",
|
|
1761
|
+
"base0B": "#56bf8b",
|
|
1762
|
+
"base0C": "#568bbf",
|
|
1763
|
+
"base0D": "#8b56bf",
|
|
1764
|
+
"base0E": "#bf568b",
|
|
1765
|
+
"base0F": "#bf5656"
|
|
1766
|
+
},
|
|
1767
|
+
"dark": false
|
|
1768
|
+
},
|
|
1769
|
+
"helios": {
|
|
1770
|
+
"name": "helios",
|
|
1771
|
+
"colors": {
|
|
1772
|
+
"base00": "#1d2021",
|
|
1773
|
+
"base01": "#383c3e",
|
|
1774
|
+
"base02": "#53585b",
|
|
1775
|
+
"base03": "#6f7579",
|
|
1776
|
+
"base04": "#cdcdcd",
|
|
1777
|
+
"base05": "#d5d5d5",
|
|
1778
|
+
"base06": "#dddddd",
|
|
1779
|
+
"base07": "#e5e5e5",
|
|
1780
|
+
"base08": "#d72638",
|
|
1781
|
+
"base09": "#eb8413",
|
|
1782
|
+
"base0A": "#f19d1a",
|
|
1783
|
+
"base0B": "#88b92d",
|
|
1784
|
+
"base0C": "#1ba595",
|
|
1785
|
+
"base0D": "#1e8bac",
|
|
1786
|
+
"base0E": "#be4264",
|
|
1787
|
+
"base0F": "#c85e0d"
|
|
1788
|
+
},
|
|
1789
|
+
"dark": true
|
|
1790
|
+
},
|
|
1791
|
+
"hopscotch": {
|
|
1792
|
+
"name": "hopscotch",
|
|
1793
|
+
"colors": {
|
|
1794
|
+
"base00": "#322931",
|
|
1795
|
+
"base01": "#433b42",
|
|
1796
|
+
"base02": "#4e454d",
|
|
1797
|
+
"base03": "#797379",
|
|
1798
|
+
"base04": "#989498",
|
|
1799
|
+
"base05": "#b9b5b8",
|
|
1800
|
+
"base06": "#d5d3d5",
|
|
1801
|
+
"base07": "#ffffff",
|
|
1802
|
+
"base08": "#dd464c",
|
|
1803
|
+
"base09": "#fd8b19",
|
|
1804
|
+
"base0A": "#fdcc59",
|
|
1805
|
+
"base0B": "#8fc13e",
|
|
1806
|
+
"base0C": "#149b93",
|
|
1807
|
+
"base0D": "#1290bf",
|
|
1808
|
+
"base0E": "#c85e7c",
|
|
1809
|
+
"base0F": "#b33508"
|
|
1810
|
+
},
|
|
1811
|
+
"dark": true
|
|
1812
|
+
},
|
|
1813
|
+
"horizon-dark": {
|
|
1814
|
+
"name": "horizon-dark",
|
|
1815
|
+
"colors": {
|
|
1816
|
+
"base00": "#1C1E26",
|
|
1817
|
+
"base01": "#232530",
|
|
1818
|
+
"base02": "#2E303E",
|
|
1819
|
+
"base03": "#6F6F70",
|
|
1820
|
+
"base04": "#9DA0A2",
|
|
1821
|
+
"base05": "#CBCED0",
|
|
1822
|
+
"base06": "#DCDFE4",
|
|
1823
|
+
"base07": "#E3E6EE",
|
|
1824
|
+
"base08": "#E95678",
|
|
1825
|
+
"base09": "#FAB795",
|
|
1826
|
+
"base0A": "#FAC29A",
|
|
1827
|
+
"base0B": "#29D398",
|
|
1828
|
+
"base0C": "#59E1E3",
|
|
1829
|
+
"base0D": "#26BBD9",
|
|
1830
|
+
"base0E": "#EE64AC",
|
|
1831
|
+
"base0F": "#F09383"
|
|
1832
|
+
},
|
|
1833
|
+
"dark": true
|
|
1834
|
+
},
|
|
1835
|
+
"horizon-light": {
|
|
1836
|
+
"name": "horizon-light",
|
|
1837
|
+
"colors": {
|
|
1838
|
+
"base00": "#FDF0ED",
|
|
1839
|
+
"base01": "#FADAD1",
|
|
1840
|
+
"base02": "#F9CBBE",
|
|
1841
|
+
"base03": "#BDB3B1",
|
|
1842
|
+
"base04": "#948C8A",
|
|
1843
|
+
"base05": "#403C3D",
|
|
1844
|
+
"base06": "#302C2D",
|
|
1845
|
+
"base07": "#201C1D",
|
|
1846
|
+
"base08": "#E95678",
|
|
1847
|
+
"base09": "#ff7c5a",
|
|
1848
|
+
"base0A": "#f15326",
|
|
1849
|
+
"base0B": "#29D398",
|
|
1850
|
+
"base0C": "#59E1E3",
|
|
1851
|
+
"base0D": "#26BBD9",
|
|
1852
|
+
"base0E": "#EE64AC",
|
|
1853
|
+
"base0F": "#ab2904"
|
|
1854
|
+
},
|
|
1855
|
+
"dark": false
|
|
1856
|
+
},
|
|
1857
|
+
"humanoid-dark": {
|
|
1858
|
+
"name": "humanoid-dark",
|
|
1859
|
+
"colors": {
|
|
1860
|
+
"base00": "#232629",
|
|
1861
|
+
"base01": "#333b3d",
|
|
1862
|
+
"base02": "#484e54",
|
|
1863
|
+
"base03": "#60615d",
|
|
1864
|
+
"base04": "#c0c0bd",
|
|
1865
|
+
"base05": "#f8f8f2",
|
|
1866
|
+
"base06": "#fcfcf6",
|
|
1867
|
+
"base07": "#fcfcfc",
|
|
1868
|
+
"base08": "#f11235",
|
|
1869
|
+
"base09": "#ff9505",
|
|
1870
|
+
"base0A": "#ffb627",
|
|
1871
|
+
"base0B": "#02d849",
|
|
1872
|
+
"base0C": "#0dd9d6",
|
|
1873
|
+
"base0D": "#00a6fb",
|
|
1874
|
+
"base0E": "#f15ee3",
|
|
1875
|
+
"base0F": "#b27701"
|
|
1876
|
+
},
|
|
1877
|
+
"dark": true
|
|
1878
|
+
},
|
|
1879
|
+
"humanoid-light": {
|
|
1880
|
+
"name": "humanoid-light",
|
|
1881
|
+
"colors": {
|
|
1882
|
+
"base00": "#f8f8f2",
|
|
1883
|
+
"base01": "#efefe9",
|
|
1884
|
+
"base02": "#deded8",
|
|
1885
|
+
"base03": "#c0c0bd",
|
|
1886
|
+
"base04": "#60615d",
|
|
1887
|
+
"base05": "#232629",
|
|
1888
|
+
"base06": "#2f3337",
|
|
1889
|
+
"base07": "#070708",
|
|
1890
|
+
"base08": "#b0151a",
|
|
1891
|
+
"base09": "#ff3d00",
|
|
1892
|
+
"base0A": "#ffb627",
|
|
1893
|
+
"base0B": "#388e3c",
|
|
1894
|
+
"base0C": "#008e8e",
|
|
1895
|
+
"base0D": "#0082c9",
|
|
1896
|
+
"base0E": "#700f98",
|
|
1897
|
+
"base0F": "#b27701"
|
|
1898
|
+
},
|
|
1899
|
+
"dark": false
|
|
1900
|
+
},
|
|
1901
|
+
"icy-dark": {
|
|
1902
|
+
"name": "icy-dark",
|
|
1903
|
+
"colors": {
|
|
1904
|
+
"base00": "#021012",
|
|
1905
|
+
"base01": "#031619",
|
|
1906
|
+
"base02": "#041f23",
|
|
1907
|
+
"base03": "#052e34",
|
|
1908
|
+
"base04": "#064048",
|
|
1909
|
+
"base05": "#095b67",
|
|
1910
|
+
"base06": "#0c7c8c",
|
|
1911
|
+
"base07": "#109cb0",
|
|
1912
|
+
"base08": "#16c1d9",
|
|
1913
|
+
"base09": "#b3ebf2",
|
|
1914
|
+
"base0A": "#80deea",
|
|
1915
|
+
"base0B": "#4dd0e1",
|
|
1916
|
+
"base0C": "#26c6da",
|
|
1917
|
+
"base0D": "#00bcd4",
|
|
1918
|
+
"base0E": "#00acc1",
|
|
1919
|
+
"base0F": "#0097a7"
|
|
1920
|
+
},
|
|
1921
|
+
"dark": true
|
|
1922
|
+
},
|
|
1923
|
+
"ir-black": {
|
|
1924
|
+
"name": "ir-black",
|
|
1925
|
+
"colors": {
|
|
1926
|
+
"base00": "#000000",
|
|
1927
|
+
"base01": "#242422",
|
|
1928
|
+
"base02": "#484844",
|
|
1929
|
+
"base03": "#6c6c66",
|
|
1930
|
+
"base04": "#918f88",
|
|
1931
|
+
"base05": "#b5b3aa",
|
|
1932
|
+
"base06": "#d9d7cc",
|
|
1933
|
+
"base07": "#fdfbee",
|
|
1934
|
+
"base08": "#ff6c60",
|
|
1935
|
+
"base09": "#e9c062",
|
|
1936
|
+
"base0A": "#ffffb6",
|
|
1937
|
+
"base0B": "#a8ff60",
|
|
1938
|
+
"base0C": "#c6c5fe",
|
|
1939
|
+
"base0D": "#96cbfe",
|
|
1940
|
+
"base0E": "#ff73fd",
|
|
1941
|
+
"base0F": "#b18a3d"
|
|
1942
|
+
},
|
|
1943
|
+
"dark": true
|
|
1944
|
+
},
|
|
1945
|
+
"isotope": {
|
|
1946
|
+
"name": "isotope",
|
|
1947
|
+
"colors": {
|
|
1948
|
+
"base00": "#000000",
|
|
1949
|
+
"base01": "#404040",
|
|
1950
|
+
"base02": "#606060",
|
|
1951
|
+
"base03": "#808080",
|
|
1952
|
+
"base04": "#c0c0c0",
|
|
1953
|
+
"base05": "#d0d0d0",
|
|
1954
|
+
"base06": "#e0e0e0",
|
|
1955
|
+
"base07": "#ffffff",
|
|
1956
|
+
"base08": "#ff0000",
|
|
1957
|
+
"base09": "#ff9900",
|
|
1958
|
+
"base0A": "#ff0099",
|
|
1959
|
+
"base0B": "#33ff00",
|
|
1960
|
+
"base0C": "#00ffff",
|
|
1961
|
+
"base0D": "#0066ff",
|
|
1962
|
+
"base0E": "#cc00ff",
|
|
1963
|
+
"base0F": "#3300ff"
|
|
1964
|
+
},
|
|
1965
|
+
"dark": true
|
|
1966
|
+
},
|
|
1967
|
+
"kimber": {
|
|
1968
|
+
"name": "kimber",
|
|
1969
|
+
"colors": {
|
|
1970
|
+
"base00": "#222222",
|
|
1971
|
+
"base01": "#313131",
|
|
1972
|
+
"base02": "#454845",
|
|
1973
|
+
"base03": "#644646",
|
|
1974
|
+
"base04": "#5A5A5A",
|
|
1975
|
+
"base05": "#DEDEE7",
|
|
1976
|
+
"base06": "#C3C3B4",
|
|
1977
|
+
"base07": "#FFFFE6",
|
|
1978
|
+
"base08": "#C88C8C",
|
|
1979
|
+
"base09": "#476C88",
|
|
1980
|
+
"base0A": "#D8B56D",
|
|
1981
|
+
"base0B": "#99C899",
|
|
1982
|
+
"base0C": "#78B4B4",
|
|
1983
|
+
"base0D": "#537C9C",
|
|
1984
|
+
"base0E": "#86CACD",
|
|
1985
|
+
"base0F": "#704F4F"
|
|
1986
|
+
},
|
|
1987
|
+
"dark": true
|
|
1988
|
+
},
|
|
1989
|
+
"macintosh": {
|
|
1990
|
+
"name": "macintosh",
|
|
1991
|
+
"colors": {
|
|
1992
|
+
"base00": "#000000",
|
|
1993
|
+
"base01": "#404040",
|
|
1994
|
+
"base02": "#404040",
|
|
1995
|
+
"base03": "#808080",
|
|
1996
|
+
"base04": "#808080",
|
|
1997
|
+
"base05": "#c0c0c0",
|
|
1998
|
+
"base06": "#c0c0c0",
|
|
1999
|
+
"base07": "#ffffff",
|
|
2000
|
+
"base08": "#dd0907",
|
|
2001
|
+
"base09": "#ff6403",
|
|
2002
|
+
"base0A": "#fbf305",
|
|
2003
|
+
"base0B": "#1fb714",
|
|
2004
|
+
"base0C": "#02abea",
|
|
2005
|
+
"base0D": "#0000d3",
|
|
2006
|
+
"base0E": "#4700a5",
|
|
2007
|
+
"base0F": "#90713a"
|
|
2008
|
+
},
|
|
2009
|
+
"dark": true
|
|
2010
|
+
},
|
|
2011
|
+
"marrakesh": {
|
|
2012
|
+
"name": "marrakesh",
|
|
2013
|
+
"colors": {
|
|
2014
|
+
"base00": "#201602",
|
|
2015
|
+
"base01": "#302e00",
|
|
2016
|
+
"base02": "#3e3b09",
|
|
2017
|
+
"base03": "#6c6823",
|
|
2018
|
+
"base04": "#86813b",
|
|
2019
|
+
"base05": "#948e48",
|
|
2020
|
+
"base06": "#ccc37a",
|
|
2021
|
+
"base07": "#faf0a5",
|
|
2022
|
+
"base08": "#c35359",
|
|
2023
|
+
"base09": "#b36144",
|
|
2024
|
+
"base0A": "#a88339",
|
|
2025
|
+
"base0B": "#18974e",
|
|
2026
|
+
"base0C": "#75a738",
|
|
2027
|
+
"base0D": "#477ca1",
|
|
2028
|
+
"base0E": "#8868b3",
|
|
2029
|
+
"base0F": "#b3588e"
|
|
2030
|
+
},
|
|
2031
|
+
"dark": true
|
|
2032
|
+
},
|
|
2033
|
+
"materia": {
|
|
2034
|
+
"name": "materia",
|
|
2035
|
+
"colors": {
|
|
2036
|
+
"base00": "#263238",
|
|
2037
|
+
"base01": "#2C393F",
|
|
2038
|
+
"base02": "#37474F",
|
|
2039
|
+
"base03": "#707880",
|
|
2040
|
+
"base04": "#C9CCD3",
|
|
2041
|
+
"base05": "#CDD3DE",
|
|
2042
|
+
"base06": "#D5DBE5",
|
|
2043
|
+
"base07": "#FFFFFF",
|
|
2044
|
+
"base08": "#EC5F67",
|
|
2045
|
+
"base09": "#EA9560",
|
|
2046
|
+
"base0A": "#FFCC00",
|
|
2047
|
+
"base0B": "#8BD649",
|
|
2048
|
+
"base0C": "#80CBC4",
|
|
2049
|
+
"base0D": "#89DDFF",
|
|
2050
|
+
"base0E": "#82AAFF",
|
|
2051
|
+
"base0F": "#EC5F67"
|
|
2052
|
+
},
|
|
2053
|
+
"dark": true
|
|
2054
|
+
},
|
|
2055
|
+
"material-darker": {
|
|
2056
|
+
"name": "material-darker",
|
|
2057
|
+
"colors": {
|
|
2058
|
+
"base00": "#212121",
|
|
2059
|
+
"base01": "#303030",
|
|
2060
|
+
"base02": "#353535",
|
|
2061
|
+
"base03": "#4A4A4A",
|
|
2062
|
+
"base04": "#B2CCD6",
|
|
2063
|
+
"base05": "#EEFFFF",
|
|
2064
|
+
"base06": "#EEFFFF",
|
|
2065
|
+
"base07": "#FFFFFF",
|
|
2066
|
+
"base08": "#F07178",
|
|
2067
|
+
"base09": "#F78C6C",
|
|
2068
|
+
"base0A": "#FFCB6B",
|
|
2069
|
+
"base0B": "#C3E88D",
|
|
2070
|
+
"base0C": "#89DDFF",
|
|
2071
|
+
"base0D": "#82AAFF",
|
|
2072
|
+
"base0E": "#C792EA",
|
|
2073
|
+
"base0F": "#FF5370"
|
|
2074
|
+
},
|
|
2075
|
+
"dark": true
|
|
2076
|
+
},
|
|
2077
|
+
"material-lighter": {
|
|
2078
|
+
"name": "material-lighter",
|
|
2079
|
+
"colors": {
|
|
2080
|
+
"base00": "#f3fcfb",
|
|
2081
|
+
"base01": "#dcf2f0",
|
|
2082
|
+
"base02": "#94ece3",
|
|
2083
|
+
"base03": "#4abcb0",
|
|
2084
|
+
"base04": "#1aae9f",
|
|
2085
|
+
"base05": "#129c8f",
|
|
2086
|
+
"base06": "#018175",
|
|
2087
|
+
"base07": "#004b44",
|
|
2088
|
+
"base08": "#FF5370",
|
|
2089
|
+
"base09": "#F76D47",
|
|
2090
|
+
"base0A": "#FFB62C",
|
|
2091
|
+
"base0B": "#91B859",
|
|
2092
|
+
"base0C": "#39ADB5",
|
|
2093
|
+
"base0D": "#6182B8",
|
|
2094
|
+
"base0E": "#7C4DFF",
|
|
2095
|
+
"base0F": "#E53935"
|
|
2096
|
+
},
|
|
2097
|
+
"dark": false
|
|
2098
|
+
},
|
|
2099
|
+
"material-palenight": {
|
|
2100
|
+
"name": "material-palenight",
|
|
2101
|
+
"colors": {
|
|
2102
|
+
"base00": "#292D3E",
|
|
2103
|
+
"base01": "#444267",
|
|
2104
|
+
"base02": "#51556a",
|
|
2105
|
+
"base03": "#676E95",
|
|
2106
|
+
"base04": "#8796B0",
|
|
2107
|
+
"base05": "#959DCB",
|
|
2108
|
+
"base06": "#959DCB",
|
|
2109
|
+
"base07": "#FFFFFF",
|
|
2110
|
+
"base08": "#F07178",
|
|
2111
|
+
"base09": "#F78C6C",
|
|
2112
|
+
"base0A": "#FFCB6B",
|
|
2113
|
+
"base0B": "#C3E88D",
|
|
2114
|
+
"base0C": "#89DDFF",
|
|
2115
|
+
"base0D": "#82AAFF",
|
|
2116
|
+
"base0E": "#C792EA",
|
|
2117
|
+
"base0F": "#FF5370"
|
|
2118
|
+
},
|
|
2119
|
+
"dark": true
|
|
2120
|
+
},
|
|
2121
|
+
"material-vivid": {
|
|
2122
|
+
"name": "material-vivid",
|
|
2123
|
+
"colors": {
|
|
2124
|
+
"base00": "#202124",
|
|
2125
|
+
"base01": "#27292c",
|
|
2126
|
+
"base02": "#323639",
|
|
2127
|
+
"base03": "#44464d",
|
|
2128
|
+
"base04": "#676c71",
|
|
2129
|
+
"base05": "#80868b",
|
|
2130
|
+
"base06": "#9e9e9e",
|
|
2131
|
+
"base07": "#ffffff",
|
|
2132
|
+
"base08": "#f44336",
|
|
2133
|
+
"base09": "#ff9800",
|
|
2134
|
+
"base0A": "#ffeb3b",
|
|
2135
|
+
"base0B": "#00e676",
|
|
2136
|
+
"base0C": "#00bcd4",
|
|
2137
|
+
"base0D": "#2196f3",
|
|
2138
|
+
"base0E": "#673ab7",
|
|
2139
|
+
"base0F": "#8d6e63"
|
|
2140
|
+
},
|
|
2141
|
+
"dark": true
|
|
2142
|
+
},
|
|
2143
|
+
"material": {
|
|
2144
|
+
"name": "material",
|
|
2145
|
+
"colors": {
|
|
2146
|
+
"base00": "#263238",
|
|
2147
|
+
"base01": "#2E3C43",
|
|
2148
|
+
"base02": "#314549",
|
|
2149
|
+
"base03": "#546E7A",
|
|
2150
|
+
"base04": "#B2CCD6",
|
|
2151
|
+
"base05": "#EEFFFF",
|
|
2152
|
+
"base06": "#EEFFFF",
|
|
2153
|
+
"base07": "#FFFFFF",
|
|
2154
|
+
"base08": "#F07178",
|
|
2155
|
+
"base09": "#F78C6C",
|
|
2156
|
+
"base0A": "#FFCB6B",
|
|
2157
|
+
"base0B": "#C3E88D",
|
|
2158
|
+
"base0C": "#89DDFF",
|
|
2159
|
+
"base0D": "#82AAFF",
|
|
2160
|
+
"base0E": "#C792EA",
|
|
2161
|
+
"base0F": "#FF5370"
|
|
2162
|
+
},
|
|
2163
|
+
"dark": true
|
|
2164
|
+
},
|
|
2165
|
+
"mexico-light": {
|
|
2166
|
+
"name": "mexico-light",
|
|
2167
|
+
"colors": {
|
|
2168
|
+
"base00": "#f8f8f8",
|
|
2169
|
+
"base01": "#e8e8e8",
|
|
2170
|
+
"base02": "#d8d8d8",
|
|
2171
|
+
"base03": "#b8b8b8",
|
|
2172
|
+
"base04": "#585858",
|
|
2173
|
+
"base05": "#383838",
|
|
2174
|
+
"base06": "#282828",
|
|
2175
|
+
"base07": "#181818",
|
|
2176
|
+
"base08": "#ab4642",
|
|
2177
|
+
"base09": "#dc9656",
|
|
2178
|
+
"base0A": "#f79a0e",
|
|
2179
|
+
"base0B": "#538947",
|
|
2180
|
+
"base0C": "#4b8093",
|
|
2181
|
+
"base0D": "#7cafc2",
|
|
2182
|
+
"base0E": "#96609e",
|
|
2183
|
+
"base0F": "#a16946"
|
|
2184
|
+
},
|
|
2185
|
+
"dark": false
|
|
2186
|
+
},
|
|
2187
|
+
"mocha": {
|
|
2188
|
+
"name": "mocha",
|
|
2189
|
+
"colors": {
|
|
2190
|
+
"base00": "#3B3228",
|
|
2191
|
+
"base01": "#534636",
|
|
2192
|
+
"base02": "#645240",
|
|
2193
|
+
"base03": "#7e705a",
|
|
2194
|
+
"base04": "#b8afad",
|
|
2195
|
+
"base05": "#d0c8c6",
|
|
2196
|
+
"base06": "#e9e1dd",
|
|
2197
|
+
"base07": "#f5eeeb",
|
|
2198
|
+
"base08": "#cb6077",
|
|
2199
|
+
"base09": "#d28b71",
|
|
2200
|
+
"base0A": "#f4bc87",
|
|
2201
|
+
"base0B": "#beb55b",
|
|
2202
|
+
"base0C": "#7bbda4",
|
|
2203
|
+
"base0D": "#8ab3b5",
|
|
2204
|
+
"base0E": "#a89bb9",
|
|
2205
|
+
"base0F": "#bb9584"
|
|
2206
|
+
},
|
|
2207
|
+
"dark": true
|
|
2208
|
+
},
|
|
2209
|
+
"monokai": {
|
|
2210
|
+
"name": "monokai",
|
|
2211
|
+
"colors": {
|
|
2212
|
+
"base00": "#272822",
|
|
2213
|
+
"base01": "#383830",
|
|
2214
|
+
"base02": "#49483e",
|
|
2215
|
+
"base03": "#75715e",
|
|
2216
|
+
"base04": "#a59f85",
|
|
2217
|
+
"base05": "#f8f8f2",
|
|
2218
|
+
"base06": "#f5f4f1",
|
|
2219
|
+
"base07": "#f9f8f5",
|
|
2220
|
+
"base08": "#f92672",
|
|
2221
|
+
"base09": "#fd971f",
|
|
2222
|
+
"base0A": "#f4bf75",
|
|
2223
|
+
"base0B": "#a6e22e",
|
|
2224
|
+
"base0C": "#a1efe4",
|
|
2225
|
+
"base0D": "#66d9ef",
|
|
2226
|
+
"base0E": "#ae81ff",
|
|
2227
|
+
"base0F": "#cc6633"
|
|
2228
|
+
},
|
|
2229
|
+
"dark": true
|
|
2230
|
+
},
|
|
2231
|
+
"nebula": {
|
|
2232
|
+
"name": "nebula",
|
|
2233
|
+
"colors": {
|
|
2234
|
+
"base00": "#22273b",
|
|
2235
|
+
"base01": "#414f60",
|
|
2236
|
+
"base02": "#2e4846",
|
|
2237
|
+
"base03": "#6e6f72",
|
|
2238
|
+
"base04": "#87888b",
|
|
2239
|
+
"base05": "#a4a6a9",
|
|
2240
|
+
"base06": "#c7c9cd",
|
|
2241
|
+
"base07": "#8dbdaa",
|
|
2242
|
+
"base08": "#777abc",
|
|
2243
|
+
"base09": "#94929e",
|
|
2244
|
+
"base0A": "#4f9062",
|
|
2245
|
+
"base0B": "#6562a8",
|
|
2246
|
+
"base0C": "#226f68",
|
|
2247
|
+
"base0D": "#4d6bb6",
|
|
2248
|
+
"base0E": "#716cae",
|
|
2249
|
+
"base0F": "#8c70a7"
|
|
2250
|
+
},
|
|
2251
|
+
"dark": true
|
|
2252
|
+
},
|
|
2253
|
+
"nord": {
|
|
2254
|
+
"name": "nord",
|
|
2255
|
+
"colors": {
|
|
2256
|
+
"base00": "#2E3440",
|
|
2257
|
+
"base01": "#3B4252",
|
|
2258
|
+
"base02": "#434C5E",
|
|
2259
|
+
"base03": "#4C566A",
|
|
2260
|
+
"base04": "#D8DEE9",
|
|
2261
|
+
"base05": "#E5E9F0",
|
|
2262
|
+
"base06": "#ECEFF4",
|
|
2263
|
+
"base07": "#8FBCBB",
|
|
2264
|
+
"base08": "#88C0D0",
|
|
2265
|
+
"base09": "#81A1C1",
|
|
2266
|
+
"base0A": "#5E81AC",
|
|
2267
|
+
"base0B": "#BF616A",
|
|
2268
|
+
"base0C": "#D08770",
|
|
2269
|
+
"base0D": "#EBCB8B",
|
|
2270
|
+
"base0E": "#A3BE8C",
|
|
2271
|
+
"base0F": "#B48EAD"
|
|
2272
|
+
},
|
|
2273
|
+
"dark": true
|
|
2274
|
+
},
|
|
2275
|
+
"nova": {
|
|
2276
|
+
"name": "nova",
|
|
2277
|
+
"colors": {
|
|
2278
|
+
"base00": "#3C4C55",
|
|
2279
|
+
"base01": "#556873",
|
|
2280
|
+
"base02": "#6A7D89",
|
|
2281
|
+
"base03": "#899BA6",
|
|
2282
|
+
"base04": "#899BA6",
|
|
2283
|
+
"base05": "#C5D4DD",
|
|
2284
|
+
"base06": "#899BA6",
|
|
2285
|
+
"base07": "#556873",
|
|
2286
|
+
"base08": "#83AFE5",
|
|
2287
|
+
"base09": "#7FC1CA",
|
|
2288
|
+
"base0A": "#A8CE93",
|
|
2289
|
+
"base0B": "#7FC1CA",
|
|
2290
|
+
"base0C": "#F2C38F",
|
|
2291
|
+
"base0D": "#83AFE5",
|
|
2292
|
+
"base0E": "#9A93E1",
|
|
2293
|
+
"base0F": "#F2C38F"
|
|
2294
|
+
},
|
|
2295
|
+
"dark": true
|
|
2296
|
+
},
|
|
2297
|
+
"ocean": {
|
|
2298
|
+
"name": "ocean",
|
|
2299
|
+
"colors": {
|
|
2300
|
+
"base00": "#2b303b",
|
|
2301
|
+
"base01": "#343d46",
|
|
2302
|
+
"base02": "#4f5b66",
|
|
2303
|
+
"base03": "#65737e",
|
|
2304
|
+
"base04": "#a7adba",
|
|
2305
|
+
"base05": "#c0c5ce",
|
|
2306
|
+
"base06": "#dfe1e8",
|
|
2307
|
+
"base07": "#eff1f5",
|
|
2308
|
+
"base08": "#bf616a",
|
|
2309
|
+
"base09": "#d08770",
|
|
2310
|
+
"base0A": "#ebcb8b",
|
|
2311
|
+
"base0B": "#a3be8c",
|
|
2312
|
+
"base0C": "#96b5b4",
|
|
2313
|
+
"base0D": "#8fa1b3",
|
|
2314
|
+
"base0E": "#b48ead",
|
|
2315
|
+
"base0F": "#ab7967"
|
|
2316
|
+
},
|
|
2317
|
+
"dark": true
|
|
2318
|
+
},
|
|
2319
|
+
"oceanicnext": {
|
|
2320
|
+
"name": "海洋之心",
|
|
2321
|
+
"colors": {
|
|
2322
|
+
"base00": "#1B2B34",
|
|
2323
|
+
"base01": "#343D46",
|
|
2324
|
+
"base02": "#4F5B66",
|
|
2325
|
+
"base03": "#65737E",
|
|
2326
|
+
"base04": "#A7ADBA",
|
|
2327
|
+
"base05": "#C0C5CE",
|
|
2328
|
+
"base06": "#CDD3DE",
|
|
2329
|
+
"base07": "#D8DEE9",
|
|
2330
|
+
"base08": "#EC5f67",
|
|
2331
|
+
"base09": "#F99157",
|
|
2332
|
+
"base0A": "#FAC863",
|
|
2333
|
+
"base0B": "#99C794",
|
|
2334
|
+
"base0C": "#5FB3B3",
|
|
2335
|
+
"base0D": "#6699CC",
|
|
2336
|
+
"base0E": "#C594C5",
|
|
2337
|
+
"base0F": "#AB7967"
|
|
2338
|
+
},
|
|
2339
|
+
"dark": true
|
|
2340
|
+
},
|
|
2341
|
+
"one-light": {
|
|
2342
|
+
"name": "one-light",
|
|
2343
|
+
"colors": {
|
|
2344
|
+
"base00": "#fafafa",
|
|
2345
|
+
"base01": "#f0f0f1",
|
|
2346
|
+
"base02": "#e5e5e6",
|
|
2347
|
+
"base03": "#a0a1a7",
|
|
2348
|
+
"base04": "#696c77",
|
|
2349
|
+
"base05": "#383a42",
|
|
2350
|
+
"base06": "#202227",
|
|
2351
|
+
"base07": "#090a0b",
|
|
2352
|
+
"base08": "#ca1243",
|
|
2353
|
+
"base09": "#d75f00",
|
|
2354
|
+
"base0A": "#c18401",
|
|
2355
|
+
"base0B": "#50a14f",
|
|
2356
|
+
"base0C": "#0184bc",
|
|
2357
|
+
"base0D": "#4078f2",
|
|
2358
|
+
"base0E": "#a626a4",
|
|
2359
|
+
"base0F": "#986801"
|
|
2360
|
+
},
|
|
2361
|
+
"dark": false
|
|
2362
|
+
},
|
|
2363
|
+
"onedark": {
|
|
2364
|
+
"name": "one-dark",
|
|
2365
|
+
"colors": {
|
|
2366
|
+
"base00": "#282c34",
|
|
2367
|
+
"base01": "#353b45",
|
|
2368
|
+
"base02": "#3e4451",
|
|
2369
|
+
"base03": "#545862",
|
|
2370
|
+
"base04": "#565c64",
|
|
2371
|
+
"base05": "#abb2bf",
|
|
2372
|
+
"base06": "#b6bdca",
|
|
2373
|
+
"base07": "#c8ccd4",
|
|
2374
|
+
"base08": "#e06c75",
|
|
2375
|
+
"base09": "#d19a66",
|
|
2376
|
+
"base0A": "#e5c07b",
|
|
2377
|
+
"base0B": "#98c379",
|
|
2378
|
+
"base0C": "#56b6c2",
|
|
2379
|
+
"base0D": "#61afef",
|
|
2380
|
+
"base0E": "#c678dd",
|
|
2381
|
+
"base0F": "#be5046"
|
|
2382
|
+
},
|
|
2383
|
+
"dark": true
|
|
2384
|
+
},
|
|
2385
|
+
"outrun-dark": {
|
|
2386
|
+
"name": "outrun-dark",
|
|
2387
|
+
"colors": {
|
|
2388
|
+
"base00": "#00002A",
|
|
2389
|
+
"base01": "#20204A",
|
|
2390
|
+
"base02": "#30305A",
|
|
2391
|
+
"base03": "#50507A",
|
|
2392
|
+
"base04": "#B0B0DA",
|
|
2393
|
+
"base05": "#D0D0FA",
|
|
2394
|
+
"base06": "#E0E0FF",
|
|
2395
|
+
"base07": "#F5F5FF",
|
|
2396
|
+
"base08": "#FF4242",
|
|
2397
|
+
"base09": "#FC8D28",
|
|
2398
|
+
"base0A": "#F3E877",
|
|
2399
|
+
"base0B": "#59F176",
|
|
2400
|
+
"base0C": "#0EF0F0",
|
|
2401
|
+
"base0D": "#66B0FF",
|
|
2402
|
+
"base0E": "#F10596",
|
|
2403
|
+
"base0F": "#F003EF"
|
|
2404
|
+
},
|
|
2405
|
+
"dark": true
|
|
2406
|
+
},
|
|
2407
|
+
"paraiso": {
|
|
2408
|
+
"name": "paraiso",
|
|
2409
|
+
"colors": {
|
|
2410
|
+
"base00": "#2f1e2e",
|
|
2411
|
+
"base01": "#41323f",
|
|
2412
|
+
"base02": "#4f424c",
|
|
2413
|
+
"base03": "#776e71",
|
|
2414
|
+
"base04": "#8d8687",
|
|
2415
|
+
"base05": "#a39e9b",
|
|
2416
|
+
"base06": "#b9b6b0",
|
|
2417
|
+
"base07": "#e7e9db",
|
|
2418
|
+
"base08": "#ef6155",
|
|
2419
|
+
"base09": "#f99b15",
|
|
2420
|
+
"base0A": "#fec418",
|
|
2421
|
+
"base0B": "#48b685",
|
|
2422
|
+
"base0C": "#5bc4bf",
|
|
2423
|
+
"base0D": "#06b6ef",
|
|
2424
|
+
"base0E": "#815ba4",
|
|
2425
|
+
"base0F": "#e96ba8"
|
|
2426
|
+
},
|
|
2427
|
+
"dark": true
|
|
2428
|
+
},
|
|
2429
|
+
"pasque": {
|
|
2430
|
+
"name": "pasque",
|
|
2431
|
+
"colors": {
|
|
2432
|
+
"base00": "#271C3A",
|
|
2433
|
+
"base01": "#100323",
|
|
2434
|
+
"base02": "#3E2D5C",
|
|
2435
|
+
"base03": "#5D5766",
|
|
2436
|
+
"base04": "#BEBCBF",
|
|
2437
|
+
"base05": "#DEDCDF",
|
|
2438
|
+
"base06": "#EDEAEF",
|
|
2439
|
+
"base07": "#BBAADD",
|
|
2440
|
+
"base08": "#A92258",
|
|
2441
|
+
"base09": "#918889",
|
|
2442
|
+
"base0A": "#804ead",
|
|
2443
|
+
"base0B": "#C6914B",
|
|
2444
|
+
"base0C": "#7263AA",
|
|
2445
|
+
"base0D": "#8E7DC6",
|
|
2446
|
+
"base0E": "#953B9D",
|
|
2447
|
+
"base0F": "#59325C"
|
|
2448
|
+
},
|
|
2449
|
+
"dark": true
|
|
2450
|
+
},
|
|
2451
|
+
"phd": {
|
|
2452
|
+
"name": "phd",
|
|
2453
|
+
"colors": {
|
|
2454
|
+
"base00": "#061229",
|
|
2455
|
+
"base01": "#2a3448",
|
|
2456
|
+
"base02": "#4d5666",
|
|
2457
|
+
"base03": "#717885",
|
|
2458
|
+
"base04": "#9a99a3",
|
|
2459
|
+
"base05": "#b8bbc2",
|
|
2460
|
+
"base06": "#dbdde0",
|
|
2461
|
+
"base07": "#ffffff",
|
|
2462
|
+
"base08": "#d07346",
|
|
2463
|
+
"base09": "#f0a000",
|
|
2464
|
+
"base0A": "#fbd461",
|
|
2465
|
+
"base0B": "#99bf52",
|
|
2466
|
+
"base0C": "#72b9bf",
|
|
2467
|
+
"base0D": "#5299bf",
|
|
2468
|
+
"base0E": "#9989cc",
|
|
2469
|
+
"base0F": "#b08060"
|
|
2470
|
+
},
|
|
2471
|
+
"dark": true
|
|
2472
|
+
},
|
|
2473
|
+
"pinky": {
|
|
2474
|
+
"name": "pinky",
|
|
2475
|
+
"colors": {
|
|
2476
|
+
"base00": "#171517",
|
|
2477
|
+
"base01": "#1b181b",
|
|
2478
|
+
"base02": "#3e353e",
|
|
2479
|
+
"base03": "#383338",
|
|
2480
|
+
"base04": "#e7dbdb",
|
|
2481
|
+
"base05": "#f5f5f5",
|
|
2482
|
+
"base06": "#ffffff",
|
|
2483
|
+
"base07": "#f7f3f7",
|
|
2484
|
+
"base08": "#ffa600",
|
|
2485
|
+
"base09": "#00ff66",
|
|
2486
|
+
"base0A": "#20df6c",
|
|
2487
|
+
"base0B": "#ff0066",
|
|
2488
|
+
"base0C": "#6600ff",
|
|
2489
|
+
"base0D": "#00ffff",
|
|
2490
|
+
"base0E": "#007fff",
|
|
2491
|
+
"base0F": "#df206c"
|
|
2492
|
+
},
|
|
2493
|
+
"dark": true
|
|
2494
|
+
},
|
|
2495
|
+
"pop": {
|
|
2496
|
+
"name": "pop",
|
|
2497
|
+
"colors": {
|
|
2498
|
+
"base00": "#000000",
|
|
2499
|
+
"base01": "#202020",
|
|
2500
|
+
"base02": "#303030",
|
|
2501
|
+
"base03": "#505050",
|
|
2502
|
+
"base04": "#b0b0b0",
|
|
2503
|
+
"base05": "#d0d0d0",
|
|
2504
|
+
"base06": "#e0e0e0",
|
|
2505
|
+
"base07": "#ffffff",
|
|
2506
|
+
"base08": "#eb008a",
|
|
2507
|
+
"base09": "#f29333",
|
|
2508
|
+
"base0A": "#f8ca12",
|
|
2509
|
+
"base0B": "#37b349",
|
|
2510
|
+
"base0C": "#00aabb",
|
|
2511
|
+
"base0D": "#0e5a94",
|
|
2512
|
+
"base0E": "#b31e8d",
|
|
2513
|
+
"base0F": "#7a2d00"
|
|
2514
|
+
},
|
|
2515
|
+
"dark": true
|
|
2516
|
+
},
|
|
2517
|
+
"porple": {
|
|
2518
|
+
"name": "porple",
|
|
2519
|
+
"colors": {
|
|
2520
|
+
"base00": "#292c36",
|
|
2521
|
+
"base01": "#333344",
|
|
2522
|
+
"base02": "#474160",
|
|
2523
|
+
"base03": "#65568a",
|
|
2524
|
+
"base04": "#b8b8b8",
|
|
2525
|
+
"base05": "#d8d8d8",
|
|
2526
|
+
"base06": "#e8e8e8",
|
|
2527
|
+
"base07": "#f8f8f8",
|
|
2528
|
+
"base08": "#f84547",
|
|
2529
|
+
"base09": "#d28e5d",
|
|
2530
|
+
"base0A": "#efa16b",
|
|
2531
|
+
"base0B": "#95c76f",
|
|
2532
|
+
"base0C": "#64878f",
|
|
2533
|
+
"base0D": "#8485ce",
|
|
2534
|
+
"base0E": "#b74989",
|
|
2535
|
+
"base0F": "#986841"
|
|
2536
|
+
},
|
|
2537
|
+
"dark": true
|
|
2538
|
+
},
|
|
2539
|
+
"primer-dark-colorblind": {
|
|
2540
|
+
"name": "primer-dark-colorblind",
|
|
2541
|
+
"colors": {
|
|
2542
|
+
"base00": "#010409",
|
|
2543
|
+
"base01": "#21262d",
|
|
2544
|
+
"base02": "#30363d",
|
|
2545
|
+
"base03": "#484f58",
|
|
2546
|
+
"base04": "#8b949e",
|
|
2547
|
+
"base05": "#b1bac4",
|
|
2548
|
+
"base06": "#c9d1d9",
|
|
2549
|
+
"base07": "#f0f6fc",
|
|
2550
|
+
"base08": "#d69a00",
|
|
2551
|
+
"base09": "#f0883e",
|
|
2552
|
+
"base0A": "#d29922",
|
|
2553
|
+
"base0B": "#42a0ff",
|
|
2554
|
+
"base0C": "#a5d6ff",
|
|
2555
|
+
"base0D": "#58a6ff",
|
|
2556
|
+
"base0E": "#f778ba",
|
|
2557
|
+
"base0F": "#bd561d"
|
|
2558
|
+
},
|
|
2559
|
+
"dark": true
|
|
2560
|
+
},
|
|
2561
|
+
"primer-dark-dimmed": {
|
|
2562
|
+
"name": "primer-dark-dimmed",
|
|
2563
|
+
"colors": {
|
|
2564
|
+
"base00": "#1c2128",
|
|
2565
|
+
"base01": "#373e47",
|
|
2566
|
+
"base02": "#444c56",
|
|
2567
|
+
"base03": "#545d68",
|
|
2568
|
+
"base04": "#768390",
|
|
2569
|
+
"base05": "#909dab",
|
|
2570
|
+
"base06": "#adbac7",
|
|
2571
|
+
"base07": "#cdd9e5",
|
|
2572
|
+
"base08": "#f47067",
|
|
2573
|
+
"base09": "#e0823d",
|
|
2574
|
+
"base0A": "#c69026",
|
|
2575
|
+
"base0B": "#57ab5a",
|
|
2576
|
+
"base0C": "#96d0ff",
|
|
2577
|
+
"base0D": "#539bf5",
|
|
2578
|
+
"base0E": "#e275ad",
|
|
2579
|
+
"base0F": "#ae5622"
|
|
2580
|
+
},
|
|
2581
|
+
"dark": true
|
|
2582
|
+
},
|
|
2583
|
+
"primer-dark-high-contrast": {
|
|
2584
|
+
"name": "primer-dark-high-contrast",
|
|
2585
|
+
"colors": {
|
|
2586
|
+
"base00": "#010409",
|
|
2587
|
+
"base01": "#272b33",
|
|
2588
|
+
"base02": "#525964",
|
|
2589
|
+
"base03": "#7a828e",
|
|
2590
|
+
"base04": "#bdc4cc",
|
|
2591
|
+
"base05": "#d9dee3",
|
|
2592
|
+
"base06": "#f0f3f6",
|
|
2593
|
+
"base07": "#ffffff",
|
|
2594
|
+
"base08": "#ff9492",
|
|
2595
|
+
"base09": "#fe9a2d",
|
|
2596
|
+
"base0A": "#f0b72f",
|
|
2597
|
+
"base0B": "#26cd4d",
|
|
2598
|
+
"base0C": "#addcff",
|
|
2599
|
+
"base0D": "#71b7ff",
|
|
2600
|
+
"base0E": "#ff8dc7",
|
|
2601
|
+
"base0F": "#e7811d"
|
|
2602
|
+
},
|
|
2603
|
+
"dark": true
|
|
2604
|
+
},
|
|
2605
|
+
"primer-dark": {
|
|
2606
|
+
"name": "primer-dark",
|
|
2607
|
+
"colors": {
|
|
2608
|
+
"base00": "#010409",
|
|
2609
|
+
"base01": "#21262d",
|
|
2610
|
+
"base02": "#30363d",
|
|
2611
|
+
"base03": "#484f58",
|
|
2612
|
+
"base04": "#8b949e",
|
|
2613
|
+
"base05": "#b1bac4",
|
|
2614
|
+
"base06": "#c9d1d9",
|
|
2615
|
+
"base07": "#f0f6fc",
|
|
2616
|
+
"base08": "#ff7b72",
|
|
2617
|
+
"base09": "#f0883e",
|
|
2618
|
+
"base0A": "#d29922",
|
|
2619
|
+
"base0B": "#3fb950",
|
|
2620
|
+
"base0C": "#a5d6ff",
|
|
2621
|
+
"base0D": "#58a6ff",
|
|
2622
|
+
"base0E": "#f778ba",
|
|
2623
|
+
"base0F": "#bd561d"
|
|
2624
|
+
},
|
|
2625
|
+
"dark": true
|
|
2626
|
+
},
|
|
2627
|
+
"primer-light-colorblind": {
|
|
2628
|
+
"name": "primer-light-colorblind",
|
|
2629
|
+
"colors": {
|
|
2630
|
+
"base00": "#f6f8fa",
|
|
2631
|
+
"base01": "#d0d7de",
|
|
2632
|
+
"base02": "#afb8c1",
|
|
2633
|
+
"base03": "#8c959f",
|
|
2634
|
+
"base04": "#424a53",
|
|
2635
|
+
"base05": "#32383f",
|
|
2636
|
+
"base06": "#24292f",
|
|
2637
|
+
"base07": "#1b1f24",
|
|
2638
|
+
"base08": "#ac5e00",
|
|
2639
|
+
"base09": "#bc4c00",
|
|
2640
|
+
"base0A": "#9a6700",
|
|
2641
|
+
"base0B": "#0566d5",
|
|
2642
|
+
"base0C": "#54aeff",
|
|
2643
|
+
"base0D": "#0969da",
|
|
2644
|
+
"base0E": "#bf3989",
|
|
2645
|
+
"base0F": "#762c00"
|
|
2646
|
+
},
|
|
2647
|
+
"dark": false
|
|
2648
|
+
},
|
|
2649
|
+
"primer-light": {
|
|
2650
|
+
"name": "primer-light",
|
|
2651
|
+
"colors": {
|
|
2652
|
+
"base00": "#f6f8fa",
|
|
2653
|
+
"base01": "#d0d7de",
|
|
2654
|
+
"base02": "#afb8c1",
|
|
2655
|
+
"base03": "#8c959f",
|
|
2656
|
+
"base04": "#424a53",
|
|
2657
|
+
"base05": "#32383f",
|
|
2658
|
+
"base06": "#24292f",
|
|
2659
|
+
"base07": "#1b1f24",
|
|
2660
|
+
"base08": "#cf222e",
|
|
2661
|
+
"base09": "#bc4c00",
|
|
2662
|
+
"base0A": "#9a6700",
|
|
2663
|
+
"base0B": "#1a7f37",
|
|
2664
|
+
"base0C": "#54aeff",
|
|
2665
|
+
"base0D": "#0969da",
|
|
2666
|
+
"base0E": "#bf3989",
|
|
2667
|
+
"base0F": "#762c00"
|
|
2668
|
+
},
|
|
2669
|
+
"dark": false
|
|
2670
|
+
},
|
|
2671
|
+
"qualia": {
|
|
2672
|
+
"name": "qualia",
|
|
2673
|
+
"colors": {
|
|
2674
|
+
"base00": "#101010",
|
|
2675
|
+
"base01": "#454545",
|
|
2676
|
+
"base02": "#454545",
|
|
2677
|
+
"base03": "#454545",
|
|
2678
|
+
"base04": "#808080",
|
|
2679
|
+
"base05": "#C0C0C0",
|
|
2680
|
+
"base06": "#C0C0C0",
|
|
2681
|
+
"base07": "#454545",
|
|
2682
|
+
"base08": "#EFA6A2",
|
|
2683
|
+
"base09": "#A3B8EF",
|
|
2684
|
+
"base0A": "#E6A3DC",
|
|
2685
|
+
"base0B": "#80C990",
|
|
2686
|
+
"base0C": "#C8C874",
|
|
2687
|
+
"base0D": "#50CACD",
|
|
2688
|
+
"base0E": "#E0AF85",
|
|
2689
|
+
"base0F": "#808080"
|
|
2690
|
+
},
|
|
2691
|
+
"dark": true
|
|
2692
|
+
},
|
|
2693
|
+
"railscasts": {
|
|
2694
|
+
"name": "railscasts",
|
|
2695
|
+
"colors": {
|
|
2696
|
+
"base00": "#2b2b2b",
|
|
2697
|
+
"base01": "#272935",
|
|
2698
|
+
"base02": "#3a4055",
|
|
2699
|
+
"base03": "#5a647e",
|
|
2700
|
+
"base04": "#d4cfc9",
|
|
2701
|
+
"base05": "#e6e1dc",
|
|
2702
|
+
"base06": "#f4f1ed",
|
|
2703
|
+
"base07": "#f9f7f3",
|
|
2704
|
+
"base08": "#da4939",
|
|
2705
|
+
"base09": "#cc7833",
|
|
2706
|
+
"base0A": "#ffc66d",
|
|
2707
|
+
"base0B": "#a5c261",
|
|
2708
|
+
"base0C": "#519f50",
|
|
2709
|
+
"base0D": "#6d9cbe",
|
|
2710
|
+
"base0E": "#b6b3eb",
|
|
2711
|
+
"base0F": "#bc9458"
|
|
2712
|
+
},
|
|
2713
|
+
"dark": true
|
|
2714
|
+
},
|
|
2715
|
+
"rose-pine-dawn": {
|
|
2716
|
+
"name": "rose-pine-dawn",
|
|
2717
|
+
"colors": {
|
|
2718
|
+
"base00": "#faf4ed",
|
|
2719
|
+
"base01": "#fffaf3",
|
|
2720
|
+
"base02": "#f2e9de",
|
|
2721
|
+
"base03": "#9893a5",
|
|
2722
|
+
"base04": "#6e6a86",
|
|
2723
|
+
"base05": "#575279",
|
|
2724
|
+
"base06": "#555169",
|
|
2725
|
+
"base07": "#26233a",
|
|
2726
|
+
"base08": "#1f1d2e",
|
|
2727
|
+
"base09": "#b4637a",
|
|
2728
|
+
"base0A": "#ea9d34",
|
|
2729
|
+
"base0B": "#d7827e",
|
|
2730
|
+
"base0C": "#286983",
|
|
2731
|
+
"base0D": "#56949f",
|
|
2732
|
+
"base0E": "#907aa9",
|
|
2733
|
+
"base0F": "#c5c3ce"
|
|
2734
|
+
},
|
|
2735
|
+
"dark": false
|
|
2736
|
+
},
|
|
2737
|
+
"rose-pine-moon": {
|
|
2738
|
+
"name": "rose-pine-moon",
|
|
2739
|
+
"colors": {
|
|
2740
|
+
"base00": "#232136",
|
|
2741
|
+
"base01": "#2a273f",
|
|
2742
|
+
"base02": "#393552",
|
|
2743
|
+
"base03": "#59546d",
|
|
2744
|
+
"base04": "#817c9c",
|
|
2745
|
+
"base05": "#e0def4",
|
|
2746
|
+
"base06": "#f5f5f7",
|
|
2747
|
+
"base07": "#d9d7e1",
|
|
2748
|
+
"base08": "#ecebf0",
|
|
2749
|
+
"base09": "#eb6f92",
|
|
2750
|
+
"base0A": "#f6c177",
|
|
2751
|
+
"base0B": "#ea9a97",
|
|
2752
|
+
"base0C": "#3e8fb0",
|
|
2753
|
+
"base0D": "#9ccfd8",
|
|
2754
|
+
"base0E": "#c4a7e7",
|
|
2755
|
+
"base0F": "#b9b9bc"
|
|
2756
|
+
},
|
|
2757
|
+
"dark": true
|
|
2758
|
+
},
|
|
2759
|
+
"rose-pine": {
|
|
2760
|
+
"name": "rose-pine",
|
|
2761
|
+
"colors": {
|
|
2762
|
+
"base00": "#191724",
|
|
2763
|
+
"base01": "#1f1d2e",
|
|
2764
|
+
"base02": "#26233a",
|
|
2765
|
+
"base03": "#555169",
|
|
2766
|
+
"base04": "#6e6a86",
|
|
2767
|
+
"base05": "#e0def4",
|
|
2768
|
+
"base06": "#f0f0f3",
|
|
2769
|
+
"base07": "#c5c3ce",
|
|
2770
|
+
"base08": "#e2e1e7",
|
|
2771
|
+
"base09": "#eb6f92",
|
|
2772
|
+
"base0A": "#f6c177",
|
|
2773
|
+
"base0B": "#ebbcba",
|
|
2774
|
+
"base0C": "#31748f",
|
|
2775
|
+
"base0D": "#9ccfd8",
|
|
2776
|
+
"base0E": "#c4a7e7",
|
|
2777
|
+
"base0F": "#e5e5e5"
|
|
2778
|
+
},
|
|
2779
|
+
"dark": true
|
|
2780
|
+
},
|
|
2781
|
+
"sagelight": {
|
|
2782
|
+
"name": "sagelight",
|
|
2783
|
+
"colors": {
|
|
2784
|
+
"base00": "#f8f8f8",
|
|
2785
|
+
"base01": "#e8e8e8",
|
|
2786
|
+
"base02": "#d8d8d8",
|
|
2787
|
+
"base03": "#b8b8b8",
|
|
2788
|
+
"base04": "#585858",
|
|
2789
|
+
"base05": "#383838",
|
|
2790
|
+
"base06": "#282828",
|
|
2791
|
+
"base07": "#181818",
|
|
2792
|
+
"base08": "#fa8480",
|
|
2793
|
+
"base09": "#ffaa61",
|
|
2794
|
+
"base0A": "#ffdc61",
|
|
2795
|
+
"base0B": "#a0d2c8",
|
|
2796
|
+
"base0C": "#a2d6f5",
|
|
2797
|
+
"base0D": "#a0a7d2",
|
|
2798
|
+
"base0E": "#c8a0d2",
|
|
2799
|
+
"base0F": "#d2b2a0"
|
|
2800
|
+
},
|
|
2801
|
+
"dark": false
|
|
2802
|
+
},
|
|
2803
|
+
"sakura": {
|
|
2804
|
+
"name": "樱花之恋",
|
|
2805
|
+
"colors": {
|
|
2806
|
+
"base00": "#feedf3",
|
|
2807
|
+
"base01": "#f8e2e7",
|
|
2808
|
+
"base02": "#e0ccd1",
|
|
2809
|
+
"base03": "#755f64",
|
|
2810
|
+
"base04": "#665055",
|
|
2811
|
+
"base05": "#564448",
|
|
2812
|
+
"base06": "#42383a",
|
|
2813
|
+
"base07": "#33292b",
|
|
2814
|
+
"base08": "#df2d52",
|
|
2815
|
+
"base09": "#f6661e",
|
|
2816
|
+
"base0A": "#c29461",
|
|
2817
|
+
"base0B": "#2e916d",
|
|
2818
|
+
"base0C": "#1d8991",
|
|
2819
|
+
"base0D": "#006e93",
|
|
2820
|
+
"base0E": "#5e2180",
|
|
2821
|
+
"base0F": "#ba0d35"
|
|
2822
|
+
},
|
|
2823
|
+
"dark": false
|
|
2824
|
+
},
|
|
2825
|
+
"sandcastle": {
|
|
2826
|
+
"name": "sandcastle",
|
|
2827
|
+
"colors": {
|
|
2828
|
+
"base00": "#282c34",
|
|
2829
|
+
"base01": "#2c323b",
|
|
2830
|
+
"base02": "#3e4451",
|
|
2831
|
+
"base03": "#665c54",
|
|
2832
|
+
"base04": "#928374",
|
|
2833
|
+
"base05": "#a89984",
|
|
2834
|
+
"base06": "#d5c4a1",
|
|
2835
|
+
"base07": "#fdf4c1",
|
|
2836
|
+
"base08": "#83a598",
|
|
2837
|
+
"base09": "#a07e3b",
|
|
2838
|
+
"base0A": "#a07e3b",
|
|
2839
|
+
"base0B": "#528b8b",
|
|
2840
|
+
"base0C": "#83a598",
|
|
2841
|
+
"base0D": "#83a598",
|
|
2842
|
+
"base0E": "#d75f5f",
|
|
2843
|
+
"base0F": "#a87322"
|
|
2844
|
+
},
|
|
2845
|
+
"dark": true
|
|
2846
|
+
},
|
|
2847
|
+
"shapeshifter": {
|
|
2848
|
+
"name": "shapeshifter",
|
|
2849
|
+
"colors": {
|
|
2850
|
+
"base00": "#f9f9f9",
|
|
2851
|
+
"base01": "#e0e0e0",
|
|
2852
|
+
"base02": "#d1d1d1",
|
|
2853
|
+
"base03": "#555555",
|
|
2854
|
+
"base04": "#343434",
|
|
2855
|
+
"base05": "#102015",
|
|
2856
|
+
"base06": "#040404",
|
|
2857
|
+
"base07": "#000000",
|
|
2858
|
+
"base08": "#e92f2f",
|
|
2859
|
+
"base09": "#e09448",
|
|
2860
|
+
"base0A": "#dddd13",
|
|
2861
|
+
"base0B": "#0ed839",
|
|
2862
|
+
"base0C": "#23edda",
|
|
2863
|
+
"base0D": "#3b48e3",
|
|
2864
|
+
"base0E": "#f996e2",
|
|
2865
|
+
"base0F": "#69542d"
|
|
2866
|
+
},
|
|
2867
|
+
"dark": false
|
|
2868
|
+
},
|
|
2869
|
+
"silk-dark": {
|
|
2870
|
+
"name": "silk-dark",
|
|
2871
|
+
"colors": {
|
|
2872
|
+
"base00": "#0e3c46",
|
|
2873
|
+
"base01": "#1D494E",
|
|
2874
|
+
"base02": "#2A5054",
|
|
2875
|
+
"base03": "#587073",
|
|
2876
|
+
"base04": "#9DC8CD",
|
|
2877
|
+
"base05": "#C7DBDD",
|
|
2878
|
+
"base06": "#CBF2F7",
|
|
2879
|
+
"base07": "#D2FAFF",
|
|
2880
|
+
"base08": "#fb6953",
|
|
2881
|
+
"base09": "#fcab74",
|
|
2882
|
+
"base0A": "#fce380",
|
|
2883
|
+
"base0B": "#73d8ad",
|
|
2884
|
+
"base0C": "#3fb2b9",
|
|
2885
|
+
"base0D": "#46bddd",
|
|
2886
|
+
"base0E": "#756b8a",
|
|
2887
|
+
"base0F": "#9b647b"
|
|
2888
|
+
},
|
|
2889
|
+
"dark": true
|
|
2890
|
+
},
|
|
2891
|
+
"silk-light": {
|
|
2892
|
+
"name": "silk-light",
|
|
2893
|
+
"colors": {
|
|
2894
|
+
"base00": "#E9F1EF",
|
|
2895
|
+
"base01": "#CCD4D3",
|
|
2896
|
+
"base02": "#b9dfde",
|
|
2897
|
+
"base03": "#5C787B",
|
|
2898
|
+
"base04": "#4B5B5F",
|
|
2899
|
+
"base05": "#385156",
|
|
2900
|
+
"base06": "#0e3c46",
|
|
2901
|
+
"base07": "#D2FAFF",
|
|
2902
|
+
"base08": "#CF432E",
|
|
2903
|
+
"base09": "#D27F46",
|
|
2904
|
+
"base0A": "#CFAD25",
|
|
2905
|
+
"base0B": "#6CA38C",
|
|
2906
|
+
"base0C": "#329CA2",
|
|
2907
|
+
"base0D": "#39AAC9",
|
|
2908
|
+
"base0E": "#6E6582",
|
|
2909
|
+
"base0F": "#865369"
|
|
2910
|
+
},
|
|
2911
|
+
"dark": false
|
|
2912
|
+
},
|
|
2913
|
+
"snazzy": {
|
|
2914
|
+
"name": "snazzy",
|
|
2915
|
+
"colors": {
|
|
2916
|
+
"base00": "#282a36",
|
|
2917
|
+
"base01": "#34353e",
|
|
2918
|
+
"base02": "#43454f",
|
|
2919
|
+
"base03": "#78787e",
|
|
2920
|
+
"base04": "#a5a5a9",
|
|
2921
|
+
"base05": "#e2e4e5",
|
|
2922
|
+
"base06": "#eff0eb",
|
|
2923
|
+
"base07": "#f1f1f0",
|
|
2924
|
+
"base08": "#ff5c57",
|
|
2925
|
+
"base09": "#ff9f43",
|
|
2926
|
+
"base0A": "#f3f99d",
|
|
2927
|
+
"base0B": "#5af78e",
|
|
2928
|
+
"base0C": "#9aedfe",
|
|
2929
|
+
"base0D": "#57c7ff",
|
|
2930
|
+
"base0E": "#ff6ac1",
|
|
2931
|
+
"base0F": "#b2643c"
|
|
2932
|
+
},
|
|
2933
|
+
"dark": true
|
|
2934
|
+
},
|
|
2935
|
+
"solar-flare-light": {
|
|
2936
|
+
"name": "solar-flare-light",
|
|
2937
|
+
"colors": {
|
|
2938
|
+
"base00": "#F5F7FA",
|
|
2939
|
+
"base01": "#E8E9ED",
|
|
2940
|
+
"base02": "#d3dde7",
|
|
2941
|
+
"base03": "#85939E",
|
|
2942
|
+
"base04": "#667581",
|
|
2943
|
+
"base05": "#586875",
|
|
2944
|
+
"base06": "#222E38",
|
|
2945
|
+
"base07": "#18262F",
|
|
2946
|
+
"base08": "#EF5253",
|
|
2947
|
+
"base09": "#E66B2B",
|
|
2948
|
+
"base0A": "#E4B51C",
|
|
2949
|
+
"base0B": "#7CC844",
|
|
2950
|
+
"base0C": "#52CBB0",
|
|
2951
|
+
"base0D": "#33B5E1",
|
|
2952
|
+
"base0E": "#A363D5",
|
|
2953
|
+
"base0F": "#D73C9A"
|
|
2954
|
+
},
|
|
2955
|
+
"dark": false
|
|
2956
|
+
},
|
|
2957
|
+
"solar-flare": {
|
|
2958
|
+
"name": "solar-flare",
|
|
2959
|
+
"colors": {
|
|
2960
|
+
"base00": "#18262F",
|
|
2961
|
+
"base01": "#222E38",
|
|
2962
|
+
"base02": "#586875",
|
|
2963
|
+
"base03": "#667581",
|
|
2964
|
+
"base04": "#85939E",
|
|
2965
|
+
"base05": "#A6AFB8",
|
|
2966
|
+
"base06": "#E8E9ED",
|
|
2967
|
+
"base07": "#F5F7FA",
|
|
2968
|
+
"base08": "#EF5253",
|
|
2969
|
+
"base09": "#E66B2B",
|
|
2970
|
+
"base0A": "#E4B51C",
|
|
2971
|
+
"base0B": "#7CC844",
|
|
2972
|
+
"base0C": "#52CBB0",
|
|
2973
|
+
"base0D": "#33B5E1",
|
|
2974
|
+
"base0E": "#A363D5",
|
|
2975
|
+
"base0F": "#D73C9A"
|
|
2976
|
+
},
|
|
2977
|
+
"dark": true
|
|
2978
|
+
},
|
|
2979
|
+
"solarized-dark": {
|
|
2980
|
+
"name": "solarized-dark",
|
|
2981
|
+
"colors": {
|
|
2982
|
+
"base00": "#002b36",
|
|
2983
|
+
"base01": "#073642",
|
|
2984
|
+
"base02": "#394c52",
|
|
2985
|
+
"base03": "#657b83",
|
|
2986
|
+
"base04": "#839496",
|
|
2987
|
+
"base05": "#93a1a1",
|
|
2988
|
+
"base06": "#eee8d5",
|
|
2989
|
+
"base07": "#fdf6e3",
|
|
2990
|
+
"base08": "#dc322f",
|
|
2991
|
+
"base09": "#cb4b16",
|
|
2992
|
+
"base0A": "#b58900",
|
|
2993
|
+
"base0B": "#859900",
|
|
2994
|
+
"base0C": "#2aa198",
|
|
2995
|
+
"base0D": "#268bd2",
|
|
2996
|
+
"base0E": "#6c71c4",
|
|
2997
|
+
"base0F": "#d33682"
|
|
2998
|
+
},
|
|
2999
|
+
"dark": true
|
|
3000
|
+
},
|
|
3001
|
+
"solarized-light": {
|
|
3002
|
+
"name": "solarized-light",
|
|
3003
|
+
"colors": {
|
|
3004
|
+
"base00": "#fdf6e3",
|
|
3005
|
+
"base01": "#eee8d5",
|
|
3006
|
+
"base02": "#e5dab8",
|
|
3007
|
+
"base03": "#839496",
|
|
3008
|
+
"base04": "#657b83",
|
|
3009
|
+
"base05": "#586e75",
|
|
3010
|
+
"base06": "#073642",
|
|
3011
|
+
"base07": "#002b36",
|
|
3012
|
+
"base08": "#dc322f",
|
|
3013
|
+
"base09": "#cb4b16",
|
|
3014
|
+
"base0A": "#b58900",
|
|
3015
|
+
"base0B": "#859900",
|
|
3016
|
+
"base0C": "#2aa198",
|
|
3017
|
+
"base0D": "#268bd2",
|
|
3018
|
+
"base0E": "#6c71c4",
|
|
3019
|
+
"base0F": "#d33682"
|
|
3020
|
+
},
|
|
3021
|
+
"dark": false
|
|
3022
|
+
},
|
|
3023
|
+
"spacemacs": {
|
|
3024
|
+
"name": "spacemacs",
|
|
3025
|
+
"colors": {
|
|
3026
|
+
"base00": "#1f2022",
|
|
3027
|
+
"base01": "#282828",
|
|
3028
|
+
"base02": "#444155",
|
|
3029
|
+
"base03": "#585858",
|
|
3030
|
+
"base04": "#b8b8b8",
|
|
3031
|
+
"base05": "#a3a3a3",
|
|
3032
|
+
"base06": "#e8e8e8",
|
|
3033
|
+
"base07": "#f8f8f8",
|
|
3034
|
+
"base08": "#f2241f",
|
|
3035
|
+
"base09": "#ffa500",
|
|
3036
|
+
"base0A": "#b1951d",
|
|
3037
|
+
"base0B": "#67b11d",
|
|
3038
|
+
"base0C": "#2d9574",
|
|
3039
|
+
"base0D": "#4f97d7",
|
|
3040
|
+
"base0E": "#a31db1",
|
|
3041
|
+
"base0F": "#b03060"
|
|
3042
|
+
},
|
|
3043
|
+
"dark": true
|
|
3044
|
+
},
|
|
3045
|
+
"summercamp": {
|
|
3046
|
+
"name": "summercamp",
|
|
3047
|
+
"colors": {
|
|
3048
|
+
"base00": "#1c1810",
|
|
3049
|
+
"base01": "#2a261c",
|
|
3050
|
+
"base02": "#3a3527",
|
|
3051
|
+
"base03": "#504b38",
|
|
3052
|
+
"base04": "#5f5b45",
|
|
3053
|
+
"base05": "#736e55",
|
|
3054
|
+
"base06": "#bab696",
|
|
3055
|
+
"base07": "#f8f5de",
|
|
3056
|
+
"base08": "#e35142",
|
|
3057
|
+
"base09": "#fba11b",
|
|
3058
|
+
"base0A": "#f2ff27",
|
|
3059
|
+
"base0B": "#5ceb5a",
|
|
3060
|
+
"base0C": "#5aebbc",
|
|
3061
|
+
"base0D": "#489bf0",
|
|
3062
|
+
"base0E": "#FF8080",
|
|
3063
|
+
"base0F": "#F69BE7"
|
|
3064
|
+
},
|
|
3065
|
+
"dark": true
|
|
3066
|
+
},
|
|
3067
|
+
"summerfruit-dark": {
|
|
3068
|
+
"name": "summerfruit-dark",
|
|
3069
|
+
"colors": {
|
|
3070
|
+
"base00": "#151515",
|
|
3071
|
+
"base01": "#202020",
|
|
3072
|
+
"base02": "#303030",
|
|
3073
|
+
"base03": "#505050",
|
|
3074
|
+
"base04": "#B0B0B0",
|
|
3075
|
+
"base05": "#D0D0D0",
|
|
3076
|
+
"base06": "#E0E0E0",
|
|
3077
|
+
"base07": "#FFFFFF",
|
|
3078
|
+
"base08": "#FF0086",
|
|
3079
|
+
"base09": "#FD8900",
|
|
3080
|
+
"base0A": "#ABA800",
|
|
3081
|
+
"base0B": "#00C918",
|
|
3082
|
+
"base0C": "#1FAAAA",
|
|
3083
|
+
"base0D": "#3777E6",
|
|
3084
|
+
"base0E": "#AD00A1",
|
|
3085
|
+
"base0F": "#CC6633"
|
|
3086
|
+
},
|
|
3087
|
+
"dark": true
|
|
3088
|
+
},
|
|
3089
|
+
"summerfruit-light": {
|
|
3090
|
+
"name": "summerfruit-light",
|
|
3091
|
+
"colors": {
|
|
3092
|
+
"base00": "#FFFFFF",
|
|
3093
|
+
"base01": "#E0E0E0",
|
|
3094
|
+
"base02": "#D0D0D0",
|
|
3095
|
+
"base03": "#B0B0B0",
|
|
3096
|
+
"base04": "#000000",
|
|
3097
|
+
"base05": "#101010",
|
|
3098
|
+
"base06": "#151515",
|
|
3099
|
+
"base07": "#202020",
|
|
3100
|
+
"base08": "#FF0086",
|
|
3101
|
+
"base09": "#FD8900",
|
|
3102
|
+
"base0A": "#ABA800",
|
|
3103
|
+
"base0B": "#00C918",
|
|
3104
|
+
"base0C": "#1FAAAA",
|
|
3105
|
+
"base0D": "#3777E6",
|
|
3106
|
+
"base0E": "#AD00A1",
|
|
3107
|
+
"base0F": "#CC6633"
|
|
3108
|
+
},
|
|
3109
|
+
"dark": false
|
|
3110
|
+
},
|
|
3111
|
+
"synth-midnight-terminal-dark": {
|
|
3112
|
+
"name": "synth-midnight-terminal-dark",
|
|
3113
|
+
"colors": {
|
|
3114
|
+
"base00": "#050608",
|
|
3115
|
+
"base01": "#1a1b1c",
|
|
3116
|
+
"base02": "#28292a",
|
|
3117
|
+
"base03": "#474849",
|
|
3118
|
+
"base04": "#a3a5a6",
|
|
3119
|
+
"base05": "#c1c3c4",
|
|
3120
|
+
"base06": "#cfd1d2",
|
|
3121
|
+
"base07": "#dddfe0",
|
|
3122
|
+
"base08": "#b53b50",
|
|
3123
|
+
"base09": "#c56e1d",
|
|
3124
|
+
"base0A": "#919940",
|
|
3125
|
+
"base0B": "#12a14b",
|
|
3126
|
+
"base0C": "#39bdb9",
|
|
3127
|
+
"base0D": "#1479a9",
|
|
3128
|
+
"base0E": "#993894",
|
|
3129
|
+
"base0F": "#cd6320"
|
|
3130
|
+
},
|
|
3131
|
+
"dark": true
|
|
3132
|
+
},
|
|
3133
|
+
"synth-midnight-terminal-light": {
|
|
3134
|
+
"name": "synth-midnight-terminal-light",
|
|
3135
|
+
"colors": {
|
|
3136
|
+
"base00": "#dddfe0",
|
|
3137
|
+
"base01": "#cfd1d2",
|
|
3138
|
+
"base02": "#c1c3c4",
|
|
3139
|
+
"base03": "#a3a5a6",
|
|
3140
|
+
"base04": "#474849",
|
|
3141
|
+
"base05": "#28292a",
|
|
3142
|
+
"base06": "#1a1b1c",
|
|
3143
|
+
"base07": "#050608",
|
|
3144
|
+
"base08": "#b53b50",
|
|
3145
|
+
"base09": "#ea770d",
|
|
3146
|
+
"base0A": "#5d650c",
|
|
3147
|
+
"base0B": "#09833a",
|
|
3148
|
+
"base0C": "#0f9b96",
|
|
3149
|
+
"base0D": "#03aeff",
|
|
3150
|
+
"base0E": "#a924a1",
|
|
3151
|
+
"base0F": "#cd6320"
|
|
3152
|
+
},
|
|
3153
|
+
"dark": false
|
|
3154
|
+
},
|
|
3155
|
+
"tender": {
|
|
3156
|
+
"name": "tender",
|
|
3157
|
+
"colors": {
|
|
3158
|
+
"base00": "#282828",
|
|
3159
|
+
"base01": "#383838",
|
|
3160
|
+
"base02": "#484848",
|
|
3161
|
+
"base03": "#4c4c4c",
|
|
3162
|
+
"base04": "#b8b8b8",
|
|
3163
|
+
"base05": "#eeeeee",
|
|
3164
|
+
"base06": "#e8e8e8",
|
|
3165
|
+
"base07": "#feffff",
|
|
3166
|
+
"base08": "#f43753",
|
|
3167
|
+
"base09": "#dc9656",
|
|
3168
|
+
"base0A": "#ffc24b",
|
|
3169
|
+
"base0B": "#c9d05c",
|
|
3170
|
+
"base0C": "#73cef4",
|
|
3171
|
+
"base0D": "#b3deef",
|
|
3172
|
+
"base0E": "#d3b987",
|
|
3173
|
+
"base0F": "#a16946"
|
|
3174
|
+
},
|
|
3175
|
+
"dark": true
|
|
3176
|
+
},
|
|
3177
|
+
"tomorrow-night-blue": {
|
|
3178
|
+
"name": "tomorrow-night-blue",
|
|
3179
|
+
"colors": {
|
|
3180
|
+
"base00": "#002451",
|
|
3181
|
+
"base01": "#002451",
|
|
3182
|
+
"base02": "#003f8e",
|
|
3183
|
+
"base03": "#00346e",
|
|
3184
|
+
"base04": "#ffffff",
|
|
3185
|
+
"base05": "#ffffff",
|
|
3186
|
+
"base06": "#e0e0e0",
|
|
3187
|
+
"base07": "#ffffff",
|
|
3188
|
+
"base08": "#ff9da4 ",
|
|
3189
|
+
"base09": "#ffc58f",
|
|
3190
|
+
"base0A": "#ffeead",
|
|
3191
|
+
"base0B": "#d1f1a9",
|
|
3192
|
+
"base0C": "#99ffff",
|
|
3193
|
+
"base0D": "#bbdaff",
|
|
3194
|
+
"base0E": "#ebbbff",
|
|
3195
|
+
"base0F": "#a3685a"
|
|
3196
|
+
},
|
|
3197
|
+
"dark": true
|
|
3198
|
+
},
|
|
3199
|
+
"tomorrow-night-bright": {
|
|
3200
|
+
"name": "tomorrow-night-bright",
|
|
3201
|
+
"colors": {
|
|
3202
|
+
"base00": "#1d1f21",
|
|
3203
|
+
"base01": "#282a2e",
|
|
3204
|
+
"base02": "#373b41",
|
|
3205
|
+
"base03": "#969896",
|
|
3206
|
+
"base04": "#b4b7b4",
|
|
3207
|
+
"base05": "#c5c8c6",
|
|
3208
|
+
"base06": "#e0e0e0",
|
|
3209
|
+
"base07": "#ffffff",
|
|
3210
|
+
"base08": "#c82829",
|
|
3211
|
+
"base09": "#f5871f",
|
|
3212
|
+
"base0A": "#eab700",
|
|
3213
|
+
"base0B": "#718c00",
|
|
3214
|
+
"base0C": "#3e999f",
|
|
3215
|
+
"base0D": "#4271ae",
|
|
3216
|
+
"base0E": "#8959a8",
|
|
3217
|
+
"base0F": "#a3685a"
|
|
3218
|
+
},
|
|
3219
|
+
"dark": true
|
|
3220
|
+
},
|
|
3221
|
+
"tomorrow-night-eighties": {
|
|
3222
|
+
"name": "tomorrow-night-eighties",
|
|
3223
|
+
"colors": {
|
|
3224
|
+
"base00": "#2d2d2d",
|
|
3225
|
+
"base01": "#393939",
|
|
3226
|
+
"base02": "#515151",
|
|
3227
|
+
"base03": "#999999",
|
|
3228
|
+
"base04": "#b4b7b4",
|
|
3229
|
+
"base05": "#cccccc",
|
|
3230
|
+
"base06": "#e0e0e0",
|
|
3231
|
+
"base07": "#ffffff",
|
|
3232
|
+
"base08": "#f2777a",
|
|
3233
|
+
"base09": "#f99157",
|
|
3234
|
+
"base0A": "#ffcc66",
|
|
3235
|
+
"base0B": "#99cc99",
|
|
3236
|
+
"base0C": "#66cccc",
|
|
3237
|
+
"base0D": "#6699cc",
|
|
3238
|
+
"base0E": "#cc99cc",
|
|
3239
|
+
"base0F": "#a3685a"
|
|
3240
|
+
},
|
|
3241
|
+
"dark": true
|
|
3242
|
+
},
|
|
3243
|
+
"tomorrow-night": {
|
|
3244
|
+
"name": "tomorrow-night",
|
|
3245
|
+
"colors": {
|
|
3246
|
+
"base00": "#1d1f21",
|
|
3247
|
+
"base01": "#282a2e",
|
|
3248
|
+
"base02": "#373b41",
|
|
3249
|
+
"base03": "#969896",
|
|
3250
|
+
"base04": "#b4b7b4",
|
|
3251
|
+
"base05": "#c5c8c6",
|
|
3252
|
+
"base06": "#e0e0e0",
|
|
3253
|
+
"base07": "#ffffff",
|
|
3254
|
+
"base08": "#cc6666",
|
|
3255
|
+
"base09": "#de935f",
|
|
3256
|
+
"base0A": "#f0c674",
|
|
3257
|
+
"base0B": "#b5bd68",
|
|
3258
|
+
"base0C": "#8abeb7",
|
|
3259
|
+
"base0D": "#81a2be",
|
|
3260
|
+
"base0E": "#b294bb",
|
|
3261
|
+
"base0F": "#a3685a"
|
|
3262
|
+
},
|
|
3263
|
+
"dark": true
|
|
3264
|
+
},
|
|
3265
|
+
"tomorrow": {
|
|
3266
|
+
"name": "tomorrow",
|
|
3267
|
+
"colors": {
|
|
3268
|
+
"base00": "#ffffff",
|
|
3269
|
+
"base01": "#e0e0e0",
|
|
3270
|
+
"base02": "#d6d6d6",
|
|
3271
|
+
"base03": "#8e908c",
|
|
3272
|
+
"base04": "#969896",
|
|
3273
|
+
"base05": "#4d4d4c",
|
|
3274
|
+
"base06": "#282a2e",
|
|
3275
|
+
"base07": "#1d1f21",
|
|
3276
|
+
"base08": "#c82829",
|
|
3277
|
+
"base09": "#f5871f",
|
|
3278
|
+
"base0A": "#eab700",
|
|
3279
|
+
"base0B": "#718c00",
|
|
3280
|
+
"base0C": "#3e999f",
|
|
3281
|
+
"base0D": "#4271ae",
|
|
3282
|
+
"base0E": "#8959a8",
|
|
3283
|
+
"base0F": "#a3685a"
|
|
3284
|
+
},
|
|
3285
|
+
"dark": false
|
|
3286
|
+
},
|
|
3287
|
+
"twilight": {
|
|
3288
|
+
"name": "twilight",
|
|
3289
|
+
"colors": {
|
|
3290
|
+
"base00": "#1e1e1e",
|
|
3291
|
+
"base01": "#323537",
|
|
3292
|
+
"base02": "#464b50",
|
|
3293
|
+
"base03": "#5f5a60",
|
|
3294
|
+
"base04": "#838184",
|
|
3295
|
+
"base05": "#a7a7a7",
|
|
3296
|
+
"base06": "#c3c3c3",
|
|
3297
|
+
"base07": "#ffffff",
|
|
3298
|
+
"base08": "#cf6a4c",
|
|
3299
|
+
"base09": "#cda869",
|
|
3300
|
+
"base0A": "#f9ee98",
|
|
3301
|
+
"base0B": "#8f9d6a",
|
|
3302
|
+
"base0C": "#afc4db",
|
|
3303
|
+
"base0D": "#7587a6",
|
|
3304
|
+
"base0E": "#9b859d",
|
|
3305
|
+
"base0F": "#9b703f"
|
|
3306
|
+
},
|
|
3307
|
+
"dark": true
|
|
3308
|
+
},
|
|
3309
|
+
"unikitty-dark": {
|
|
3310
|
+
"name": "unikitty-dark",
|
|
3311
|
+
"colors": {
|
|
3312
|
+
"base00": "#2e2a31",
|
|
3313
|
+
"base01": "#4a464d",
|
|
3314
|
+
"base02": "#514e54",
|
|
3315
|
+
"base03": "#838085",
|
|
3316
|
+
"base04": "#9f9da2",
|
|
3317
|
+
"base05": "#bcbabe",
|
|
3318
|
+
"base06": "#d8d7da",
|
|
3319
|
+
"base07": "#f5f4f7",
|
|
3320
|
+
"base08": "#d8137f",
|
|
3321
|
+
"base09": "#d65407",
|
|
3322
|
+
"base0A": "#dc8a0e",
|
|
3323
|
+
"base0B": "#17ad98",
|
|
3324
|
+
"base0C": "#149bda",
|
|
3325
|
+
"base0D": "#796af5",
|
|
3326
|
+
"base0E": "#bb60ea",
|
|
3327
|
+
"base0F": "#c720ca"
|
|
3328
|
+
},
|
|
3329
|
+
"dark": true
|
|
3330
|
+
},
|
|
3331
|
+
"unikitty-light": {
|
|
3332
|
+
"name": "unikitty-light",
|
|
3333
|
+
"colors": {
|
|
3334
|
+
"base00": "#ffffff",
|
|
3335
|
+
"base01": "#e1e1e2",
|
|
3336
|
+
"base02": "#c4c3c5",
|
|
3337
|
+
"base03": "#a7a5a8",
|
|
3338
|
+
"base04": "#89878b",
|
|
3339
|
+
"base05": "#6c696e",
|
|
3340
|
+
"base06": "#4f4b51",
|
|
3341
|
+
"base07": "#322d34",
|
|
3342
|
+
"base08": "#d8137f",
|
|
3343
|
+
"base09": "#d65407",
|
|
3344
|
+
"base0A": "#dc8a0e",
|
|
3345
|
+
"base0B": "#17ad98",
|
|
3346
|
+
"base0C": "#149bda",
|
|
3347
|
+
"base0D": "#775dff",
|
|
3348
|
+
"base0E": "#aa17e6",
|
|
3349
|
+
"base0F": "#e013d0"
|
|
3350
|
+
},
|
|
3351
|
+
"dark": false
|
|
3352
|
+
},
|
|
3353
|
+
"vulcan": {
|
|
3354
|
+
"name": "vulcan",
|
|
3355
|
+
"colors": {
|
|
3356
|
+
"base00": "#041523",
|
|
3357
|
+
"base01": "#122339",
|
|
3358
|
+
"base02": "#003552",
|
|
3359
|
+
"base03": "#7a5759",
|
|
3360
|
+
"base04": "#6b6977",
|
|
3361
|
+
"base05": "#5b778c",
|
|
3362
|
+
"base06": "#333238",
|
|
3363
|
+
"base07": "#214d68",
|
|
3364
|
+
"base08": "#818591",
|
|
3365
|
+
"base09": "#9198a3",
|
|
3366
|
+
"base0A": "#adb4b9",
|
|
3367
|
+
"base0B": "#977d7c",
|
|
3368
|
+
"base0C": "#977d7c",
|
|
3369
|
+
"base0D": "#977d7c",
|
|
3370
|
+
"base0E": "#9198a3",
|
|
3371
|
+
"base0F": "#977d7c"
|
|
3372
|
+
},
|
|
3373
|
+
"dark": true
|
|
3374
|
+
},
|
|
3375
|
+
"windows-10-light": {
|
|
3376
|
+
"name": "windows-10-light",
|
|
3377
|
+
"colors": {
|
|
3378
|
+
"base00": "#f2f2f2",
|
|
3379
|
+
"base01": "#e5e5e5",
|
|
3380
|
+
"base02": "#d9d9d9",
|
|
3381
|
+
"base03": "#cccccc",
|
|
3382
|
+
"base04": "#ababab",
|
|
3383
|
+
"base05": "#767676",
|
|
3384
|
+
"base06": "#414141",
|
|
3385
|
+
"base07": "#0c0c0c",
|
|
3386
|
+
"base08": "#c50f1f",
|
|
3387
|
+
"base09": "#f6661e",
|
|
3388
|
+
"base0A": "#c19c00",
|
|
3389
|
+
"base0B": "#13a10e",
|
|
3390
|
+
"base0C": "#3a96dd",
|
|
3391
|
+
"base0D": "#0037da",
|
|
3392
|
+
"base0E": "#881798",
|
|
3393
|
+
"base0F": "#16c60c"
|
|
3394
|
+
},
|
|
3395
|
+
"dark": false
|
|
3396
|
+
},
|
|
3397
|
+
"windows-10": {
|
|
3398
|
+
"name": "windows-10",
|
|
3399
|
+
"colors": {
|
|
3400
|
+
"base00": "#0c0c0c",
|
|
3401
|
+
"base01": "#2f2f2f",
|
|
3402
|
+
"base02": "#535353",
|
|
3403
|
+
"base03": "#767676",
|
|
3404
|
+
"base04": "#b9b9b9",
|
|
3405
|
+
"base05": "#cccccc",
|
|
3406
|
+
"base06": "#dfdfdf",
|
|
3407
|
+
"base07": "#f2f2f2",
|
|
3408
|
+
"base08": "#e74856",
|
|
3409
|
+
"base09": "#c19c00",
|
|
3410
|
+
"base0A": "#f9f1a5",
|
|
3411
|
+
"base0B": "#16c60c",
|
|
3412
|
+
"base0C": "#61d6d6",
|
|
3413
|
+
"base0D": "#3b78ff",
|
|
3414
|
+
"base0E": "#b4009e",
|
|
3415
|
+
"base0F": "#13a10e"
|
|
3416
|
+
},
|
|
3417
|
+
"dark": true
|
|
3418
|
+
},
|
|
3419
|
+
"windows-95-light": {
|
|
3420
|
+
"name": "windows-95-light",
|
|
3421
|
+
"colors": {
|
|
3422
|
+
"base00": "#fcfcfc",
|
|
3423
|
+
"base01": "#e0e0e0",
|
|
3424
|
+
"base02": "#c4c4c4",
|
|
3425
|
+
"base03": "#a8a8a8",
|
|
3426
|
+
"base04": "#7e7e7e",
|
|
3427
|
+
"base05": "#545454",
|
|
3428
|
+
"base06": "#2a2a2a",
|
|
3429
|
+
"base07": "#000000",
|
|
3430
|
+
"base08": "#a80000",
|
|
3431
|
+
"base09": "#f6661e",
|
|
3432
|
+
"base0A": "#a85400",
|
|
3433
|
+
"base0B": "#00a800",
|
|
3434
|
+
"base0C": "#00a8a8",
|
|
3435
|
+
"base0D": "#0000a8",
|
|
3436
|
+
"base0E": "#a800a8",
|
|
3437
|
+
"base0F": "#277627"
|
|
3438
|
+
},
|
|
3439
|
+
"dark": false
|
|
3440
|
+
},
|
|
3441
|
+
"windows-95": {
|
|
3442
|
+
"name": "windows-95",
|
|
3443
|
+
"colors": {
|
|
3444
|
+
"base00": "#000000",
|
|
3445
|
+
"base01": "#1C1C1C",
|
|
3446
|
+
"base02": "#383838",
|
|
3447
|
+
"base03": "#545454",
|
|
3448
|
+
"base04": "#7e7e7e",
|
|
3449
|
+
"base05": "#a8a8a8",
|
|
3450
|
+
"base06": "#d2d2d2",
|
|
3451
|
+
"base07": "#fcfcfc",
|
|
3452
|
+
"base08": "#fc5454",
|
|
3453
|
+
"base09": "#a85400",
|
|
3454
|
+
"base0A": "#fcfc54",
|
|
3455
|
+
"base0B": "#277627",
|
|
3456
|
+
"base0C": "#54fcfc",
|
|
3457
|
+
"base0D": "#5454fc",
|
|
3458
|
+
"base0E": "#fc54fc",
|
|
3459
|
+
"base0F": "#00a800"
|
|
3460
|
+
},
|
|
3461
|
+
"dark": true
|
|
3462
|
+
},
|
|
3463
|
+
"windows-high-contrast-light": {
|
|
3464
|
+
"name": "windows-high-contrast-light",
|
|
3465
|
+
"colors": {
|
|
3466
|
+
"base00": "#fcfcfc",
|
|
3467
|
+
"base01": "#e8e8e8",
|
|
3468
|
+
"base02": "#d4d4d4",
|
|
3469
|
+
"base03": "#c0c0c0",
|
|
3470
|
+
"base04": "#7e7e7e",
|
|
3471
|
+
"base05": "#545454",
|
|
3472
|
+
"base06": "#2a2a2a",
|
|
3473
|
+
"base07": "#000000",
|
|
3474
|
+
"base08": "#800000",
|
|
3475
|
+
"base09": "#f6661e",
|
|
3476
|
+
"base0A": "#808000",
|
|
3477
|
+
"base0B": "#008000",
|
|
3478
|
+
"base0C": "#008080",
|
|
3479
|
+
"base0D": "#000080",
|
|
3480
|
+
"base0E": "#800080",
|
|
3481
|
+
"base0F": "#277627"
|
|
3482
|
+
},
|
|
3483
|
+
"dark": false
|
|
3484
|
+
},
|
|
3485
|
+
"windows-high-contrast": {
|
|
3486
|
+
"name": "windows-high-contrast",
|
|
3487
|
+
"colors": {
|
|
3488
|
+
"base00": "#000000",
|
|
3489
|
+
"base01": "#1C1C1C",
|
|
3490
|
+
"base02": "#383838",
|
|
3491
|
+
"base03": "#545454",
|
|
3492
|
+
"base04": "#a2a2a2",
|
|
3493
|
+
"base05": "#c0c0c0",
|
|
3494
|
+
"base06": "#dedede",
|
|
3495
|
+
"base07": "#fcfcfc",
|
|
3496
|
+
"base08": "#fc5454",
|
|
3497
|
+
"base09": "#808000",
|
|
3498
|
+
"base0A": "#fcfc54",
|
|
3499
|
+
"base0B": "#277627",
|
|
3500
|
+
"base0C": "#54fcfc",
|
|
3501
|
+
"base0D": "#5454fc",
|
|
3502
|
+
"base0E": "#fc54fc",
|
|
3503
|
+
"base0F": "#008000"
|
|
3504
|
+
},
|
|
3505
|
+
"dark": true
|
|
3506
|
+
},
|
|
3507
|
+
"windows-nt-light": {
|
|
3508
|
+
"name": "windows-nt-light",
|
|
3509
|
+
"colors": {
|
|
3510
|
+
"base00": "#ffffff",
|
|
3511
|
+
"base01": "#eaeaea",
|
|
3512
|
+
"base02": "#d5d5d5",
|
|
3513
|
+
"base03": "#c0c0c0",
|
|
3514
|
+
"base04": "#a0a0a0",
|
|
3515
|
+
"base05": "#808080",
|
|
3516
|
+
"base06": "#404040",
|
|
3517
|
+
"base07": "#000000",
|
|
3518
|
+
"base08": "#800000",
|
|
3519
|
+
"base09": "#f6661e",
|
|
3520
|
+
"base0A": "#808000",
|
|
3521
|
+
"base0B": "#008000",
|
|
3522
|
+
"base0C": "#008080",
|
|
3523
|
+
"base0D": "#000080",
|
|
3524
|
+
"base0E": "#800080",
|
|
3525
|
+
"base0F": "#00ff00"
|
|
3526
|
+
},
|
|
3527
|
+
"dark": false
|
|
3528
|
+
},
|
|
3529
|
+
"windows-nt": {
|
|
3530
|
+
"name": "windows-nt",
|
|
3531
|
+
"colors": {
|
|
3532
|
+
"base00": "#000000",
|
|
3533
|
+
"base01": "#2a2a2a",
|
|
3534
|
+
"base02": "#555555",
|
|
3535
|
+
"base03": "#808080",
|
|
3536
|
+
"base04": "#a1a1a1",
|
|
3537
|
+
"base05": "#c0c0c0",
|
|
3538
|
+
"base06": "#e0e0e0",
|
|
3539
|
+
"base07": "#ffffff",
|
|
3540
|
+
"base08": "#ff0000",
|
|
3541
|
+
"base09": "#808000",
|
|
3542
|
+
"base0A": "#ffff00",
|
|
3543
|
+
"base0B": "#00ff00",
|
|
3544
|
+
"base0C": "#00ffff",
|
|
3545
|
+
"base0D": "#0000ff",
|
|
3546
|
+
"base0E": "#ff00ff",
|
|
3547
|
+
"base0F": "#008000"
|
|
3548
|
+
},
|
|
3549
|
+
"dark": true
|
|
3550
|
+
},
|
|
3551
|
+
"woodland": {
|
|
3552
|
+
"name": "woodland",
|
|
3553
|
+
"colors": {
|
|
3554
|
+
"base00": "#231e18",
|
|
3555
|
+
"base01": "#302b25",
|
|
3556
|
+
"base02": "#48413a",
|
|
3557
|
+
"base03": "#9d8b70",
|
|
3558
|
+
"base04": "#b4a490",
|
|
3559
|
+
"base05": "#cabcb1",
|
|
3560
|
+
"base06": "#d7c8bc",
|
|
3561
|
+
"base07": "#e4d4c8",
|
|
3562
|
+
"base08": "#d35c5c",
|
|
3563
|
+
"base09": "#ca7f32",
|
|
3564
|
+
"base0A": "#e0ac16",
|
|
3565
|
+
"base0B": "#b7ba53",
|
|
3566
|
+
"base0C": "#6eb958",
|
|
3567
|
+
"base0D": "#88a4d3",
|
|
3568
|
+
"base0E": "#bb90e2",
|
|
3569
|
+
"base0F": "#b49368"
|
|
3570
|
+
},
|
|
3571
|
+
"dark": true
|
|
3572
|
+
},
|
|
3573
|
+
"xcode-dusk": {
|
|
3574
|
+
"name": "xcode-dusk",
|
|
3575
|
+
"colors": {
|
|
3576
|
+
"base00": "#282B35",
|
|
3577
|
+
"base01": "#3D4048",
|
|
3578
|
+
"base02": "#53555D",
|
|
3579
|
+
"base03": "#686A71",
|
|
3580
|
+
"base04": "#7E8086",
|
|
3581
|
+
"base05": "#939599",
|
|
3582
|
+
"base06": "#A9AAAE",
|
|
3583
|
+
"base07": "#BEBFC2",
|
|
3584
|
+
"base08": "#B21889",
|
|
3585
|
+
"base09": "#786DC5",
|
|
3586
|
+
"base0A": "#438288",
|
|
3587
|
+
"base0B": "#DF0002",
|
|
3588
|
+
"base0C": "#00A0BE",
|
|
3589
|
+
"base0D": "#790EAD",
|
|
3590
|
+
"base0E": "#B21889",
|
|
3591
|
+
"base0F": "#C77C48"
|
|
3592
|
+
},
|
|
3593
|
+
"dark": true
|
|
3594
|
+
},
|
|
3595
|
+
"zenburn": {
|
|
3596
|
+
"name": "zenburn",
|
|
3597
|
+
"colors": {
|
|
3598
|
+
"base00": "#383838",
|
|
3599
|
+
"base01": "#404040",
|
|
3600
|
+
"base02": "#606060",
|
|
3601
|
+
"base03": "#6f6f6f",
|
|
3602
|
+
"base04": "#808080",
|
|
3603
|
+
"base05": "#dcdccc",
|
|
3604
|
+
"base06": "#c0c0c0",
|
|
3605
|
+
"base07": "#ffffff",
|
|
3606
|
+
"base08": "#dca3a3",
|
|
3607
|
+
"base09": "#dfaf8f",
|
|
3608
|
+
"base0A": "#e0cf9f",
|
|
3609
|
+
"base0B": "#5f7f5f",
|
|
3610
|
+
"base0C": "#93e0e3",
|
|
3611
|
+
"base0D": "#7cb8bb",
|
|
3612
|
+
"base0E": "#dc8cc3",
|
|
3613
|
+
"base0F": "#a33737"
|
|
3614
|
+
},
|
|
3615
|
+
"dark": true
|
|
3616
|
+
}
|
|
3617
|
+
}
|