65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
|
{
|
||
|
"debug": {
|
||
|
"disable_auto_focus": false,
|
||
|
"enable_logging": false
|
||
|
},
|
||
|
"theme": {
|
||
|
"colors": {
|
||
|
"border": "#89b4fa",
|
||
|
"item_bg": "#181825",
|
||
|
"item_bg_hover": "#89b4fa",
|
||
|
"item_bg_selected": "#89b4fa",
|
||
|
"item_description": "#bac2de",
|
||
|
"item_description_selected": "#181825",
|
||
|
"item_name": "#cdd6f4",
|
||
|
"item_name_selected": "#1e1e2e",
|
||
|
"item_path": "#a6adc8",
|
||
|
"item_path_selected": "#181825",
|
||
|
"search_bg": "#181825",
|
||
|
"search_bg_focused": "#89b4fa",
|
||
|
"search_caret": "#cdd6f4",
|
||
|
"search_text": "#cdd6f4",
|
||
|
"window_bg": "#1e1e2e"
|
||
|
},
|
||
|
"corners": {
|
||
|
"list_item": 8,
|
||
|
"search": 8,
|
||
|
"window": 12
|
||
|
},
|
||
|
"spacing": {
|
||
|
"item_margin": 8,
|
||
|
"item_padding": 2,
|
||
|
"search_margin": 9,
|
||
|
"search_padding": 9
|
||
|
},
|
||
|
"typography": {
|
||
|
"item_description_size": 12,
|
||
|
"item_name_size": 14,
|
||
|
"item_path_font_family": "JetBrainsMono Nerd Font Mono",
|
||
|
"item_path_size": 12,
|
||
|
"search_font_size": 16
|
||
|
}
|
||
|
},
|
||
|
"window": {
|
||
|
"anchor": "bottom",
|
||
|
"border_width": 3,
|
||
|
"custom_navigate_keys": {
|
||
|
"delete_word": "h",
|
||
|
"down": "j",
|
||
|
"up": "k"
|
||
|
},
|
||
|
"height": 400,
|
||
|
"margin_bottom": 20,
|
||
|
"margin_left": 0,
|
||
|
"margin_right": 0,
|
||
|
"margin_top": 0,
|
||
|
"max_entries": 50,
|
||
|
"show_border": true,
|
||
|
"show_descriptions": true,
|
||
|
"show_icons": true,
|
||
|
"show_paths": true,
|
||
|
"show_search": true,
|
||
|
"use_gtk_colors": false,
|
||
|
"width": 600
|
||
|
}
|
||
|
}
|