Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 2.27 KB

README.md

File metadata and controls

55 lines (28 loc) · 2.27 KB

Windows 10 theme for RIME (RIME 輸入法 Windows 10 主題樣式)

Windows 10 theme image

Install with Recipes (依配方安裝)

執行 東風破rime-install 命令安裝以下配方:

  • danvim/rime-theme-windows10

    安裝 Windows 10 主題樣式

  • danvim/rime-theme-windows10:customize:frontend=weasel

    指定「小狼毫」使用該主題樣式

  • danvim/rime-theme-windows10:customize:frontend=squirrel

    指定「鼠鬚管」使用該主題樣式

Install Manually (手動安裝)

According to tests, Windows users must follow instructions listed under https://github.com/danvim/rime-theme-windows10/tree/e3bc8d9cfaa76f1c30e8f9fdb8d7ce9e06d33288 to use the skin.

目前測試,Windows 用戶只能前往 https://github.com/danvim/rime-theme-windows10/tree/e3bc8d9cfaa76f1c30e8f9fdb8d7ce9e06d33288 根據說明使用皮膚。

  1. Right click on the input method tray icon -> 用戶文件夾, the directory is also by default at %AppData%/Rime in Windows.

    在 RIME 輸入法圖示上右按 -> 用戶文件夾,文件夾的預設位置也可以以 %AppData%/Rime (Windows) 到達。

  2. Edit the config file inside that folder: squirrel.custom.yaml (in Mac) or weasel.custom.yaml (in Windows).

    修改配設文件:squirrel.custom.yaml (Mac) or weasel.custom.yaml (Windows)。

  3. Open the Windows theme YAML, and edit your config file:

    打開 Windows 10 主題樣式 YAML, 然後修改你的配設文件

    1. If you already have the "patch" section (from patch: to the rest of the indented lines after the label), replace that with the entire theme.

      如果你已有 "patch" 這段代碼(由 patch: 至這標籤後所有縮入代碼行),就以整個皮膚檔案把這段碼覆蓋。

      Example "patch" region: (範例 "patch" 代碼範圍)

      patch:
        style/color_scheme: windows10
    2. If you do not have the "patch" section, just paste the entire Win theme content after the end in your config file.

      如果你沒有 "patch" 這段代碼,則把整個 Windows 主題樣式內容貼上在你的配設文件後。