| <!-- |
| Copyright (C) 2017 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <dom-module id="gr-editor-styles"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/addon/fold/foldgutter.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/lib/codemirror.css"> |
| <!-- Do not remove any of these themes, otherwise it will break syntax highlighting if a user chooses |
| a theme that was not loaded --> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/3024-day.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/3024-night.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/abcdef.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/ambiance.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/ambiance-mobile.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/base16-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/base16-light.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/bespin.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/blackboard.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/cobalt.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/colorforth.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/dracula.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/duotone-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/duotone-light.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/eclipse.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/elegant.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/erlang-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/hopscotch.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/icecoder.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/isotope.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/lesser-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/liquibyte.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/material.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/mbo.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/mdn-like.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/midnight.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/monokai.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/neat.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/neo.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/night.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/panda-syntax.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/paraiso-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/paraiso-light.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/pastel-on-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/railscasts.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/rubyblue.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/seti.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/solarized.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/the-matrix.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/tomorrow-night-bright.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/tomorrow-night-eighties.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/ttcn.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/twilight.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/vibrant-ink.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/xq-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/xq-light.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/yeti.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/zenburn.css"> |
| <template> |
| <style></style> |
| </template> |
| </dom-module> |