├── LICENSE
├── README.md
├── fcitx_fix.sh
├── imgs
├── material.png
└── mint_dark.png
├── install.sh
├── material
├── active.png
├── bar.png
├── fcitx_skin.conf
├── fullwidth_active.png
├── fullwidth_inactive.png
├── inactive.png
├── input.png
├── keyboard.png
├── keyboard.svg
├── logo.png
├── menu.png
├── menu.svg
├── next.png
├── prev.png
├── vk_active.png
└── vk_inactive.png
└── mint-dark
├── active.png
├── bar.png
├── bingchan.png
├── cangjie.png
├── chttrans_active.png
├── chttrans_inactive.png
├── cn.png
├── dianbaoma.png
├── en.png
├── erbi.png
├── fcitx_skin (コピー).conf
├── fcitx_skin.conf
├── fullwidth_active.png
├── fullwidth_inactive.png
├── inactive.png
├── input.png
├── keyboard.png
├── logo.png
├── menu.png
├── next.png
├── pinyin.png
├── prev.png
├── punc_active.png
├── punc_inactive.png
├── quwei.png
├── remind_active.png
├── remind_inactive.png
├── shuangpin.png
├── vk_active.png
├── vk_inactive.png
├── wanfeng.png
├── wbpy.png
├── wubi.png
└── ziranma.png
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2017 winjeg
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # fcitx-skins
2 |
3 | ## Find and preview All popular fcitx skin in one place!
4 |
5 | | Forward | 前言 |
6 | |:-----|:----|
7 | | So many repos for fcitx skins, but yet none of them is friendly to linux fcitx users. Apart from that, too many repos means too much work to do to make fcitx skins work correctly. Hereby, I hope we fcitx skin contributors can combine our repos into one.| 维护太多的repo与皮肤让人头疼,许多个repo, 许多个脚本, 维护代价以及用户的使用代价太大了。因此我在这里做了一个fcitx 皮肤的一个集合,希望fcitx的用户能够在此单一项目中能够解决Linux输入法皮肤的问题。 希望各位开源爱好者积极加入,把自己发现的皮肤整合到这个项目中去, 感谢你们的参与和贡献。本仓库没有特殊的贡献要求, 只要你验证过你的皮肤安装设置,能够正常工作即可|
8 |
9 |
10 | ---
11 |
12 | ## Skins avaliable on github.
13 |
14 | > Note: if you like the skin that is listed blew, please star the original author's repo, so you needn't remeber it.
15 |
16 | |Skin Name|Github Repo|author| Fcitx version| Sample|
17 | |-|-|-|-|-|
18 | | Material Color theme| [Fcitx5-Material-Color](https://github.com/hosxy/Fcitx5-Material-Color)|hosxy|Fcitx 5.x.x||
19 | | Material theme| [Material White](https://github.com/hrko/fcitx-skin-material)|hrko|Fcitx 4.x.x && Fcitx 5.x.x||
20 | | Sougou| [Sougou](https://github.com/hosxy/fcitx-skin)|hosxy| Fcitx5.x.x|No sample|
21 | |Nord Black&White|[Nord](https://github.com/Yucklys/fcitx-nord-skin) | Yucklys| Fcitx 4.x.x||
22 | |Simple Blue|[SimpleBlue](https://github.com/weearc/fcitx5-skin-simple-blue)|weearc|Fcitx 5.x.x||
23 | |Mint Dark|[MintDark](https://github.com/winjeg)|No author found!|Fcitx 4.x.x||
24 | |the0y的皮肤|[the0y](https://github.com/thep0y/fcitx5-themes)|XXXX| Fcitx 5.x||
25 | |Gruvbox|[Gruvbox](https://github.com/ayamir/fcitx5-gruvbox)|ayamir|Fcitx 5.x||
26 | |fcitx-dracula|[fcitx-dracula](https://github.com/brandoncardoso/fcitx-dracula)| brandoncardoso | unknown||
27 | |fcitx5-skin-aya-dark|[fcitx-aya-dark](https://github.com/Brx86/fcitx5-skin-aya-dark)|Brx86|Fcitx 5.x.x||
28 | |fcitx-skin-material-nord|[fcitx-skin-material-nord](https://github.com/evansan/fcitx-skin-material-nord)| evansan| Fcitx 5.x.x | |
29 | ## Current Fcitx Skin List in this Repo:
30 |
31 | ### material skin
32 | 
33 |
34 | ### dark mint skin
35 | 
36 |
37 | ## How to use
38 |
39 | ### **Install**
40 | 1. Just run the install.sh and restart fcitx, if you don't know how to restart `fcitx`, you can simply reboot your computer.
41 | ```bash
42 | # clone the repo, or download the zip file and unzip the file.
43 | cd fcitx-skins
44 | chmod a+x ./install.sh
45 | ./install.sh
46 | # all done have fun ~
47 | ```
48 | 2. Having problems with Chinese input method?
49 |
50 | > try run the script fcitx_fix.sh
51 |
52 | ```bash
53 | # install fcitx-gtk fcitx-qt related packages to make programs written in gtk or qt work
54 |
55 | cd fcitx-skins
56 | chmod a+x ./fcitx_fix.sh
57 | ./fcitx_fix.sh
58 | # after this you may need to logout and login again (restart your X), or just reboot your computer
59 | ```
60 |
61 | ---
62 |
63 | ## tips
64 | * the skins are collected from github, and modified by myself, mainly the conf file
65 | * currently it contains the mint skin and materail skin, which are not perfect
66 | * It's tested on archlinux under fcitx version: 4.2.9.3
67 | * If you want to adjust for yourself, just edit
68 |
69 | ```bash
70 | vim ~/.config/fcitx/skin/{skinname}/{name}.conf
71 | #skinname is the name of the skin
72 | #name is the config file for the skin
73 | ```
74 |
--------------------------------------------------------------------------------
/fcitx_fix.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # this script mainly aimed at setting enviroments
3 | ENV_FILE=/etc/environment
4 |
5 | if [[ $UID != "0" ]];then
6 | echo -e "You must be root to run this script, try using sudo ...\nExisting..."
7 | exit -1
8 | fi
9 |
10 | echo "setting up environments ... "
11 | echo "GTK_IM_MODULE=fcitx" >> ${ENV_FILE}
12 | echo "QT_IM_MODULE=fcitx" >> ${ENV_FILE}
13 | echo "QT_IM_MODULE=fcitx" >> ${ENV_FILE}
14 | echo "Done. Please reboot..."
15 |
--------------------------------------------------------------------------------
/imgs/material.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/imgs/material.png
--------------------------------------------------------------------------------
/imgs/mint_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/imgs/mint_dark.png
--------------------------------------------------------------------------------
/install.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # this is a script for installing fcitx skin to your computer
3 | FCITX_SKIN_FOLDER=~/.config/fcitx/skin
4 | [ ! -d "${FCITX_SKIN_FOLDER}" ] && echo "Fcitx skin folder doesn't exits, creating it for you..."
5 | mkdir -p ${FCITX_SKIN_FOLDER}
6 | echo "Installing the skin files"
7 | echo "Installing materail skin ..."
8 | cp -rf material ${FCITX_SKIN_FOLDER}/
9 | echo "Installing mint dark skin ..."
10 | cp -rf mint-dark ${FCITX_SKIN_FOLDER}/
11 | echo "Install finished."
12 |
13 | # Need restart fcitx
14 | echo "You may need to restart fcitx to make your skin work"
15 | echo "try \"pkill fcitx && (fcitx &)\""
16 |
17 |
--------------------------------------------------------------------------------
/material/active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/active.png
--------------------------------------------------------------------------------
/material/bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/bar.png
--------------------------------------------------------------------------------
/material/fcitx_skin.conf:
--------------------------------------------------------------------------------
1 | [SkinInfo]
2 | Name=Material
3 | Version=0.1
4 | Author=HRKo
5 | Desc=Material
6 |
7 | [SkinFont]
8 | RespectDPI=True
9 | FontSize=11
10 | MenuFontSize=10
11 | TipColor=158 158 158
12 | InputColor=55 144 11
13 | IndexColor=138 150 240
14 | FirstCandColor=233 11 11
15 | UserPhraseColor=33 33 33
16 | CodeColor=99 99 99
17 | OtherColor=66 66 66
18 | ActiveMenuColor=0 0 0
19 | InactiveMenuColor=33 33 33
20 |
21 | [SkinMainBar]
22 | BackImg=bar.png
23 | Logo=logo.png
24 | Eng=null
25 | Active=null
26 | MarginLeft=8
27 | MarginRight=8
28 | MarginTop=4
29 | MarginBottom=8
30 |
31 | [SkinInputBar]
32 | BackImg=input.png
33 | MarginLeft=14
34 | MarginRight=4
35 | MarginTop=3
36 | MarginBottom=10
37 | InputPos=0
38 | OutputPos=0
39 | CursorColor=99 99 99
40 | BackArrow=prev.png
41 | ForwardArrow=next.png
42 | BackArrowX=33
43 | BackArrowY=5
44 | ForwardArrowX=15
45 | ForwardArrowY=5
46 |
47 | [SkinTrayIcon]
48 | Active=active.png
49 | Inactive=inactive.png
50 |
51 | [SkinMenu]
52 | BackImg=menu.png
53 | MarginLeft=5
54 | MarginRight=5
55 | MarginTop=4
56 | MarginBottom=7
57 | ActiveColor=238 238 238
58 | LineColor=255 255 255
59 |
60 | [SkinKeyboard]
61 | BackImg=keyboard.png
62 | KeyColor=55 71 79
63 |
--------------------------------------------------------------------------------
/material/fullwidth_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/fullwidth_active.png
--------------------------------------------------------------------------------
/material/fullwidth_inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/fullwidth_inactive.png
--------------------------------------------------------------------------------
/material/inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/inactive.png
--------------------------------------------------------------------------------
/material/input.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/input.png
--------------------------------------------------------------------------------
/material/keyboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/keyboard.png
--------------------------------------------------------------------------------
/material/keyboard.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
771 |
--------------------------------------------------------------------------------
/material/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/logo.png
--------------------------------------------------------------------------------
/material/menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/menu.png
--------------------------------------------------------------------------------
/material/menu.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
131 |
--------------------------------------------------------------------------------
/material/next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/next.png
--------------------------------------------------------------------------------
/material/prev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/prev.png
--------------------------------------------------------------------------------
/material/vk_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/vk_active.png
--------------------------------------------------------------------------------
/material/vk_inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/material/vk_inactive.png
--------------------------------------------------------------------------------
/mint-dark/active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/active.png
--------------------------------------------------------------------------------
/mint-dark/bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/bar.png
--------------------------------------------------------------------------------
/mint-dark/bingchan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/bingchan.png
--------------------------------------------------------------------------------
/mint-dark/cangjie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/cangjie.png
--------------------------------------------------------------------------------
/mint-dark/chttrans_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/chttrans_active.png
--------------------------------------------------------------------------------
/mint-dark/chttrans_inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/chttrans_inactive.png
--------------------------------------------------------------------------------
/mint-dark/cn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/cn.png
--------------------------------------------------------------------------------
/mint-dark/dianbaoma.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/dianbaoma.png
--------------------------------------------------------------------------------
/mint-dark/en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/en.png
--------------------------------------------------------------------------------
/mint-dark/erbi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/erbi.png
--------------------------------------------------------------------------------
/mint-dark/fcitx_skin (コピー).conf:
--------------------------------------------------------------------------------
1 | [SkinInfo]
2 | Name=Mint-Dark
3 | Version=1.0
4 | Author=BALLOON a.k.a. Fu-sen.
5 | Desc=Mint-Dark
6 |
7 | [SkinFont]
8 | RespectDPI=True
9 | FontSize=13
10 | MenuFontSize=10
11 | TipColor=146 219 109
12 | InputColor=204 204 204
13 | IndexColor=170 170 170
14 | FirstCandColor=146 219 109
15 | UserPhraseColor=255 143 255
16 | CodeColor=255 255 255
17 | OtherColor=204 204 204
18 | ActiveMenuColor=255 255 255
19 | InactiveMenuColor=204 204 204
20 |
21 | [SkinMainBar]
22 | BackImg=bar.png
23 | Logo=logo.png
24 | Eng=en.png
25 | Active=cn.png
26 | MarginLeft=8
27 | MarginRight=8
28 | MarginTop=8
29 | MarginBottom=8
30 |
31 | [SkinInputBar]
32 | BackImg=input.png
33 | MarginLeft=10
34 | MarginRight=10
35 | MarginTop=10
36 | MarginBottom=10
37 | InputPos=0
38 | OutputPos=0
39 | CursorColor=255 255 255
40 | BackArrow=prev.png
41 | ForwardArrow=next.png
42 | BackArrowX=25
43 | BackArrowY=10
44 | ForwardArrowX=15
45 | ForwardArrowY=10
46 |
47 | [SkinTrayIcon]
48 | Active=active.png
49 | Inactive=inactive.png
50 |
51 | [SkinMenu]
52 | BackImg=menu.png
53 | MarginLeft=8
54 | MarginRight=8
55 | MarginTop=8
56 | MarginBottom=8
57 | ActiveColor=88 88 88
58 | LineColor=204 204 204
59 |
60 | [SkinKeyboard]
61 | # Virtual Keyboard Image
62 | BackImg=keyboard.png
63 | # Key Color On Virutal Keyboard
64 | KeyColor=255 255 255
65 |
--------------------------------------------------------------------------------
/mint-dark/fcitx_skin.conf:
--------------------------------------------------------------------------------
1 | [SkinInfo]
2 | Name=Mint-Dark
3 | Version=1.0
4 | Author=BALLOON a.k.a. Fu-sen.
5 | Desc=Mint-Dark
6 |
7 | [SkinFont]
8 | RespectDPI=True
9 | FontSize=11
10 | MenuFontSize=10
11 | TipColor=146 219 109
12 | InputColor=204 204 204
13 | IndexColor=170 170 170
14 | FirstCandColor=249 249 109
15 | UserPhraseColor=255 143 255
16 | CodeColor=255 255 255
17 | OtherColor=254 254 254
18 | ActiveMenuColor=146 255 109
19 | InactiveMenuColor=204 204 204
20 |
21 | [SkinMainBar]
22 | BackImg=bar.png
23 | Logo=logo.png
24 | Eng=en.png
25 | Active=cn.png
26 | MarginLeft=10
27 | MarginRight=10
28 | MarginTop=3
29 | MarginBottom=7
30 |
31 | [SkinInputBar]
32 | BackImg=input.png
33 | MarginLeft=10
34 | MarginRight=10
35 | MarginTop=10
36 | MarginBottom=10
37 | InputPos=0
38 | OutputPos=0
39 | CursorColor=255 255 255
40 | BackArrow=prev.png
41 | ForwardArrow=next.png
42 | BackArrowX=25
43 | BackArrowY=10
44 | ForwardArrowX=15
45 | ForwardArrowY=10
46 |
47 | [SkinTrayIcon]
48 | Active=active.png
49 | Inactive=inactive.png
50 |
51 | [SkinMenu]
52 | BackImg=menu.png
53 | MarginLeft=8
54 | MarginRight=8
55 | MarginTop=8
56 | MarginBottom=8
57 | ActiveColor=88 88 88
58 | LineColor=204 204 204
59 |
60 | [SkinKeyboard]
61 | # Virtual Keyboard Image
62 | BackImg=keyboard.png
63 | # Key Color On Virutal Keyboard
64 | KeyColor=255 255 255
65 |
--------------------------------------------------------------------------------
/mint-dark/fullwidth_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/fullwidth_active.png
--------------------------------------------------------------------------------
/mint-dark/fullwidth_inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/fullwidth_inactive.png
--------------------------------------------------------------------------------
/mint-dark/inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/inactive.png
--------------------------------------------------------------------------------
/mint-dark/input.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/input.png
--------------------------------------------------------------------------------
/mint-dark/keyboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/keyboard.png
--------------------------------------------------------------------------------
/mint-dark/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/logo.png
--------------------------------------------------------------------------------
/mint-dark/menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/menu.png
--------------------------------------------------------------------------------
/mint-dark/next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/next.png
--------------------------------------------------------------------------------
/mint-dark/pinyin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/pinyin.png
--------------------------------------------------------------------------------
/mint-dark/prev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/prev.png
--------------------------------------------------------------------------------
/mint-dark/punc_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/punc_active.png
--------------------------------------------------------------------------------
/mint-dark/punc_inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/punc_inactive.png
--------------------------------------------------------------------------------
/mint-dark/quwei.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/quwei.png
--------------------------------------------------------------------------------
/mint-dark/remind_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/remind_active.png
--------------------------------------------------------------------------------
/mint-dark/remind_inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/remind_inactive.png
--------------------------------------------------------------------------------
/mint-dark/shuangpin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/shuangpin.png
--------------------------------------------------------------------------------
/mint-dark/vk_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/vk_active.png
--------------------------------------------------------------------------------
/mint-dark/vk_inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/vk_inactive.png
--------------------------------------------------------------------------------
/mint-dark/wanfeng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/wanfeng.png
--------------------------------------------------------------------------------
/mint-dark/wbpy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/wbpy.png
--------------------------------------------------------------------------------
/mint-dark/wubi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/wubi.png
--------------------------------------------------------------------------------
/mint-dark/ziranma.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/winjeg/fcitx-skins/8e08bcef79abf6177894378ee7a91001758a7087/mint-dark/ziranma.png
--------------------------------------------------------------------------------