├── next.png ├── prev.png ├── arrow.png ├── panel.png ├── radio.png ├── highlight.png ├── input_panel.png ├── highlight-menu.png ├── screenshot ├── Vertial.png ├── Horizontal.png ├── Vertial-preedit.png └── Horizontal-preedit.png ├── theme.conf └── README.org /next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/next.png -------------------------------------------------------------------------------- /prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/prev.png -------------------------------------------------------------------------------- /arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/arrow.png -------------------------------------------------------------------------------- /panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/panel.png -------------------------------------------------------------------------------- /radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/radio.png -------------------------------------------------------------------------------- /highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/highlight.png -------------------------------------------------------------------------------- /input_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/input_panel.png -------------------------------------------------------------------------------- /highlight-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/highlight-menu.png -------------------------------------------------------------------------------- /screenshot/Vertial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/screenshot/Vertial.png -------------------------------------------------------------------------------- /screenshot/Horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/screenshot/Horizontal.png -------------------------------------------------------------------------------- /screenshot/Vertial-preedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/screenshot/Vertial-preedit.png -------------------------------------------------------------------------------- /screenshot/Horizontal-preedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vrchz/Psionics-Remix/HEAD/screenshot/Horizontal-preedit.png -------------------------------------------------------------------------------- /theme.conf: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=Psionics-Remix 3 | Version=0.1 4 | Author=xTpx 5 | Description=Psionics-Remix 6 | ScaleWithDPI=True 7 | 8 | [InputPanel] 9 | Font=Sans 13 10 | NormalColor=#EEEEEE 11 | HighlightColor=#EEEEEE 12 | HighlightBackgroundColor=#444444 13 | HighlightCandidateColor=#EEEEEE 14 | Spacing=3 15 | 16 | [InputPanel/TextMargin] 17 | Left=5 18 | Right=5 19 | Top=5 20 | Bottom=5 21 | 22 | [InputPanel/Background] 23 | Image=input_panel.png 24 | 25 | [InputPanel/Background/Margin] 26 | Left=10 27 | Right=10 28 | Top=10 29 | Bottom=10 30 | 31 | [InputPanel/Highlight] 32 | Image=highlight.png 33 | 34 | [InputPanel/Highlight/Margin] 35 | Left=10 36 | Right=10 37 | Top=9 38 | Bottom=9 39 | 40 | [InputPanel/ContentMargin] 41 | Left=5 42 | Right=5 43 | Top=5 44 | Bottom=5 45 | 46 | [Menu/Background] 47 | Image=panel.png 48 | 49 | [Menu/Background/Margin] 50 | Left=2 51 | Right=2 52 | Top=2 53 | Bottom=2 54 | 55 | [Menu/ContentMargin] 56 | Left=2 57 | Right=2 58 | Top=2 59 | Bottom=2 60 | 61 | [Menu/CheckBox] 62 | Image=radio.png 63 | 64 | [Menu/SubMenu] 65 | Image=arrow.png 66 | 67 | [Menu/Highlight] 68 | Image=highlight-menu.png 69 | 70 | [Menu/Highlight/Margin] 71 | Left=5 72 | Right=5 73 | Top=5 74 | Bottom=5 75 | 76 | [Menu/Separator] 77 | Color=#c0c0c0 78 | 79 | [Menu/CheckBox] 80 | Image=radio.png 81 | 82 | [Menu/SubMenu] 83 | Image=arrow.png 84 | 85 | [Menu/TextMargin] 86 | Left=5 87 | Right=5 88 | Top=5 89 | Bottom=5 90 | -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- 1 | #+TITLE: Psionics-Remix 2 | 3 | 基本就是 RIME 官网[[https://www.v2ex.com/t/413553#r_5084499][幽能]]的拙劣复刻 4 | 5 | * Install 6 | git clone https://github.com/xTpx/Psionics-Remix.git ~/.local/share/fcitx5/themes/Psionics-Remix 7 | 8 | * Config 9 | =~/.config/fcitx5/conf/classicui.conf= 10 | 11 | #+BEGIN_QUOTE 12 | Vertical Candidate List=True 13 | 14 | PerScreenDPI=True 15 | 16 | Font="字体 Size" 17 | 18 | Theme=Psionics-Remix 19 | #+END_QUOTE 20 | 21 | ~/.config/fcitx5/conf/classicui.conf \\ 22 | =Vertical Candidate List=False= 23 | 24 | ~/.config/fcitx5/conf/rime.conf or pinyin.conf \\ 25 | =PreeditInApplication=True= 26 | 27 | [[https://raw.githubusercontent.com/xTpx/Psionics-Remix/master/screenshot/Horizontal-preedit.png]] 28 | 29 | classicui.conf \\ 30 | =Vertical Candidate List=False= 31 | 32 | ~/.config/fcitx5/conf/rime.conf or pinyin.conf \\ 33 | =PreeditInApplication=False= 34 | 35 | [[https://raw.githubusercontent.com/xTpx/Psionics-Remix/master/screenshot/Horizontal.png]] 36 | 37 | classicui.conf \\ 38 | =Vertical Candidate List=True= 39 | 40 | ~/.config/fcitx5/conf/rime.conf or pinyin.conf \\ 41 | =PreeditInApplication=True= 42 | 43 | [[https://raw.githubusercontent.com/xTpx/Psionics-Remix/master/screenshot/Vertial-preedit.png]] 44 | 45 | classicui.conf \\ 46 | =Vertical Candidate List=True= 47 | 48 | ~/.config/fcitx5/conf/rime.conf or pinyin.conf \\ 49 | =PreeditInApplication=False= 50 | 51 | [[https://raw.githubusercontent.com/xTpx/Psionics-Remix/master/screenshot/Vertial.png]] 52 | --------------------------------------------------------------------------------