Последние изменения в конфигах

This commit is contained in:
2026-01-03 13:35:56 +07:00
parent aa14b29c71
commit 71795d5591
19 changed files with 429 additions and 70 deletions

View File

@@ -0,0 +1,53 @@
{
"allowDuplicates": false,
"historyFile": "clipboard_history.json",
"maxHistory": 500,
"deleteAfter": 0,
"pollInterval": 50,
"maxEntryLength": 65,
"themeFile": "gruvbox.json",
"tempDir": "tmp_files",
"keyBindings": {
"choose": "enter",
"clearSelected": "S",
"down": "down",
"end": "end",
"filter": "/",
"forceQuit": "Q",
"home": "home",
"more": "?",
"nextPage": "right",
"prevPage": "left",
"preview": " ",
"quit": "esc",
"remove": "backspace",
"selectDown": "shift+down",
"selectSingle": "s",
"selectUp": "shift+up",
"togglePin": "p",
"togglePinned": "tab",
"up": "up",
"yankFilter": "ctrl+s"
},
"imageDisplay": {
"type": "basic",
"scaleX": 9,
"scaleY": 9,
"heightCut": 2
},
"excludedApps": [
"1Password",
"Bitwarden",
"LastPass",
"Dashlane",
"Password Safe",
"Keychain Access"
],
"autoPaste": {
"enabled": true,
"keybind": "alt+v",
"buffer": 10
},
"enableMouse": false,
"enableDescription": true
}

View File

@@ -1,16 +1,38 @@
{
"useCustomTheme": true,
"DimmedDesc": "#928374",
"DimmedTitle": "#928374",
"FilteredMatch": "#B8BB26",
"NormalDesc": "#A89984",
"NormalTitle": "#83a598",
"SelectedDesc": "#8EC07C",
"SelectedTitle": "#fe8019",
"SelectedBorder": "#83A598",
"SelectedDescBorder": "#83A598",
"TitleFore": "#EBDBB2",
"Titleback": "#282828",
"StatusMsg": "#B8BB26",
"PinIndicatorColor": "#f73028"
"UseCustom": true,
"TitleFore": "#ebdbb2",
"TitleBack": "#1d2021",
"TitleInfo": "#fabd2f",
"NormalTitle": "#ebdbb2",
"DimmedTitle": "#a89984",
"SelectedTitle": "#fabd2f",
"NormalDesc": "#a89984",
"DimmedDesc": "#7c6f64",
"SelectedDesc": "#fabd2f",
"StatusMsg": "#b8bb26",
"PinIndicatorColor": "#fabd2f",
"SelectedBorder": "#fabd2f",
"SelectedDescBorder": "#fabd2f",
"FilteredMatch": "#ebdbb2",
"FilterPrompt": "#fabd2f",
"FilterInfo": "#83a598",
"FilterText": "#ebdbb2",
"FilterCursor": "#fabd2f",
"HelpKey": "#a89984",
"HelpDesc": "#7c6f64",
"PageActiveDot": "#fabd2f",
"PageInactiveDot": "#7c6f64",
"DividerDot": "#fabd2f",
"PreviewedText": "#ebdbb2",
"PreviewBorder": "#fabd2f"
}

View File

@@ -0,0 +1,16 @@
{
"useCustomTheme": true,
"DimmedDesc": "#928374",
"DimmedTitle": "#928374",
"FilteredMatch": "#B8BB26",
"NormalDesc": "#A89984",
"NormalTitle": "#83a598",
"SelectedDesc": "#8EC07C",
"SelectedTitle": "#fe8019",
"SelectedBorder": "#83A598",
"SelectedDescBorder": "#83A598",
"TitleFore": "#EBDBB2",
"Titleback": "#282828",
"StatusMsg": "#B8BB26",
"PinIndicatorColor": "#f73028"
}