mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
Added foot config as non-gpu fallback
This commit is contained in:
41
dot_config/foot/foot.ini
Normal file
41
dot_config/foot/foot.ini
Normal file
@@ -0,0 +1,41 @@
|
||||
shell = /usr/bin/env nu
|
||||
font=MonaspiceNeNerdFontMono:size=16
|
||||
|
||||
[colors]
|
||||
background=1a1b26
|
||||
foreground=c0caf5
|
||||
regular0=15161E
|
||||
regular1=f7768e
|
||||
regular2=9ece6a
|
||||
regular3=e0af68
|
||||
regular4=7aa2f7
|
||||
regular5=bb9af7
|
||||
regular6=7dcfff
|
||||
regular7=a9b1d6
|
||||
bright0=414868
|
||||
bright1=f7768e
|
||||
bright2=9ece6a
|
||||
bright3=e0af68
|
||||
bright4=7aa2f7
|
||||
bright5=bb9af7
|
||||
bright6=7dcfff
|
||||
bright7=c0caf5
|
||||
|
||||
selection-background=33467C
|
||||
selection-foreground=c0caf5
|
||||
url-color=73daca
|
||||
|
||||
[cursor]
|
||||
style=beam
|
||||
color=c0caf5
|
||||
|
||||
[key-bindings]
|
||||
spawn-terminal=Control+h
|
||||
close-window=Control+q
|
||||
next-tab=Control+l
|
||||
previous-tab=Control+h
|
||||
move-tab-left=Control+Shift+h
|
||||
move-tab-right=Control+Shift+l
|
||||
new-tab=Control+t
|
||||
copy=Control+Shift+c
|
||||
paste=Control+Shift+v
|
||||
Reference in New Issue
Block a user