Skip to content

Commit 1a17b62

Browse files
committed
feat(all): Initial commit
1 parent 38bd12f commit 1a17b62

File tree

5 files changed

+103
-0
lines changed

5 files changed

+103
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# fcitx5-nord-dark
2+
23
Fcitx5 theme based on Nord color.
4+
5+
## Screenshot
6+
7+
![screenshot](https://user-images.githubusercontent.com/29998228/97848462-16031780-1d2c-11eb-8243-8c8acd47e386.png)

arrow.png

337 Bytes
Loading

panel.png

491 Bytes
Loading

radio.png

272 Bytes
Loading

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-Dark
4+
Version=0.1
5+
Author=tonyfettes
6+
Description=Nord Color Theme (Dark)
7+
ScaleWithDPI=True
8+
9+
[InputPanel]
10+
# 字体
11+
Font=Sans 13
12+
# 非选中候选字颜色
13+
NormalColor=#81a1c1
14+
# 选中候选字颜色
15+
HighlightCandidateColor=#88c0d0
16+
# 高亮前景颜色(输入字符颜色)
17+
HighlightColor=#88c0d0
18+
# 输入字符背景颜色
19+
HighlightBackgroundColor=#434c5e
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=#4c566a
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=#eceff4
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

0 commit comments

Comments
 (0)