Init:start-nix

This commit is contained in:
dichgrem
2025-07-22 12:18:15 +08:00
parent 7ce7214a74
commit e57cdd246c
178 changed files with 22667 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

View File

@@ -0,0 +1,110 @@
# vim: ft=dosini
[Metadata]
Name=Catppuccin Mocha Flamingo
Version=0.2
Author=justTOBBI and Isabelinc
Description=Catppuccin Mocha Flamingo Color Theme
ScaleWithDPI=True
[InputPanel]
# 字体
Font=Sarasa Gothic SC 14
# 非选中候选字颜色
# Blue
NormalColor=#89b4fa
# 选中候选字颜色
# Flamingo
HighlightCandidateColor=#f2cdcd
# 高亮前景颜色(输入字符颜色)
# Flamingo
HighlightColor=#f2cdcd
# 输入字符背景颜色
# Surface 0
HighlightBackgroundColor=#313244
Spacing=3
[InputPanel/TextMargin]
# 候选字对左边距
Left=10
# 候选字对右边距
Right=10
# 候选字向上边距
Top=6
# 候选字向下边距
Bottom=6
[InputPanel/Background]
# Surface 0
Color=#313244
# Surface 0
BorderColor=#313244
BorderWidth=2
[InputPanel/Background/Margin]
Left=2
Right=2
Top=2
Bottom=2
[InputPanel/Highlight]
# Surface 0
Color=#313244
[InputPanel/Highlight/Margin]
# 高亮区域左边距
Left=10
# 高亮区域右边距
Right=10
# 高亮区域上边距
Top=7
# 高亮区域下边距
Bottom=7
[Menu]
Font=Sarasa Gothic SC 14
# Text
NormalColor=#cdd6f4
Spacing=3
[Menu/Background]
# Surface 0
Color=#313244
[Menu/Background/Margin]
Left=2
Right=2
Top=2
Bottom=2
[Menu/ContentMargin]
Left=2
Right=2
Top=2
Bottom=2
[Menu/Highlight]
# Pink
Color=#f5c2e7
[Menu/Highlight/Margin]
Left=10
Right=10
Top=5
Bottom=5
[Menu/Separator]
# Base
Color=#1e1e2e
[Menu/CheckBox]
Image=radio.png
[Menu/SubMenu]
Image=arrow.png
[Menu/TextMargin]
Left=5
Right=5
Top=5
Bottom=5

View File

@@ -0,0 +1,66 @@
{
"accent_color": [255, 0, 75],
"background_color": [30, 30, 30],
"vsync": true,
"force_redraw": false,
"shortcuts": {
"AlwaysOnTop": ["T"],
"Fullscreen": ["F"],
"InfoMode": ["I"],
"EditMode": ["E"],
"NextImage": ["Right"],
"FirstImage": ["Home"],
"LastImage": ["End"],
"PreviousImage": ["Left"],
"RedChannel": ["R"],
"GreenChannel": ["G"],
"BlueChannel": ["B"],
"AlphaChannel": ["A"],
"RGBChannel": ["U"],
"RGBAChannel": ["C"],
"ResetView": ["V"],
"ZoomOut": ["Minus"],
"ZoomIn": ["Equals"],
"ZoomActualSize": ["Key1"],
"ZoomDouble": ["Key2"],
"ZoomThree": ["Key3"],
"ZoomFour": ["Key4"],
"ZoomFive": ["Key5"],
"CompareNext": ["C", "LShift"],
"PanLeft": ["LShift", "Left"],
"PanRight": ["LShift", "Right"],
"PanUp": ["LShift", "Up"],
"PanDown": ["Down", "LShift"],
"DeleteFile": ["Delete"],
"ClearImage": ["Delete", "LShift"],
"LosslessRotateRight": ["RBracket"],
"LosslessRotateLeft": ["LBracket"],
"Copy": ["C", "LControl"],
"Paste": ["LControl", "V"],
"Browse": ["LControl", "O"],
"Quit": ["Q"],
"ZenMode": ["Z"]
},
"keep_view": false,
"max_cache": 30,
"show_scrub_bar": false,
"wrap_folder": true,
"keep_edits": false,
"title_format": "{APP} | {VERSION} | {FULLPATH}",
"info_enabled": false,
"edit_enabled": false,
"show_checker_background": false,
"show_minimap": false,
"show_frame": false,
"current_channel": "Rgba",
"svg_scale": 1.0,
"zen_mode": false,
"theme": "Dark",
"linear_mag_filter": false,
"linear_min_filter": true,
"use_mipmaps": true,
"fit_image_on_window_resize": true,
"zoom_multiplier": 1.0,
"borderless": false,
"min_window_size": [800, 800]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB