sec commit
This commit is contained in:
parent
f8a7757f2e
commit
1efe4a6aa3
49 changed files with 11008 additions and 1 deletions
35
.config/clipse/config.json
Normal file
35
.config/clipse/config.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"allowDuplicates": false,
|
||||
"historyFile": "clipboard_history.json",
|
||||
"maxHistory": 10000,
|
||||
"logFile": "clipse.log",
|
||||
"themeFile": "custom_theme.json",
|
||||
"tempDir": "tmp_files",
|
||||
"keyBindings": {
|
||||
"choose": "enter",
|
||||
"clearSelected": "S",
|
||||
"down": "down",
|
||||
"end": "end",
|
||||
"filter": "/",
|
||||
"home": "home",
|
||||
"more": "?",
|
||||
"nextPage": "right",
|
||||
"prevPage": "left",
|
||||
"preview": " ",
|
||||
"quit": "q",
|
||||
"remove": "x",
|
||||
"selectDown": "ctrl+down",
|
||||
"selectSingle": "s",
|
||||
"selectUp": "ctrl+up",
|
||||
"togglePin": "p",
|
||||
"togglePinned": "tab",
|
||||
"up": "up",
|
||||
"yankFilter": "ctrl+s"
|
||||
},
|
||||
"imageDisplay": {
|
||||
"type": "kitty",
|
||||
"scaleX": 9,
|
||||
"scaleY": 9,
|
||||
"heightCut": 2
|
||||
}
|
||||
}
|
||||
28
.config/clipse/custom_theme.json
Normal file
28
.config/clipse/custom_theme.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"useCustomTheme": true,
|
||||
"TitleFore": "#07090B",
|
||||
"TitleBack": "#A1F7C6",
|
||||
"TitleInfo": "#25C39F",
|
||||
"NormalTitle": "#E2F9F9",
|
||||
"DimmedTitle": "#718091",
|
||||
"SelectedTitle": "#E2F9F9",
|
||||
"NormalDesc": "#718091",
|
||||
"DimmedDesc": "#718091",
|
||||
"SelectedDesc": "#E2F9F9",
|
||||
"StatusMsg": "#2ecc71",
|
||||
"PinIndicatorColor": "#F87173",
|
||||
"SelectedBorder": "#E2F9F9",
|
||||
"SelectedDescBorder": "#E2F9F9",
|
||||
"FilteredMatch": "#E2F9F9",
|
||||
"FilterPrompt": "#25C39F",
|
||||
"FilterInfo": "#A1F7C6",
|
||||
"FilterText": "#E2F9F9",
|
||||
"FilterCursor": "#E2F9F9",
|
||||
"HelpKey": "#E2F9F9",
|
||||
"HelpDesc": "#718091",
|
||||
"PageActiveDot": "#E2F9F9",
|
||||
"PageInactiveDot": "#718091",
|
||||
"DividerDot": "#25C39F",
|
||||
"PreviewedText": "#E2F9F9",
|
||||
"PreviewBorder": "#A1F7C6"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue