67 lines
2.4 KiB
Text
67 lines
2.4 KiB
Text
|
|
# Clawdie operator USB — Kitty terminal defaults
|
||
|
|
# Ships at ~/.config/kitty/kitty.conf for the clawdie user.
|
||
|
|
# Tweak freely; reload live with Ctrl+Shift+F5 (or restart kitty).
|
||
|
|
# Pick a different look interactively: kitty +kitten themes
|
||
|
|
# Full reference: man kitty.conf
|
||
|
|
|
||
|
|
# ── Font ───────────────────────────────────────────────────
|
||
|
|
# Hack ships via the `hack-font` package on the live USB. Bumped above
|
||
|
|
# kitty's 11pt default so operator dashboards (colibri-tui, tmux, pi) stay
|
||
|
|
# legible on laptop panels.
|
||
|
|
font_family Hack
|
||
|
|
bold_font auto
|
||
|
|
italic_font auto
|
||
|
|
bold_italic_font auto
|
||
|
|
font_size 13.0
|
||
|
|
|
||
|
|
# ── Window ─────────────────────────────────────────────────
|
||
|
|
remember_window_size no
|
||
|
|
initial_window_width 110c
|
||
|
|
initial_window_height 30c
|
||
|
|
window_padding_width 6
|
||
|
|
hide_window_decorations no
|
||
|
|
|
||
|
|
# ── Scrollback / mouse ─────────────────────────────────────
|
||
|
|
scrollback_lines 10000
|
||
|
|
copy_on_select yes
|
||
|
|
url_style curly
|
||
|
|
open_url_with default
|
||
|
|
strip_trailing_spaces always
|
||
|
|
|
||
|
|
# ── Tab bar (only when more than one tab is open) ──────────
|
||
|
|
tab_bar_min_tabs 2
|
||
|
|
tab_bar_edge bottom
|
||
|
|
tab_bar_style powerline
|
||
|
|
tab_title_template {title}
|
||
|
|
|
||
|
|
# ── Theme: quiet dark ──────────────────────────────────────
|
||
|
|
# A calm, high-contrast dark scheme tuned for long operator sessions.
|
||
|
|
# Programs that use the 16 ANSI colors (ls, git, vim, syntax highlighters)
|
||
|
|
# stay coherent with the foreground/background.
|
||
|
|
foreground #c8d3f5
|
||
|
|
background #1b1d2b
|
||
|
|
cursor #c8d3f5
|
||
|
|
selection_foreground #1b1d2b
|
||
|
|
selection_background #3b3f54
|
||
|
|
|
||
|
|
color0 #1b1d2b
|
||
|
|
color8 #5b6078
|
||
|
|
color1 #f7768e
|
||
|
|
color9 #f7768e
|
||
|
|
color2 #9ece6a
|
||
|
|
color10 #9ece6a
|
||
|
|
color3 #e0af68
|
||
|
|
color11 #e0af68
|
||
|
|
color4 #7aa2f7
|
||
|
|
color12 #7aa2f7
|
||
|
|
color5 #bb9af7
|
||
|
|
color13 #bb9af7
|
||
|
|
color6 #7dcfff
|
||
|
|
color14 #7dcfff
|
||
|
|
color7 #a9b1d6
|
||
|
|
color15 #c0caf5
|
||
|
|
|
||
|
|
# ── Cursor ─────────────────────────────────────────────────
|
||
|
|
cursor_shape beam
|
||
|
|
cursor_blink_interval 0
|