1# ibus-rime configuration 2 3config_version: '1.0' 4 5style: 6 # candidate list orientation (false|true). 7 horizontal: false 8 9 # embed preedit text in the input field (false|true). 10 inline_preedit: true 11 12 # `preedit_style` specifies what to display as inline preedit text. 13 # display inline the input under conversion. 14 preedit_style: composition 15 # preview the converted text. 16 # preedit_style: preview 17 18 # `cursor_type` specifies where the inline cursor is located. 19 # inline cursor is at the insertion point. 20 cursor_type: insert 21 # inline cursor is at the beginning of text under conversion. 22 # cursor_type: select 23 24 # built-in color schemes for highlighting the portion of inline preedit text 25 # that needs focus. (null|aqua|azure|ink|luna) 26 # by default highlighting color is not used. 27 color_scheme: ~ 28 # color_scheme: aqua 29