| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you 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. |
| |
| --> |
| <!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
| |
| <fontscolors> |
| <!-- See http://ui.netbeans.org/docs/ui/editor_fonts_colors/Editor_fonts_and_colors.htm --> |
| |
| <fontcolor name="error" default="error"/> |
| <fontcolor name="number" default="number"/> |
| <fontcolor name="string" default="string"/> |
| <fontcolor name="comment" default="comment"/> |
| <fontcolor name="keyword" default="keyword"/> |
| <fontcolor name="operator" default="operator"/> |
| <fontcolor name="separator" default="separator"/> |
| <fontcolor name="identifier" default="identifier"/> |
| <fontcolor name="whitespace" default="whitespace"/> |
| |
| <fontcolor name="mod-method"> |
| <font style="bold" /> |
| </fontcolor> |
| <fontcolor name="mod-constructor"> |
| <font style="bold" /> |
| </fontcolor> |
| <fontcolor name="mod-class"> |
| <font style="bold" /> |
| </fontcolor> |
| <fontcolor name="mod-static"> |
| <font style="italic" /> |
| </fontcolor> |
| <fontcolor name="mod-field" default="field"/> |
| <fontcolor name="mod-unused" waveUnderlined="999999"/> |
| <fontcolor name="mod-deprecated" strikeThrough="404040" /> |
| </fontscolors> |