From 1d02fe2ac7b74839c03c022841b2d3bb0fc5a8a2 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Tue, 2 Dec 2025 00:50:17 +0300 Subject: [PATCH] console: update pudb theme --- .config/pudb/pudb.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/pudb/pudb.cfg b/.config/pudb/pudb.cfg index 64c45a6..3f33282 100644 --- a/.config/pudb/pudb.cfg +++ b/.config/pudb/pudb.cfg @@ -12,14 +12,14 @@ hotkeys_code = C hotkeys_stack = S hotkeys_toggle_cmdline_focus = ctrl x hotkeys_variables = V -line_numbers = True +line_numbers = False prompt_on_quit = True seen_welcome = e054 shell = internal -sidebar_width = 0.6710886400000001 +sidebar_width = 0.5 stack_weight = 1 -stringifier = type -theme = monokai-256 -variables_weight = 4.76837158203125 +stringifier = default +theme = solarized +variables_weight = 1 wrap_variables = True