1 |
- {"version":3,"file":"7428.547ee6b705ff5620ba17.js","mappings":"iFAAAA,IAAIC,OACF,yBACA,CAAC,UAAW,UAAW,SAAU,gBACjC,SAAUC,EAAUC,EAASC,GAC3B,aAEAD,EAAQE,QAAS,EACjBF,EAAQG,SAAW,eACnBH,EAAQI,QACN,q8EAwGQL,EAAS,cACfM,gBAAgBL,EAAQI,QAASJ,EAAQG","sources":["webpack://grafana/./public/app/angular/components/code_editor/theme-grafana-dark.js"],"sourcesContent":["ace.define(\n 'ace/theme/grafana-dark',\n ['require', 'exports', 'module', 'ace/lib/dom'],\n function (acequire, exports, module) {\n 'use strict';\n\n exports.isDark = true;\n exports.cssClass = 'gf-code-dark';\n exports.cssText =\n '.gf-code-dark .ace_gutter {\\\n background: #2f3129;\\\n color: #8f908a\\\n }\\\n .gf-code-dark .ace_print-margin {\\\n width: 1px;\\\n background: #555651\\\n }\\\n .gf-code-dark {\\\n background-color: #09090b;\\\n color: #e0e0e0\\\n }\\\n .gf-code-dark .ace_cursor {\\\n color: #f8f8f0\\\n }\\\n .gf-code-dark .ace_marker-layer .ace_selection {\\\n background: #49483e\\\n }\\\n .gf-code-dark.ace_multiselect .ace_selection.ace_start {\\\n box-shadow: 0 0 3px 0px #272822;\\\n }\\\n .gf-code-dark .ace_marker-layer .ace_step {\\\n background: rgb(102, 82, 0)\\\n }\\\n .gf-code-dark .ace_marker-layer .ace_bracket {\\\n margin: -1px 0 0 -1px;\\\n border: 1px solid #49483e\\\n }\\\n .gf-code-dark .ace_marker-layer .ace_active-line {\\\n background: #202020\\\n }\\\n .gf-code-dark .ace_gutter-active-line {\\\n background-color: #272727\\\n }\\\n .gf-code-dark .ace_marker-layer .ace_selected-word {\\\n border: 1px solid #49483e\\\n }\\\n .gf-code-dark .ace_invisible {\\\n color: #52524d\\\n }\\\n .gf-code-dark .ace_entity.ace_name.ace_tag,\\\n .gf-code-dark .ace_keyword,\\\n .gf-code-dark .ace_meta.ace_tag,\\\n .gf-code-dark .ace_storage {\\\n color: #66d9ef\\\n }\\\n .gf-code-dark .ace_punctuation,\\\n .gf-code-dark .ace_punctuation.ace_tag {\\\n color: #fff\\\n }\\\n .gf-code-dark .ace_constant.ace_character,\\\n .gf-code-dark .ace_constant.ace_language,\\\n .gf-code-dark .ace_constant.ace_numeric,\\\n .gf-code-dark .ace_constant.ace_other {\\\n color: #fe85fc\\\n }\\\n .gf-code-dark .ace_invalid {\\\n color: #f8f8f0;\\\n background-color: #f92672\\\n }\\\n .gf-code-dark .ace_invalid.ace_deprecated {\\\n color: #f8f8f0;\\\n background-color: #ae81ff\\\n }\\\n .gf-code-dark .ace_support.ace_constant,\\\n .gf-code-dark .ace_support.ace_function {\\\n color: #59e6e3\\\n }\\\n .gf-code-dark .ace_fold {\\\n background-color: #a6e22e;\\\n border-color: #f8f8f2\\\n }\\\n .gf-code-dark .ace_storage.ace_type,\\\n .gf-code-dark .ace_support.ace_class,\\\n .gf-code-dark .ace_support.ace_type {\\\n font-style: italic;\\\n color: #66d9ef\\\n }\\\n .gf-code-dark .ace_entity.ace_name.ace_function,\\\n .gf-code-dark .ace_entity.ace_other,\\\n .gf-code-dark .ace_entity.ace_other.ace_attribute-name,\\\n .gf-code-dark .ace_variable {\\\n color: #a6e22e\\\n }\\\n .gf-code-dark .ace_variable.ace_parameter {\\\n font-style: italic;\\\n color: #fd971f\\\n }\\\n .gf-code-dark .ace_string {\\\n color: #74e680\\\n }\\\n .gf-code-dark .ace_paren {\\\n color: #f0a842\\\n }\\\n .gf-code-dark .ace_operator {\\\n color: #FFF\\\n }\\\n .gf-code-dark .ace_comment {\\\n color: #75715e\\\n }\\\n .gf-code-dark .ace_indent-guide {\\\n background: url(data:image/png;base64,ivborw0kggoaaaansuheugaaaaeaaaaccayaaaczgbynaaaaekleqvqimwpq0fd0zxbzd/wpaajvaoxesgneaaaaaelftksuqmcc) right repeat-y\\\n }';\n\n var dom = acequire('../lib/dom');\n dom.importCssString(exports.cssText, exports.cssClass);\n }\n);\n"],"names":["ace","define","acequire","exports","module","isDark","cssClass","cssText","importCssString"],"sourceRoot":""}
|