feat(foot): catpuccin terminal colors
This commit is contained in:
parent
19302b6d29
commit
9d507f8619
2 changed files with 41 additions and 6 deletions
37
config/foot/catppuccin-macchiato.ini
Normal file
37
config/foot/catppuccin-macchiato.ini
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
[cursor]
|
||||||
|
color=181926 f4dbd6
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
foreground=cad3f5
|
||||||
|
background=24273a
|
||||||
|
|
||||||
|
regular0=494d64
|
||||||
|
regular1=ed8796
|
||||||
|
regular2=a6da95
|
||||||
|
regular3=eed49f
|
||||||
|
regular4=8aadf4
|
||||||
|
regular5=f5bde6
|
||||||
|
regular6=8bd5ca
|
||||||
|
regular7=b8c0e0
|
||||||
|
|
||||||
|
bright0=5b6078
|
||||||
|
bright1=ed8796
|
||||||
|
bright2=a6da95
|
||||||
|
bright3=eed49f
|
||||||
|
bright4=8aadf4
|
||||||
|
bright5=f5bde6
|
||||||
|
bright6=8bd5ca
|
||||||
|
bright7=a5adcb
|
||||||
|
|
||||||
|
16=f5a97f
|
||||||
|
17=f4dbd6
|
||||||
|
18=c6a0f6
|
||||||
|
|
||||||
|
selection-foreground=cad3f5
|
||||||
|
selection-background=454a5f
|
||||||
|
|
||||||
|
search-box-no-match=181926 ed8796
|
||||||
|
search-box-match=cad3f5 363a4f
|
||||||
|
|
||||||
|
jump-labels=181926 f5a97f
|
||||||
|
urls=8aadf4
|
|
@ -1,14 +1,12 @@
|
||||||
# -*- conf -*-
|
# -*- conf -*-
|
||||||
|
|
||||||
|
[main]
|
||||||
|
include=~/.config/foot/catppuccin-macchiato.ini
|
||||||
|
|
||||||
font=monospace:size=10
|
font=monospace:size=10
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha = .65
|
alpha = .65
|
||||||
foreground=dcdccc
|
|
||||||
background=393052
|
|
||||||
|
|
||||||
[cursor]
|
|
||||||
color=111111 dcdccc
|
|
||||||
|
|
||||||
[key-bindings]
|
[key-bindings]
|
||||||
spawn-terminal=Control+Shift+n
|
spawn-terminal=Control+Shift+n
|
||||||
|
|
Loading…
Reference in a new issue