noteness has quit [Remote host closed the connection]
cvmn has joined #foot
teraspin has quit [Quit: Leaving]
cvmn has quit [Ping timeout: 240 seconds]
rcf has joined #foot
footgunned has joined #foot
footgunned has quit [Client Quit]
footgunned has joined #foot
<footgunned>
Sorry if this is a dumb question, but what would cause the colours in foot to look like this? Screenshot shows kitty on the left, foot on the right (using default config): https://imgur.com/a/f5o8TYJ
<footgunned>
shell (if it matters): fish, version 3.3.1
<footgunned>
$TERM says `foot`, tried changing `bold-text-in-bright` and colours in foot.ini but no effect...
an3223 has quit [Ping timeout: 240 seconds]
an3223 has joined #foot
<sterni>
footgunned: kitty is either wrong or msgcat behaves differently in kitty
<sterni>
if you run msgcat --color=test | cat -v you can see that no escape sequences are emitted that foot would ignore
<sterni>
also foot's behaviour matches xterm
<footgunned>
I just tried alacritty and it was the same there... perhaps I should ask a different question: are the colours actually correct for foot?
<footgunned>
Does your foot look the same with the default config?
<sterni>
the default colors are like this, yes, they are not as vibrant as other terminal emulators use by default
<footgunned>
hmm, xterm actually shows up like kitty for me (and I do not think I have any config files around for it so I assume its the default): https://imgur.com/a/Mg5JG5x
<footgunned>
> the default colors are like this, yes
<footgunned>
oh wow, I always thought there was something wrong with my system which put me off foot for so long
<sterni>
footgunned: kitty looks very different? i. e. not a solid color on the bottom?
<sterni>
footgunned: msgcat outputs the 8 standard SGR color escapes, these don't mandate a precise color, so config/emulators are free to choose a color for them
<footgunned>
Ah yes, I was mainly looking at the colours at the top, indeed the bottom part is different between kitty and xterm: https://imgur.com/Zd9gYZS
<footgunned>
top left - kitty, bottom left - xterm, top right - foot, bottom right - alacritty
an3223 has quit [Ping timeout: 240 seconds]
<footgunned>
Just found out foot comes with a kitty theme so I ended up using that in my config (include=/usr/share/foot/themes/kitty)