Skip to content

Commit

Permalink
chore: format the whole progect
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruixi-rebirth committed May 2, 2023
1 parent 77dd79f commit 2fffe38
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 343 deletions.
68 changes: 34 additions & 34 deletions modules/shell/fish/fish_variables.nix
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
''
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR __fish_initialized:3400
SETUVAR fish_color_autosuggestion:767676
SETUVAR fish_color_cancel:\x2d\x2dreverse
SETUVAR fish_color_command:81a1c1
SETUVAR fish_color_comment:767676
SETUVAR fish_color_cwd:green
SETUVAR fish_color_cwd_root:red
SETUVAR fish_color_end:88c0d0
SETUVAR fish_color_error:ebcb8b
SETUVAR fish_color_escape:00a6b2
SETUVAR fish_color_history_current:\x2d\x2dbold
SETUVAR fish_color_host:normal
SETUVAR fish_color_host_remote:yellow
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
SETUVAR fish_color_normal:normal
SETUVAR fish_color_operator:00a6b2
SETUVAR fish_color_param:eceff4
SETUVAR fish_color_quote:a3be8c
SETUVAR fish_color_redirection:b48ead
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen
SETUVAR fish_color_valid_path:\x2d\x2dunderline
SETUVAR fish_greeting:
SETUVAR fish_key_bindings:fish_default_key_bindings
SETUVAR fish_pager_color_completion:normal
SETUVAR fish_pager_color_description:B3A06D
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR __fish_initialized:3400
SETUVAR fish_color_autosuggestion:767676
SETUVAR fish_color_cancel:\x2d\x2dreverse
SETUVAR fish_color_command:81a1c1
SETUVAR fish_color_comment:767676
SETUVAR fish_color_cwd:green
SETUVAR fish_color_cwd_root:red
SETUVAR fish_color_end:88c0d0
SETUVAR fish_color_error:ebcb8b
SETUVAR fish_color_escape:00a6b2
SETUVAR fish_color_history_current:\x2d\x2dbold
SETUVAR fish_color_host:normal
SETUVAR fish_color_host_remote:yellow
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
SETUVAR fish_color_normal:normal
SETUVAR fish_color_operator:00a6b2
SETUVAR fish_color_param:eceff4
SETUVAR fish_color_quote:a3be8c
SETUVAR fish_color_redirection:b48ead
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen
SETUVAR fish_color_valid_path:\x2d\x2dunderline
SETUVAR fish_greeting:
SETUVAR fish_key_bindings:fish_default_key_bindings
SETUVAR fish_pager_color_completion:normal
SETUVAR fish_pager_color_description:B3A06D
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack
SETUVAR fish_user_paths:/home/ruixi/\x2enpm\x2dglobal/bin
SETUVAR fish_user_paths:/home/ruixi/\x2enpm\x2dglobal/bin
''
200 changes: 100 additions & 100 deletions modules/theme/catppuccin-dark/common/fcitx5/theme.nix
Original file line number Diff line number Diff line change
@@ -1,102 +1,102 @@
''
# vim: ft=dosini
[Metadata]
Name=Catppuccin-dark
Version=0.1
Author=ayamir
Description=Catppuccin Color Theme (Dark)
ScaleWithDPI=True

[InputPanel]
# 字体
Font=JetBrainsMono Nerd Font Medium 14
# 非选中候选字颜色
NormalColor=#a4b9ef
# 选中候选字颜色
HighlightCandidateColor=#f9c096
# 高亮前景颜色(输入字符颜色)
HighlightColor=#f9c096
# 输入字符背景颜色
HighlightBackgroundColor=#302d41
#
Spacing=3

[InputPanel/TextMargin]
# 候选字对左边距
Left=10
# 候选字对右边距
Right=10
# 候选字向上边距
Top=6
# 候选字向下边距
Bottom=6

[InputPanel/Background]
Color=#302d41
BorderColor=#302d41
BorderWidth=2

[InputPanel/Background/Margin]
Left=2
Right=2
Top=2
Bottom=2

[InputPanel/Highlight]
Color=#332e41

[InputPanel/Highlight/Margin]
# 高亮区域左边距
Left=10
# 高亮区域右边距
Right=10
# 高亮区域上边距
Top=7
# 高亮区域下边距
Bottom=7

[Menu]
Font=JetBrainsMono Nerd Font Medium 14
NormalColor=#d7dae0
#HighlightColor=#4c566a
Spacing=3

[Menu/Background]
Color=#302d41

[Menu/Background/Margin]
Left=2
Right=2
Top=2
Bottom=2

[Menu/ContentMargin]
Left=2
Right=2
Top=2
Bottom=2

[Menu/Highlight]
Color=#f5c2e7

[Menu/Highlight/Margin]
Left=10
Right=10
Top=5
Bottom=5

[Menu/Separator]
Color=#1e1e28

[Menu/CheckBox]
Image="${./radio.png}"

[Menu/SubMenu]
Image="${./arrow.png}"

[Menu/TextMargin]
Left=5
Right=5
Top=5
Bottom=5
# vim: ft=dosini
[Metadata]
Name=Catppuccin-dark
Version=0.1
Author=ayamir
Description=Catppuccin Color Theme (Dark)
ScaleWithDPI=True

[InputPanel]
# 字体
Font=JetBrainsMono Nerd Font Medium 14
# 非选中候选字颜色
NormalColor=#a4b9ef
# 选中候选字颜色
HighlightCandidateColor=#f9c096
# 高亮前景颜色(输入字符颜色)
HighlightColor=#f9c096
# 输入字符背景颜色
HighlightBackgroundColor=#302d41
#
Spacing=3

[InputPanel/TextMargin]
# 候选字对左边距
Left=10
# 候选字对右边距
Right=10
# 候选字向上边距
Top=6
# 候选字向下边距
Bottom=6

[InputPanel/Background]
Color=#302d41
BorderColor=#302d41
BorderWidth=2

[InputPanel/Background/Margin]
Left=2
Right=2
Top=2
Bottom=2

[InputPanel/Highlight]
Color=#332e41

[InputPanel/Highlight/Margin]
# 高亮区域左边距
Left=10
# 高亮区域右边距
Right=10
# 高亮区域上边距
Top=7
# 高亮区域下边距
Bottom=7

[Menu]
Font=JetBrainsMono Nerd Font Medium 14
NormalColor=#d7dae0
#HighlightColor=#4c566a
Spacing=3

[Menu/Background]
Color=#302d41

[Menu/Background/Margin]
Left=2
Right=2
Top=2
Bottom=2

[Menu/ContentMargin]
Left=2
Right=2
Top=2
Bottom=2

[Menu/Highlight]
Color=#f5c2e7

[Menu/Highlight/Margin]
Left=10
Right=10
Top=5
Bottom=5

[Menu/Separator]
Color=#1e1e28

[Menu/CheckBox]
Image="${./radio.png}"

[Menu/SubMenu]
Image="${./arrow.png}"

[Menu/TextMargin]
Left=5
Right=5
Top=5
Bottom=5
''
Loading

0 comments on commit 2fffe38

Please sign in to comment.