mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-05 18:29:26 -05:00
64 lines
1.6 KiB
INI
64 lines
1.6 KiB
INI
# Material You themed foot terminal configuration
|
|
|
|
[main]
|
|
shell=fish
|
|
term=xterm-256color
|
|
title=foot
|
|
font=JetBrainsMono Nerd Font:size=11
|
|
letter-spacing=0
|
|
dpi-aware=no
|
|
pad=25x25
|
|
bold-text-in-bright=no
|
|
|
|
[scrollback]
|
|
lines=10000
|
|
|
|
[cursor]
|
|
style=beam
|
|
blink=no
|
|
beam-thickness=1.5
|
|
|
|
[key-bindings]
|
|
scrollback-up-page=Page_Up
|
|
scrollback-down-page=Page_Down
|
|
clipboard-copy=Control+c
|
|
clipboard-paste=Control+v
|
|
search-start=Control+f
|
|
font-increase=Control+plus Control+equal Control+KP_Add
|
|
font-decrease=Control+minus Control+KP_Subtract
|
|
font-reset=Control+0 Control+KP_0
|
|
|
|
[search-bindings]
|
|
cancel=Escape
|
|
find-prev=Shift+F3
|
|
find-next=F3 Control+G
|
|
delete-prev-word=Control+BackSpace
|
|
|
|
[text-bindings]
|
|
\x03=Control+Shift+c
|
|
|
|
[colors]
|
|
cursor={{colors.primary.default.hex}} {{colors.on_primary.default.hex}}
|
|
alpha=0.95
|
|
background={{colors.background.default.hex}}
|
|
foreground={{colors.on_background.default.hex}}
|
|
|
|
# Material You color palette
|
|
regular0={{colors.surface_dim.default.hex}}
|
|
regular1={{colors.error.default.hex}}
|
|
regular2={{colors.secondary.default.hex}}
|
|
regular3={{colors.tertiary.default.hex}}
|
|
regular4={{colors.primary.default.hex}}
|
|
regular5={{colors.error_container.default.hex}}
|
|
regular6={{colors.primary_container.default.hex}}
|
|
regular7={{colors.on_surface.default.hex}}
|
|
|
|
bright0={{colors.surface_variant.default.hex}}
|
|
bright1={{colors.error.default.hex}}
|
|
bright2={{colors.secondary.default.hex}}
|
|
bright3={{colors.tertiary.default.hex}}
|
|
bright4={{colors.primary.default.hex}}
|
|
bright5={{colors.error_container.default.hex}}
|
|
bright6={{colors.primary_container.default.hex}}
|
|
bright7={{colors.on_background.default.hex}}
|