Add files via upload
This commit is contained in:
6
config/clipse/config.json
Normal file
6
config/clipse/config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"historyFile": "clipboard_history.json",
|
||||
"maxHistory": 500,
|
||||
"themeFile": "gruvbox.json",
|
||||
"tempDir": "tmp_files"
|
||||
}
|
||||
16
config/clipse/custom_theme.json
Normal file
16
config/clipse/custom_theme.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"useCustomTheme": false,
|
||||
"DimmedDesc": "#ffffff",
|
||||
"DimmedTitle": "#ffffff",
|
||||
"FilteredMatch": "#ffffff",
|
||||
"NormalDesc": "#ffffff",
|
||||
"NormalTitle": "#ffffff",
|
||||
"SelectedDesc": "#ffffff",
|
||||
"SelectedTitle": "#ffffff",
|
||||
"SelectedBorder": "#ffffff",
|
||||
"SelectedDescBorder": "#ffffff",
|
||||
"TitleFore": "#ffffff",
|
||||
"Titleback": "#434C5E",
|
||||
"StatusMsg": "#ffffff",
|
||||
"PinIndicatorColor": "#ff0000"
|
||||
}
|
||||
16
config/clipse/gruvbox.json
Normal file
16
config/clipse/gruvbox.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user