# -*- conf -*- # 2021-01-20: avoid errors on remote systems when using less etc when the foot # terminfo is not available. term=xterm-256color # Use fc-list to check fonts and styles font=Source Code Pro Medium:style=Medium:size=12 font-bold=Source Code Pro Semibold:style=Regular:size=12 font-italic=Source Code Pro Medium:style=Medium Italic:size=12 # I don't know where any bold italic is used, but this should work if I ever # find any. font-bold-italic=Source Code Pro Semibold:style=Semibold Italic:size=12 [colors] alpha=1.0 foreground=adbcbc background=103c48 regular0=184956 # black regular1=fa5750 # red regular2=75b938 # green regular3=dbb32d # yellow regular4=4695f7 # blue regular5=f275be # magenta regular6=41c7b9 # cyan regular7=72898f # white bright0=2d5b69 # bright black bright1=ff665c # bright red bright2=84c747 # bright green bright3=ebc13d # bright yellow bright4=58a3ff # bright blue bright5=ff84cd # bright magenta bright6=53d6c7 # bright cyan bright7=cad8d9 # bright white selection-foreground=cad8d9 selection-background=184956