mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
42 lines
691 B
INI
42 lines
691 B
INI
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
|