1 |
- {"version":3,"file":"theme-gruvbox_light_hard-7a1a6e40.js","sources":["../../node_modules/ace-builds/src-noconflict/theme-gruvbox_light_hard.js"],"sourcesContent":["ace.define(\"ace/theme/gruvbox_light_hard-css\",[\"require\",\"exports\",\"module\"], function(require, exports, module){module.exports = \".ace-gruvbox-light-hard .ace_gutter {\\n background: #f9f5d7;\\n color: rgb(155,151,135)\\n}\\n\\n.ace-gruvbox-light-hard .ace_print-margin {\\n width: 1px;\\n background: #e8e8e8\\n}\\n\\n.ace-gruvbox-light-hard {\\n background-color: #f9f5d7;\\n color: rgba(60, 56, 54, 0.50)\\n}\\n\\n.ace-gruvbox-light-hard .ace_cursor {\\n color: #7c6f64\\n}\\n\\n.ace-gruvbox-light-hard .ace_marker-layer .ace_selection {\\n background: #ebdbb2\\n}\\n\\n.ace-gruvbox-light-hard.ace_multiselect .ace_selection.ace_start {\\n box-shadow: 0 0 3px 0px #f9f5d7;\\n border-radius: 2px\\n}\\n\\n.ace-gruvbox-light-hard .ace_marker-layer .ace_step {\\n background: rgb(198, 219, 174)\\n}\\n\\n.ace-gruvbox-light-hard .ace_marker-layer .ace_bracket {\\n margin: -1px 0 0 -1px;\\n border: 1px solid rgba(60, 56, 54, 0.15)\\n}\\n\\n.ace-gruvbox-light-hard .ace_marker-layer .ace_active-line {\\n background: #ebdbb2\\n}\\n\\n.ace-gruvbox-light-hard .ace_gutter-active-line {\\n background-color: #ebdbb2\\n}\\n\\n.ace-gruvbox-light-hard .ace_marker-layer .ace_selected-word {\\n border: 1px solid #ebdbb2\\n}\\n\\n.ace-gruvbox-light-hard .ace_fold {\\n background-color: #79740e;\\n border-color: rgba(60, 56, 54, 0.50)\\n}\\n\\n.ace-gruvbox-light-hard .ace_keyword {\\n color: #9d0006\\n}\\n\\n.ace-gruvbox-light-hard .ace_keyword.ace_operator {\\n color: #427b58\\n}\\n\\n.ace-gruvbox-light-hard .ace_keyword.ace_other.ace_unit {\\n color: #b16286\\n}\\n\\n.ace-gruvbox-light-hard .ace_constant {\\n color: #8f3f71\\n}\\n\\n.ace-gruvbox-light-hard .ace_constant.ace_numeric {\\n color: #8f3f71\\n}\\n\\n.ace-gruvbox-light-hard .ace_constant.ace_character.ace_escape {\\n color: #9d0006\\n}\\n\\n.ace-gruvbox-light-hard .ace_constant.ace_other {\\n color: #8f3f71\\n}\\n\\n.ace-gruvbox-light-hard .ace_support.ace_function {\\n color: #427b58\\n}\\n\\n.ace-gruvbox-light-hard .ace_support.ace_constant {\\n color: #8f3f71\\n}\\n\\n.ace-gruvbox-light-hard .ace_support.ace_constant.ace_property-value {\\n color: #1d2021\\n}\\n\\n.ace-gruvbox-light-hard .ace_support.ace_class {\\n color: #b57614\\n}\\n\\n.ace-gruvbox-light-hard .ace_support.ace_type {\\n color: #b57614\\n}\\n\\n.ace-gruvbox-light-hard .ace_storage {\\n color: #9d0006\\n}\\n\\n.ace-gruvbox-light-hard .ace_invalid {\\n color: #1d2021;\\n background-color: #9d0006\\n}\\n\\n.ace-gruvbox-light-hard .ace_string {\\n color: #79740e\\n}\\n\\n.ace-gruvbox-light-hard .ace_string.ace_regexp {\\n color: #79740e\\n}\\n\\n.ace-gruvbox-light-hard .ace_comment {\\n font-style: italic;\\n color: #928374\\n}\\n\\n.ace-gruvbox-light-hard .ace_variable {\\n color: #076678\\n}\\n\\n.ace-gruvbox-light-hard .ace_variable.ace_language {\\n color: #8f3f71\\n}\\n\\n.ace-gruvbox-light-hard .ace_variable.ace_parameter {\\n color: #1d2021\\n}\\n\\n.ace-gruvbox-light-hard .ace_meta.ace_tag {\\n color: #1d2021\\n}\\n\\n.ace-gruvbox-light-hard .ace_entity.ace_other.ace_attribute-name {\\n color: #b57614\\n}\\n\\n.ace-gruvbox-light-hard .ace_entity.ace_name.ace_function {\\n color: #79740e\\n}\\n\\n.ace-gruvbox-light-hard .ace_entity.ace_name.ace_tag {\\n color: #076678\\n}\\n\\n.ace-gruvbox-light-hard .ace_markup.ace_heading {\\n color: #79740e\\n}\\n\\n.ace-gruvbox-light-hard .ace_markup.ace_list {\\n color: #076678\\n}\\n\\n.ace-gruvbox-light-hard .ace_indent-guide {\\n background: url(\\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==\\\") right repeat-y;\\n}\\n\\n.ace-gruvbox-light-hard .ace_indent-guide-active {\\n background: url(\\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC\\\") right repeat-y;\\n} \\n\";\n\n});\n\nace.define(\"ace/theme/gruvbox_light_hard\",[\"require\",\"exports\",\"module\",\"ace/theme/gruvbox_light_hard-css\",\"ace/lib/dom\"], function(require, exports, module){exports.isDark = false;\nexports.cssClass = \"ace-gruvbox-light-hard\";\nexports.cssText = require(\"./gruvbox_light_hard-css\");\nvar dom = require(\"../lib/dom\");\ndom.importCssString(exports.cssText, exports.cssClass);\n\n}); (function() {\n ace.require([\"ace/theme/gruvbox_light_hard\"], function(m) {\n if (typeof module == \"object\" && typeof exports == \"object\" && module) {\n module.exports = m;\n }\n });\n })();\n "],"names":["require","exports","module","dom","m"],"mappings":"gaAAA,IAAI,OAAO,mCAAmC,CAAC,UAAU,UAAU,QAAQ,EAAG,SAASA,EAASC,EAASC,EAAO,CAACA,EAAO,QAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CAElI,CAAC,EAED,IAAI,OAAO,+BAA+B,CAAC,UAAU,UAAU,SAAS,mCAAmC,aAAa,EAAG,SAASF,EAASC,EAASC,EAAO,CAACD,EAAQ,OAAS,GAC/KA,EAAQ,SAAW,yBACnBA,EAAQ,QAAUD,EAAQ,0BAA0B,EACpD,IAAIG,EAAMH,EAAQ,YAAY,EAC9BG,EAAI,gBAAgBF,EAAQ,QAASA,EAAQ,QAAQ,CAErD,CAAC,EAAmB,UAAW,CACX,IAAI,QAAQ,CAAC,8BAA8B,EAAG,SAASG,EAAG,CACSF,IAC3DA,EAAA,QAAiBE,EAE7C,CAAqB,CACrB","x_google_ignoreList":[0]}
|