Files
spilltea/internal/config/default_config.yaml
T
2026-05-12 19:12:29 +02:00

97 lines
2.3 KiB
YAML

app:
host: 127.0.0.1
port: 8080
cert_dir: ~/.local/share/spilltea
project_dir: ~/.local/share/spilltea
plugins_dir: ~/.config/spilltea/plugins
intercept:
default_auto_forward: false
default_capture_response: false
replay:
switch_to_page_on_send: false
history:
skip_duplicates: false # if true, skip saving entries with the same method, host, path and body
tui:
use_nerdfont_icons: true
default_sidebar_state: "expanded" # hidden, collapsed, expanded
pretty_print_body: true # auto-indent JSON and HTML response bodies
colors:
base00: "110F12" # Default Background
base01: "1C1920" # Lighter Background (status bars, line numbers)
base02: "1D1A26" # Selection Background
base03: "514D63" # Comments, Invisibles, faint text
base04: "8E8AA0" # Dark Foreground (status bars)
base05: "C2BED6" # Default Foreground, Caret, Delimiters
base06: "D8D5EA" # Light Foreground (rarely used)
base07: "EAE7F7" # Light Background (rarely used)
base08: "E07080" # Red: errors, diff deleted
base09: "D49070" # Orange: integers, constants, warnings
base0a: "C4B060" # Yellow: classes, search highlight
base0b: "80B880" # Green: strings, diff inserted, success
base0c: "70B8C0" # Cyan: support, regex, escape chars
base0d: "9E97F8" # Blue/Accent: functions, headings, primary
base0e: "C090E8" # Purple: keywords, storage
base0f: "D080A0" # Pink: deprecated, embedded language tags
keybindings:
global:
quit: "q,ctrl+c"
open_logs: "ctrl+g"
toggle_sidebar: "ctrl+b"
help: "?"
up: "up,k"
down: "down,j"
left: "left,h"
right: "right,l"
cycle_focus: "tab"
copy_request: "ctrl+y"
send_to_replay: "ctrl+r"
scroll_up: "pgup"
scroll_down: "pgdown"
send_to_diff: "ctrl+d"
intercept:
forward: "f"
forward_all: "F"
drop: "d"
drop_all: "D"
auto_forward: "a"
capture_response: "r"
undo_edits: "ctrl+z"
edit: "e,enter"
edit_external: "E"
history:
delete_entry: "x"
delete_all: "X"
sql_query: ":"
filter: "/"
home:
open: "enter,l"
delete: "x"
filter: "/"
replay:
send: "enter,s"
edit: "e"
edit_external: "E"
undo_edits: "R"
delete_entry: "x"
delete_all: "X"
diff:
clear: "c"
findings:
dismiss: "x"
plugins:
toggle: "space"
edit_config: "e,enter"
filter: "/"