Files
stack/notebooks/.marimo-config/marimo.toml
kert 5c088b50a8
Some checks failed
ci/woodpecker/pr/infra-ci Pipeline failed
ci/woodpecker/push/infra-ci Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
coverage 99% coverage
ci/woodpecker/pr/ci Pipeline was successful
rebrand theme: throwback → loch, --tb- → --ds-, drop Press Start 2P
Rename the design system from "throwback" to "loch" — a deep-navy
design system. CSS variable prefix --tb- → --ds-. Press Start 2P
replaced with IBM Plex Mono weight 600 for headings.

Same hex colours, same layout, same mood — just a grown-up name.

fix #50, fix #51, refs #54
2026-03-21 14:26:41 -04:00

74 lines
1.2 KiB
TOML

[completion]
activate_on_typing = true
signature_hint_on_typing = false
copilot = false
[server]
browser = "default"
follow_symlink = false
[package_management]
manager = "uv"
[runtime]
auto_instantiate = false
auto_reload = "off"
reactive_tests = true
on_cell_change = "autorun"
watcher_on_save = "lazy"
output_max_bytes = 8000000
std_stream_max_bytes = 1000000
default_sql_output = "auto"
default_csv_encoding = "utf-8"
[formatting]
line_length = 79
[save]
autosave = "after_delay"
autosave_delay = 1000
format_on_save = false
[ai.models]
displayed_models = []
custom_models = []
[ai.custom_providers]
[diagnostics]
sql_linter = true
[language_servers.pylsp]
enabled = false
enable_mypy = true
enable_ruff = true
enable_flake8 = false
enable_pydocstyle = false
enable_pylint = false
enable_pyflakes = false
[display]
default_width = "medium"
dataframes = "rich"
cell_output = "below"
theme = "dark"
default_table_page_size = 10
default_table_max_columns = 50
reference_highlighting = true
custom_css = ["/home/kert/.config/marimo/loch.css"]
code_editor_font_size = 14
[keymap]
preset = "default"
[keymap.overrides]
[snippets]
custom_paths = []
include_default_snippets = true
[mcp]
presets = []
[mcp.mcpServers]