Skip to content

Commit fd31c35

Browse files
authored
Merge pull request #2 from MiraculousMoon/master
Added nord light theme, enhanced the README
2 parents 1a17b62 + 5f116f5 commit fd31c35

File tree

11 files changed

+133
-2
lines changed

11 files changed

+133
-2
lines changed

README.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,40 @@
1-
# fcitx5-nord-dark
1+
# fcitx5-nord
22

33
Fcitx5 theme based on Nord color.
44

55
## Screenshot
66

7-
![screenshot](https://user-images.githubusercontent.com/29998228/97848462-16031780-1d2c-11eb-8243-8c8acd47e386.png)
7+
![light](./shot/light.png)
8+
9+
![dark](./shot/dark.png)
10+
11+
## Usage
12+
13+
1. install
14+
15+
`git clone https://github.com/MiraculousMoon/fcitx5-nord.git`
16+
17+
`mkdir -p ~/.local/share/fcitx5/themes/`
18+
19+
`cd fcitx5-nord`
20+
21+
`cp -r nord-dark/ nord-light/ ~/.local/share/fcitx5/themes/`
22+
23+
2. enable
24+
25+
`vim ~/.config/fcitx5/conf/classicui.conf`
26+
27+
change the theme to:
28+
29+
`nord-dark` or `nord-light`
30+
31+
3. restart fcitx5
32+
33+
`fcitx5 -r`
34+
35+
36+
37+
38+
39+
40+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

nord-light/arrow.png

5.38 KB
Loading

nord-light/panel.png

5.18 KB
Loading

nord-light/radio.png

272 Bytes
Loading

nord-light/theme.conf

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
# vim: ft=dosini
2+
[Metadata]
3+
Name=Nord-Light
4+
Version=0.1
5+
Author=MiraculousMoon
6+
Description=Nord Color Theme (Light)
7+
ScaleWithDPI=True
8+
9+
[InputPanel]
10+
# 字体
11+
Font=Sans 13
12+
# 非选中候选字颜色
13+
NormalColor=#81a1c1
14+
# 选中候选字颜色
15+
HighlightCandidateColor=#5e81ac
16+
# 高亮前景颜色(输入字符颜色)
17+
HighlightColor=#5e81ac
18+
# 输入字符背景颜色
19+
HighlightBackgroundColor=#eceff4
20+
#
21+
Spacing=3
22+
23+
[InputPanel/TextMargin]
24+
# 候选字对左边距
25+
Left=10
26+
# 候选字对右边距
27+
Right=10
28+
# 候选字向上边距
29+
Top=6
30+
# 候选字向下边距
31+
Bottom=6
32+
33+
[InputPanel/Background]
34+
Image=panel.png
35+
36+
[InputPanel/Background/Margin]
37+
Left=2
38+
Right=2
39+
Top=2
40+
Bottom=2
41+
42+
[InputPanel/Highlight]
43+
Color=#d8dee9
44+
45+
[InputPanel/Highlight/Margin]
46+
# 高亮区域左边距
47+
Left=10
48+
# 高亮区域右边距
49+
Right=10
50+
# 高亮区域上边距
51+
Top=7
52+
# 高亮区域下边距
53+
Bottom=7
54+
55+
[Menu]
56+
Font=Sans 10
57+
NormalColor=#2e3440
58+
#HighlightColor=#4c566a
59+
Spacing=3
60+
61+
[Menu/Background]
62+
Image=panel.png
63+
64+
[Menu/Background/Margin]
65+
Left=2
66+
Right=2
67+
Top=2
68+
Bottom=2
69+
70+
[Menu/ContentMargin]
71+
Left=2
72+
Right=2
73+
Top=2
74+
Bottom=2
75+
76+
[Menu/Highlight]
77+
Color=#4c566a
78+
79+
[Menu/Highlight/Margin]
80+
Left=10
81+
Right=10
82+
Top=5
83+
Bottom=5
84+
85+
[Menu/Separator]
86+
Color=#2e3440
87+
88+
[Menu/CheckBox]
89+
Image=radio.png
90+
91+
[Menu/SubMenu]
92+
Image=arrow.png
93+
94+
[Menu/TextMargin]
95+
Left=5
96+
Right=5
97+
Top=5
98+
Bottom=5

shot/dark.png

15.8 KB
Loading

0 commit comments

Comments
 (0)