Alan Orth
5a62e31ca0
Foot 1.10.0 added support for dim0-7 colors. Selenized only uses dim0 apparently. See: https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md#1-10-0 See: https://github.com/jan-warchol/selenized/blob/master/the-values.md
42 lines
887 B
INI
42 lines
887 B
INI
# -*- 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=Cascadia Mono:style=Roman:size=12
|
|
font-bold=Cascadia Mono:style=SemiBold:size=12
|
|
font-italic=Cascadia Mono:style=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=Cascadia Mono:style=Bold Italic:size=12
|
|
|
|
# Selenized dark
|
|
[cursor]
|
|
color = 103c48 53d6c7
|
|
|
|
[colors]
|
|
background= 103c48
|
|
foreground= adbcbc
|
|
|
|
regular0= 184956
|
|
regular1= fa5750
|
|
regular2= 75b938
|
|
regular3= dbb32d
|
|
regular4= 4695f7
|
|
regular5= f275be
|
|
regular6= 41c7b9
|
|
regular7= 72898f
|
|
|
|
bright0= 2d5b69
|
|
bright1= ff665c
|
|
bright2= 84c747
|
|
bright3= ebc13d
|
|
bright4= 58a3ff
|
|
bright5= ff84cd
|
|
bright6= 53d6c7
|
|
bright7= cad8d9
|
|
|
|
dim0= 72898f
|