fix(foot): change theme to onedark

This commit is contained in:
2025-09-30 12:58:13 +02:00
parent 9a798530e2
commit 4a06edece7
+19 -25
View File
@@ -7,38 +7,32 @@ pad=5x5 center
title=Terminal title=Terminal
locked-title=yes locked-title=yes
[cursor]
color=080808 9e9e9e
[mouse] [mouse]
hide-when-typing=yes hide-when-typing=yes
[colors] [colors]
background=080808 background=1f2329
foreground=bdbdbd foreground=a0a8b7
cursor=1f2329 a0a8b7
# Normal/regular colors (color palette 0-7) # Normal/regular colors (color palette 0-7)
regular0=323437 # black regular0=181a1f # black
regular1=ff5454 # red regular1=e55561 # red
regular2=8cc85f # green regular2=8ebd6b # green
regular3=e3c78a # yellow regular3=e2b86b # yellow
regular4=80a0ff # blue regular4=4fa6ed # blue
regular5=cf87e8 # magenta regular5=bf68d9 # magenta
regular6=79dac8 # cyan regular6=48b0bd # cyan
regular7=c6c6c6 # white regular7=a0a8b7 # white
# Bright colors (color palette 8-15) # Bright colors (color palette 8-15)
bright0=949494 # bright black bright0=5c6370 # bright black
bright1=ff5189 # bright red bright1=e86671 # bright red
bright2=36c692 # bright green bright2=98c379 # bright green
bright3=c2c292 # bright yellow bright3=e5c07b # bright yellow
bright4=74b2ff # bright blue bright4=61afef # bright blue
bright5=ae81ff # bright magenta bright5=c678dd # bright magenta
bright6=85dc85 # bright cyan bright6=56b6c2 # bright cyan
bright7=e4e4e4 # bright white bright7=abb2bf # bright white
# Misc colors
selection-foreground=080808
selection-background=b2ceee
# vim: ft=dosini # vim: ft=dosini