Created
September 19, 2024 02:47
-
-
Save hangbale/6324edb2d5f32d29ffcf899dbafc05b0 to your computer and use it in GitHub Desktop.
rime输入法仿Mac原生皮肤
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flat_light: | |
| name: "扁平明/Flat Light" | |
| font_point: 18.0 | |
| candidate_list_layout: linear # | |
| text_orientation: horizontal # | |
| # inline_preedit: false # | |
| horizontal: true | |
| translucency: true | |
| mutual_exclusive: true | |
| corner_radius: 12.0 | |
| hilited_corner_radius: 12.0 | |
| border_height: -1.0 | |
| border_width: -1.0 | |
| line_spacing: 4.0 | |
| spacing: 10.0 | |
| alpha: 80 | |
| shadow_size: 1.0 | |
| color_space: display_p3 | |
| back_color: 0x1AFFFFFF | |
| candidate_text_color: 0xB3000000 | |
| comment_text_color: 0x80333333 | |
| label_color: 0xBB333333 | |
| hilited_candidate_back_color: 0x4DFFFFFF | |
| hilited_candidate_text_color: 0x000000 | |
| hilited_comment_text_color: 0xBF333333 | |
| hilited_candidate_label_color: 0x000000 | |
| preedit_back_color: 0x1A000000 | |
| text_color: 0xBF323232 | |
| hilited_text_color: 0xBF1A1A1A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment