|
| 1 | +# Copyright 2010-2021, Google Inc. |
| 2 | +# All rights reserved. |
| 3 | +# |
| 4 | +# Redistribution and use in source and binary forms, with or without |
| 5 | +# modification, are permitted provided that the following conditions are |
| 6 | +# met: |
| 7 | +# |
| 8 | +# * Redistributions of source code must retain the above copyright |
| 9 | +# notice, this list of conditions and the following disclaimer. |
| 10 | +# * Redistributions in binary form must reproduce the above |
| 11 | +# copyright notice, this list of conditions and the following disclaimer |
| 12 | +# in the documentation and/or other materials provided with the |
| 13 | +# distribution. |
| 14 | +# * Neither the name of Google Inc. nor the names of its |
| 15 | +# contributors may be used to endorse or promote products derived from |
| 16 | +# this software without specific prior written permission. |
| 17 | +# |
| 18 | +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 19 | +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 20 | +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 21 | +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 22 | +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 23 | +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 24 | +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 25 | +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 26 | +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 27 | +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 28 | +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 29 | + |
| 30 | +# proto-file: third_party/mozc/src/protocol/renderer_style.proto |
| 31 | +# proto-message: RendererStyle |
| 32 | +window_border: 1 |
| 33 | +scrollbar_width: 4 |
| 34 | +row_rect_padding: 0 |
| 35 | +border_color { r: 150 g: 150 b: 150 } |
| 36 | +# text_style of shortcut |
| 37 | +text_styles { |
| 38 | + font_size: 14 |
| 39 | + foreground_color { r: 119 g: 119 b: 119 } |
| 40 | + background_color { r: 243 g: 244 b: 255 } |
| 41 | + left_padding: 8 |
| 42 | + right_padding: 8 |
| 43 | +} |
| 44 | +# text_style of gap1 |
| 45 | +text_styles { font_size: 14 } |
| 46 | +# text_style of candidate |
| 47 | +text_styles { font_size: 14 } |
| 48 | +# text_style of description |
| 49 | +text_styles { |
| 50 | + font_size: 12 |
| 51 | + foreground_color { r: 136 g: 136 b: 136 } |
| 52 | + right_padding: 8 |
| 53 | +} |
| 54 | +# We want to ensure that the candidate window is at least wide |
| 55 | +# enough to render "そのほかの文字種 " as a candidate. |
| 56 | +column_minimum_width_string: "そのほかの文字種 " |
| 57 | +footer_style { font_size: 14 left_padding: 4 right_padding: 4 } |
| 58 | +footer_sub_label_style { |
| 59 | + font_size: 10 |
| 60 | + foreground_color { r: 167 g: 167 b: 167 } |
| 61 | + left_padding: 4 |
| 62 | + right_padding: 4 |
| 63 | +} |
| 64 | +footer_border_colors { r: 96 g: 96 b: 96 } |
| 65 | +footer_top_color { r: 255 g: 255 b: 255 } |
| 66 | +footer_bottom_color { r: 238 g: 238 b: 238 } |
| 67 | +logo_file_name: "candidate_window_logo.tiff" |
| 68 | +focused_background_color { r: 209 g: 234 b: 255 } |
| 69 | +focused_border_color { r: 127 g: 172 b: 221 } |
| 70 | +scrollbar_background_color { r: 224 g: 224 b: 224 } |
| 71 | +scrollbar_indicator_color { r: 117 g: 144 b: 184 } |
| 72 | +infolist_style { |
| 73 | + caption_string: "用例" |
| 74 | + caption_height: 20 |
| 75 | + caption_padding: 1 |
| 76 | + caption_style { font_size: 12 left_padding: 2 } |
| 77 | + caption_background_color { r: 236 g: 240 b: 250 } |
| 78 | + window_border: 1 |
| 79 | + row_rect_padding: 2 |
| 80 | + window_width: 300 |
| 81 | + title_style { font_size: 15 left_padding: 5 } |
| 82 | + description_style { font_size: 12 left_padding: 15 } |
| 83 | + border_color { r: 150 g: 150 b: 150 } |
| 84 | + focused_background_color { r: 209 g: 234 b: 255 } |
| 85 | + focused_border_color { r: 127 g: 172 b: 221 } |
| 86 | +} |
0 commit comments