Add foot ini. jetbrainsmono nf for kitty and foot.
This commit is contained in:
@@ -10,4 +10,6 @@ alias dcr='docker container restart'
|
|||||||
alias dcsp='docker container stop'
|
alias dcsp='docker container stop'
|
||||||
alias dcrm='docker container rm'
|
alias dcrm='docker container rm'
|
||||||
# function dsh() { docker exec -it $1 sh }
|
# function dsh() { docker exec -it $1 sh }
|
||||||
|
ddg() {
|
||||||
|
w3m "https://lite.duckduckgo.com/lite/?q=${*// /+}"
|
||||||
|
}
|
||||||
|
|||||||
38
foot/.config/foot/foot.ini
Normal file
38
foot/.config/foot/foot.ini
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
# foot does not support ligatures
|
||||||
|
font=JetBrainsMono Nerd Font:size=12
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
alpha=0.8
|
||||||
|
cursor=11111b f5e0dc
|
||||||
|
foreground=cdd6f4
|
||||||
|
background=101020
|
||||||
|
|
||||||
|
regular0=45475a
|
||||||
|
regular1=f38ba8
|
||||||
|
regular2=a6e3a1
|
||||||
|
regular3=f9e2af
|
||||||
|
regular4=89b4fa
|
||||||
|
regular5=f5c2e7
|
||||||
|
regular6=94e2d5
|
||||||
|
regular7=bac2de
|
||||||
|
|
||||||
|
bright0=585b70
|
||||||
|
bright1=f38ba8
|
||||||
|
bright2=a6e3a1
|
||||||
|
bright3=f9e2af
|
||||||
|
bright4=89b4fa
|
||||||
|
bright5=f5c2e7
|
||||||
|
bright6=94e2d5
|
||||||
|
bright7=a6adc8
|
||||||
|
|
||||||
|
16=fab387
|
||||||
|
17=f5e0dc
|
||||||
|
|
||||||
|
selection-foreground=cdd6f4
|
||||||
|
selection-background=414356
|
||||||
|
|
||||||
|
search-box-no-match=11111b f38ba8
|
||||||
|
search-box-match=cdd6f4 313244
|
||||||
|
|
||||||
|
jump-labels=11111b fab387
|
||||||
|
urls=89b4fa
|
||||||
@@ -9,6 +9,8 @@ map ctrl+alt+8 goto_tab 8
|
|||||||
map ctrl+alt+9 goto_tab 9
|
map ctrl+alt+9 goto_tab 9
|
||||||
|
|
||||||
background_opacity 0.8
|
background_opacity 0.8
|
||||||
|
|
||||||
|
font_family JetBrainsMono Nerd Font
|
||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
|
|
||||||
## name: Catppuccin Kitty Mocha
|
## name: Catppuccin Kitty Mocha
|
||||||
|
|||||||
Reference in New Issue
Block a user