Created
January 17, 2026 01:09
-
-
Save czyt/691413aa09e9db2c29bfcb5a4c66be9e to your computer and use it in GitHub Desktop.
rime主题
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
| jianchun: | |
| name: 简纯 | |
| author: amzxyz | |
| back_color: "0xf2f2f2" | |
| border_color: "0xCE7539" | |
| text_color: "0x3c647e" | |
| hilited_text_color: "0x3c647e" | |
| hilited_back_color: "0x797954" | |
| hilited_comment_text_color: "0xffffff" | |
| hilited_candidate_text_color: "0xffffff" | |
| hilited_candidate_back_color: "0xCE7539" | |
| hilited_label_color: "0xdedede" | |
| candidate_text_color: "0x000000" | |
| comment_text_color: "0x000000" | |
| label_color: "0x91897e" | |
| win11_light: | |
| name: "Win11浅色 / Win11light" | |
| text_color: 0x191919 | |
| label_color: 0x191919 | |
| hilited_label_color: 0x191919 | |
| back_color: 0xf9f9f9 | |
| border_color: 0x009e5a00 | |
| hilited_mark_color: 0xc06700 | |
| hilited_candidate_back_color: 0xf0f0f0 | |
| shadow_color: 0x20000000 | |
| win11_dark: | |
| name: "Win11暗色 / Win11Dark" | |
| text_color: 0xf9f9f9 | |
| label_color: 0xf9f9f9 | |
| back_color: 0x2C2C2C | |
| hilited_label_color: 0xf9f9f9 | |
| border_color: 0x002C2C2C | |
| hilited_mark_color: 0xFFC24C | |
| hilited_candidate_back_color: 0x383838 | |
| shadow_color: 0x20000000 | |
| mac_light: | |
| name: "Mac 白" | |
| text_color: 0x000000 | |
| back_color: 0xffffff | |
| border_color: 0xe9e9e9 | |
| label_color: 0x999999 | |
| hilited_text_color: 0x000000 | |
| hilited_back_color: 0xffffff | |
| candidate_text_color: 0x000000 | |
| comment_text_color: 0x999999 | |
| hilited_candidate_text_color: 0xffffff | |
| hilited_comment_text_color: 0xdddddd | |
| hilited_candidate_back_color: 16740656 | |
| hilited_label_color: 0xffffff | |
| wechat: | |
| name: "微信/Wechat" | |
| text_color: 0x424242 | |
| label_color: 0x999999 | |
| back_color: 0xFFFFFF | |
| border_color: 0xFFFFFF | |
| comment_text_color: 0x999999 | |
| candidate_text_color: 0x3c3c3c | |
| hilited_comment_text_color: 0xFFFFFF | |
| hilited_back_color: 0x79af22 | |
| hilited_text_color: 0xFFFFFF | |
| hilited_label_color: 0xFFFFFF | |
| hilited_candidate_back_color: 0x79af22 | |
| shadow_color: 0x20000000 | |
| Lumk_light: | |
| name: "鹿鸣/Lumk light" | |
| author: "Lumk X <[email protected]>" | |
| back_color: 0xF9F9F9 | |
| border_color: 0xE2E7F5 | |
| candidate_text_color: 0x121212 | |
| comment_text_color: 0x8E8E8E | |
| hilited_candidate_back_color: 0xECE4FC | |
| hilited_candidate_label_color: 0xB18FF4 | |
| hilited_candidate_text_color: 0x7A40EC | |
| hilited_label_color: 0xA483EC | |
| hilited_mark_color: 0x7A40EC | |
| label_color: 0x888785 | |
| text_color: 0x8100EB | |
| shadow_color: 0x20000000 | |
| amber-7: | |
| name: 淡白/weasel | |
| author: 五笔小筑 <[email protected]> | |
| # 背景设置 | |
| back_color: 0xffffff # 窗口背景 | |
| border_color: 0xE99321 # 窗口边框 | |
| shadow_color: 0x00000000 # 窗口阴影 | |
| # 内选区域 | |
| text_color: 0xE99321 # 文字 | |
| hilited_text_color: 0x2238dc # 编码 | |
| hilited_back_color: 0xffffff # 背景 | |
| hilited_shadow_color: 0x00000000 # 阴影 | |
| # 以下两项在 inline_preedit: false 时生效 | |
| nextpage_color: 0x0000FF # 翻页箭头颜色:下一页;不设置则不显示箭头 | |
| prevpage_color: 0x0000FF # 翻页箭头颜色:上一页;不设置则不显示箭头 | |
| # 激活候选项 | |
| hilited_mark_color: 0x00000000 # 激活标签 | |
| hilited_label_color: 0x2021FF #序号文字 | |
| hilited_candidate_text_color: 0x2021FF #候选文字 | |
| hilited_comment_text_color: 0x000000 #提示文字 | |
| hilited_candidate_back_color: 0xECF1FC #激活背景 | |
| hilited_candidate_border_color: 0xCFDCFD #激活边框 | |
| hilited_candidate_shadow_color: 0x00000000 #激活阴影 | |
| # 其它候选项 | |
| label_color: 0xE99321 #序号文字 | |
| candidate_text_color: 0xE99321 #候选文字 | |
| comment_text_color: 0x000000 #提示文字 | |
| candidate_back_color: 0xffffff #候选背景 | |
| candidate_border_color: 0xffffff #候选边框 | |
| candidate_shadow_color: 0x00000000 #候选阴影 | |
| win10gray: | |
| name: win10灰/win10gray | |
| author: 五笔小筑 <[email protected]> | |
| back_color: 0xfff4f4f4 | |
| shadow_color: 0xf7606060 | |
| border_color: 0xff305c3c | |
| text_color: 0xff000000 | |
| hilited_text_color: 0xff000000 | |
| hilited_back_color: 0x4ff4f4f4 | |
| hilited_shadow_color: 0x00000000 | |
| hilited_mark_color: 0xffd77800 | |
| hilited_label_color: 0xff555555 | |
| hilited_candidate_text_color: 0xff000000 | |
| hilited_comment_text_color: 0xff555555 | |
| hilited_candidate_back_color: 0x4fcccccc | |
| hilited_candidate_border_color: 0x00000000 | |
| hilited_candidate_shadow_color: 0x00000000 | |
| label_color: 0xff888888 | |
| candidate_text_color: 0xff222222 | |
| comment_text_color: 0xff888888 | |
| candidate_back_color: 0x00000000 | |
| candidate_border_color: 0x00000000 | |
| candidate_shadow_color: 0x00000000 | |
| mint_light_blue: | |
| name: "蓝水鸭/Mint Light Blue" | |
| author: Mintimate <"Mintimate's Blog"> | |
| text_color: 0x6495ed | |
| back_color: 0xefefef | |
| label_color: 0xcac9c8 | |
| border_color: 0xefefef | |
| shadow_color: 0xb4000000 | |
| comment_text_color: 0xcac9c8 | |
| candidate_text_color: 0x424242 | |
| hilited_text_color: 0xed9564 | |
| hilited_back_color: 0xefefef | |
| hilited_candidate_back_color: 0xed9564 | |
| hilited_candidate_text_color: 0xefefef | |
| hilited_candidate_label_color: 0xcac9c8 | |
| hilited_label_color: 0xcac9c8 | |
| hilited_comment_text_color: 0xefefef | |
| nextpage_color: 0x0000FF | |
| prevpage_color: 0x0000FF | |
| ayaya: | |
| name: "文文/Ayaya" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "LXGWWenKai-Regular, PingFangSC" | |
| font_point: 16.5 | |
| label_font_face: "LXGWWenKai-Regular, PingFangSC" | |
| label_font_point: 12 | |
| candidate_format: "[label]\u2005[candidate] [comment]" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 5 | |
| hilited_corner_radius: 0 | |
| border_height: 0 | |
| border_width: 0 | |
| alpha: 0.95 | |
| shadow_size: 0 | |
| color_space: display_p3 | |
| back_color: 0xFFFFFF | |
| border_color: 0xECE4FC | |
| candidate_text_color: 0x121212 | |
| comment_text_color: 0x8E8E8E | |
| label_color: 0x888785 | |
| hilited_candidate_back_color: 0xECE4FC | |
| hilited_candidate_text_color: 0x7A40EC | |
| hilited_comment_text_color: 0x8E8E8E | |
| hilited_candidate_label_color: 0xB18FF4 | |
| text_color: 0x8100EB | |
| hilited_text_color: 0xD8000000 | |
| ayaya_dark: | |
| name: "文文/Ayaya/深色" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "LXGWWenKai-Regular, PingFangSC" | |
| font_point: 16.5 | |
| label_font_face: "LXGWWenKai-Regular, PingFangSC" | |
| label_font_point: 12 | |
| candidate_format: "[label]\u2005[candidate] [comment]" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 5 | |
| hilited_corner_radius: 0 | |
| border_height: 0 | |
| border_width: 0 | |
| alpha: 0.95 | |
| shadow_size: 0 | |
| color_space: display_p3 | |
| back_color: 0x000000 | |
| border_color: 0xECE4FC | |
| candidate_text_color: 0xD2D2D2 | |
| comment_text_color: 0x8E8E8E | |
| label_color: 0x888785 | |
| hilited_candidate_back_color: 0x2C1E3C | |
| hilited_candidate_text_color: 0x7036E2 | |
| hilited_comment_text_color: 0x8E8E8E | |
| hilited_candidate_label_color: 0x7036E2 | |
| text_color: 0x8100EB | |
| hilited_text_color: 0xD8000000 | |
| reimu: | |
| name: "灵梦/Reimu" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "LXGWWenKai-Regular, PingFangSC" | |
| font_point: 17 | |
| label_font_face: "LXGWWenKai-Regular, PingFangSC" | |
| label_font_point: 14 | |
| candidate_format: "[label]\u2005[candidate] [comment]" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 7 | |
| hilited_corner_radius: 6 | |
| border_height: 1 | |
| border_width: 1 | |
| alpha: 0.95 | |
| shadow_size: 2 | |
| color_space: display_p3 | |
| back_color: 0xF5FCFD | |
| candidate_text_color: 0x282C32 | |
| comment_text_color: 0x717172 | |
| label_color: 0x888785 | |
| hilited_candidate_back_color: 0xF5FCFD | |
| hilited_candidate_text_color: 0x4F00E5 | |
| hilited_comment_text_color: 0x9F9CF2 | |
| hilited_candidate_label_color: 0x4F00E5 | |
| text_color: 0x6B54E9 | |
| hilited_text_color: 0xD8000000 | |
| reimu_dark: | |
| name: "灵梦/Reimu/深色" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "LXGWWenKai-Regular, PingFangSC" | |
| font_point: 17 | |
| label_font_face: "LXGWWenKai-Regular, PingFangSC" | |
| label_font_point: 14 | |
| candidate_format: "[label]\u2005[candidate] [comment]" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 7 | |
| hilited_corner_radius: 6 | |
| border_height: 1 | |
| border_width: 1 | |
| alpha: 0.95 | |
| shadow_size: 2 | |
| color_space: display_p3 | |
| back_color: 0x020A00 | |
| border_color: 0x020A00 | |
| candidate_text_color: 0xC0C0C0 | |
| comment_text_color: 0x717172 | |
| label_color: 0x717172 | |
| hilited_candidate_back_color: 0x0C140A | |
| hilited_candidate_text_color: 0x3100C7 | |
| hilited_comment_text_color: 0x7772AF | |
| hilited_candidate_label_color: 0x3100C7 | |
| text_color: 0x6B54E9 | |
| hilited_text_color: 0xD8000000 | |
| apathy: | |
| name: "冷漠/Apathy" | |
| author: LIANG Hai | |
| font_face: "PingFangSC-Regular" | |
| font_point: 16 | |
| label_font_face: "STHeitiSC-Light" | |
| label_font_point: 12 | |
| candidate_format: "[label]\u2005[candidate] [comment]" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 5 | |
| alpha: 0.95 | |
| color_space: srgb | |
| back_color: 0xFFFFFF | |
| candidate_text_color: 0xD8000000 | |
| comment_text_color: 0x999999 | |
| label_color: 0xE5555555 | |
| hilited_candidate_back_color: 0xFFF0E4 | |
| hilited_candidate_text_color: 0xEE6E00 | |
| hilited_comment_text_color: 0x999999 | |
| hilited_candidate_label_color: 0xF4994C | |
| text_color: 0x424242 | |
| hilited_text_color: 0xD8000000 | |
| win10: | |
| name: "WIN10" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "LXGWWenKai-Regular, PingFangSC" | |
| font_point: 16.5 | |
| label_font_face: "LXGWWenKai-Regular, PingFangSC" | |
| label_font_point: 12 | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 0 | |
| hilited_corner_radius: -6 | |
| border_height: 7 | |
| border_width: 6 | |
| spacing: 10 | |
| color_space: srgb | |
| back_color: 0xFFFFFF | |
| candidate_text_color: 0x000000 | |
| comment_text_color: 0x888888 | |
| label_color: 0x888888 | |
| hilited_candidate_back_color: 0xCC8F29 | |
| hilited_candidate_text_color: 0xFFFFFF | |
| hilited_comment_text_color: 0xFFFFFF | |
| hilited_candidate_label_color: 0xEEDAB8 | |
| text_color: 0x000000 | |
| hilited_back_color: 0xFFFFFF | |
| hilited_text_color: 0x000000 | |
| win10_ayaya: | |
| name: "WIN10/文文/Ayaya" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "LXGWWenKai-Regular, PingFangSC" | |
| font_point: 16.5 | |
| label_font_face: "LXGWWenKai-Regular, PingFangSC" | |
| label_font_point: 12 | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 0 | |
| hilited_corner_radius: -6 | |
| border_height: 7 | |
| border_width: 6 | |
| spacing: 10 | |
| color_space: display_p3 | |
| back_color: 0xFFFFFF | |
| border_color: 0xFFFFFF | |
| candidate_text_color: 0x121212 | |
| comment_text_color: 0x8E8E8E | |
| label_color: 0x888785 | |
| hilited_candidate_back_color: 0xECE4FC | |
| hilited_candidate_text_color: 0x7A40EC | |
| hilited_comment_text_color: 0x8E8E8E | |
| hilited_candidate_label_color: 0xB18FF4 | |
| text_color: 0x8100EB | |
| hilited_text_color: 0xD8000000 | |
| macos12_light: | |
| name: "高仿亮色 macOS" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "PingFangSC-Regular" | |
| font_point: 15 | |
| label_font_face: "PingFangSC-Regular" | |
| label_font_point: 12 | |
| comment_font_face: "PingFangSC-Regular" | |
| comment_font_point: 13 | |
| candidate_format: "[label]\u2004[candidate] [comment]" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 7 | |
| hilited_corner_radius: 6 | |
| border_width: 2 | |
| line_spacing: 1 | |
| color_space: display_p3 | |
| back_color: 0xFFFFFF | |
| border_color: 0xFFFFFF | |
| candidate_text_color: 0xD8000000 | |
| comment_text_color: 0x3F000000 | |
| label_color: 0x7F7F7F | |
| hilited_candidate_back_color: 0xD05925 | |
| hilited_candidate_text_color: 0xFFFFFF | |
| hilited_comment_text_color: 0x808080 | |
| hilited_candidate_label_color: 0xFFFFFF | |
| text_color: 0x3F000000 | |
| hilited_text_color: 0xD8000000 | |
| macos12_dark: | |
| name: "高仿暗色 macOS" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "PingFangSC-Regular" | |
| font_point: 15 | |
| label_font_face: "PingFangSC-Regular" | |
| label_font_point: 12 | |
| comment_font_face: "PingFangSC-Regular" | |
| comment_font_point: 13 | |
| candidate_format: "[label]\u2004[candidate] [comment]" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 7 | |
| hilited_corner_radius: 6 | |
| border_width: 2 | |
| line_spacing: 1 | |
| color_space: display_p3 | |
| back_color: 0x1E1F24 | |
| border_color: 0x1E1F24 | |
| candidate_text_color: 0xE8E8E8 | |
| comment_text_color: 0x3F000000 | |
| label_color: 0x7C7C7C | |
| hilited_candidate_back_color: 0xDA6203 | |
| hilited_candidate_text_color: 0xFFFFFF | |
| hilited_comment_text_color: 0x808080 | |
| hilited_candidate_label_color: 0xFFE7D6 | |
| text_color: 0x3F000000 | |
| hilited_text_color: 0xD8000000 | |
| wechat_dark: | |
| name: "高仿暗色微信输入法" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "PingFangSC-Regular" | |
| font_point: 15 | |
| label_font_face: "PingFangSC-Regular" | |
| label_font_point: 12 | |
| comment_font_face: "PingFangSC-Regular" | |
| comment_font_point: 12 | |
| candidate_format: "[label]\u2005[candidate] [comment]" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 7 | |
| hilited_corner_radius: 7 | |
| border_height: -2 | |
| color_space: display_p3 | |
| back_color: 0x151515 | |
| border_color: 0x151515 | |
| candidate_text_color: 0xB9B9B9 | |
| comment_text_color: 0x8E8E8E | |
| label_color: 0x888785 | |
| hilited_candidate_back_color: 0x74A54B | |
| hilited_candidate_text_color: 0xFFFFFF | |
| hilited_comment_text_color: 0xF0F0F0 | |
| hilited_candidate_label_color: 0xFFFFFF | |
| text_color: 0xFFFFFF | |
| hilited_text_color: 0x777777 | |
| macos14: | |
| name: "高仿 macOS 14" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "PingFangSC-Regular" | |
| font_point: 16 | |
| label_font_face: "PingFangSC-Regular" | |
| label_font_point: 8 | |
| comment_font_face: "PingFangSC-Regular" | |
| comment_font_point: 13 | |
| candidate_format: "[label]\u2003\u2003\u2003[candidate] [comment]\u2004\u2001" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 7 | |
| hilited_corner_radius: -1 | |
| border_height: -4 | |
| border_width: 2 | |
| color_space: display_p3 | |
| back_color: 0xE7E8EA | |
| border_color: 0xE7E8EA | |
| candidate_text_color: 0x464647 | |
| comment_text_color: 0x3F000000 | |
| label_color: 0x7F7F7F | |
| hilited_candidate_back_color: 0xD05925 | |
| hilited_candidate_text_color: 0xFFFFFF | |
| hilited_comment_text_color: 0xDCDCDC | |
| hilited_candidate_label_color: 0xFFFFFF | |
| text_color: 0x3F000000 | |
| hilited_text_color: 0xD8000000 | |
| macos14_dark: | |
| name: "高仿暗色 macOS 14" | |
| author: "Lufs X <[email protected]>" | |
| font_face: "PingFangSC-Regular" | |
| font_point: 16 | |
| label_font_face: "PingFangSC-Regular" | |
| label_font_point: 8 | |
| comment_font_face: "PingFangSC-Regular" | |
| comment_font_point: 13 | |
| candidate_format: "[label]\u2003\u2003\u2003[candidate] [comment]\u2004\u2001" | |
| candidate_list_layout: linear | |
| text_orientation: horizontal | |
| inline_preedit: true | |
| corner_radius: 7 | |
| hilited_corner_radius: -1 | |
| border_height: -4 | |
| border_width: 2 | |
| color_space: display_p3 | |
| back_color: 0x555557 | |
| border_color: 0x0C0C0C | |
| candidate_text_color: 0xEEEEEE | |
| comment_text_color: 0x80FFFFFF | |
| label_color: 0x7C7C7C | |
| hilited_candidate_back_color: 0xCA5824 | |
| hilited_candidate_text_color: 0xFFFFFF | |
| hilited_comment_text_color: 0xF0F0F0 | |
| hilited_candidate_label_color: 0xFFFFFF | |
| text_color: 0x3F000000 | |
| hilited_text_color: 0xD8000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment