1
0
Files
dotfiles/config/foot/foot.ini
James Bulman ce8e8fe6ec Added linux config for kanto
Updated dots script to correctly install across multiple systems
Simplified rofi configuration
Added sway config for kanto
Fixed swaylock colour missing a zero
Minor updates for specific font sizes, colours etc.
2025-09-29 17:44:50 +01:00

55 lines
1.0 KiB
INI

# Basic
#
term=xterm-256color
#tokyo font=Ubuntu Mono:size=11.5
#kanto font=Ubuntu Mono:size=10
[colors]
alpha=1.0
background=181818
foreground=FFFFFF
# Normal
regular0=181818 # black
regular1=FF5866 # red
regular2=85FF85 # green
regular3=F9DC5C # yellow
regular4=3185FC # blue
regular5=FF85FF # magenta
regular6=85FFFF # cyan
regular7=FFFFFF # white
# Bright
bright0=252525 # bright black
bright1=FF99A1 # bright red
bright2=C2FFC2 # bright green
bright3=FCEEB0 # bright yellow
bright4=86B8FD # bright blue
bright5=FFC2FF # bright magenta
bright6=C2FFFF # bright cyan
bright7=FFFFFF # bright white
# Dim
dim0=000000 # dim black
dim1=F50014 # dim red
dim2=5CFF5C # dim green
dim3=F6CD13 # dim yellow
dim4=0567F1 # dim blue
dim5=FF5CFF # dim magenta
dim6=00F5F5 # dim cyan
dim7=C2C2C2 # dim white
# Misc
jump-labels=181818 FFFFFF
urls=FFFFFF
# @Todo: Could add more colours, supports the full 256 range and sixel
[csd]
preferred=server
[key-bindings]
show-urls-launch=Control+u
# vim: ft=dosini