Add kanagawa colors for foot
This commit is contained in:
parent
610ec4c697
commit
cebd82df87
3 changed files with 80 additions and 2 deletions
|
@ -306,6 +306,7 @@ dotfiles = [
|
||||||
"f_dconf.ini",
|
"f_dconf.ini",
|
||||||
"f_docker-config.json",
|
"f_docker-config.json",
|
||||||
"f_fonts.conf",
|
"f_fonts.conf",
|
||||||
|
"f_foot.ini",
|
||||||
]
|
]
|
||||||
|
|
||||||
[profiles.Mirkwood.variables]
|
[profiles.Mirkwood.variables]
|
||||||
|
|
45
home/.config/foot/foot-light.ini
Normal file
45
home/.config/foot/foot-light.ini
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
pad=10x0
|
||||||
|
dpi-aware=yes
|
||||||
|
|
||||||
|
[scrollback]
|
||||||
|
lines=1000
|
||||||
|
|
||||||
|
[cursor]
|
||||||
|
blink=yes
|
||||||
|
|
||||||
|
[mouse]
|
||||||
|
hide-when-typing=yes
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
foreground = 545464
|
||||||
|
background = f2ecbc
|
||||||
|
|
||||||
|
selection-foreground = 43436c
|
||||||
|
selection-background = c9cbd1
|
||||||
|
|
||||||
|
regular0 = 1F1F28
|
||||||
|
regular1 = c84053
|
||||||
|
regular2 = 6f894e
|
||||||
|
regular3 = 77713f
|
||||||
|
regular4 = 4d699b
|
||||||
|
regular5 = b35b79
|
||||||
|
regular6 = 597b75
|
||||||
|
regular7 = 545464
|
||||||
|
|
||||||
|
bright0 = 8a8980
|
||||||
|
bright1 = d7474b
|
||||||
|
bright2 = 6e915f
|
||||||
|
bright3 = 836f4a
|
||||||
|
bright4 = 6693bf
|
||||||
|
bright5 = 624c83
|
||||||
|
bright6 = 5e857a
|
||||||
|
bright7 = 43436c
|
||||||
|
|
||||||
|
|
||||||
|
16 = cc6d00
|
||||||
|
17 = e82424
|
||||||
|
|
||||||
|
[csd]
|
||||||
|
color = fff2ecbc
|
||||||
|
button-color = ff545464
|
||||||
|
hide-when-maximized = yes
|
|
@ -1,6 +1,5 @@
|
||||||
include=~/.cache/wal/colors-foot.ini
|
|
||||||
|
|
||||||
pad=10x0
|
pad=10x0
|
||||||
|
dpi-aware=yes
|
||||||
|
|
||||||
[scrollback]
|
[scrollback]
|
||||||
lines=1000
|
lines=1000
|
||||||
|
@ -10,3 +9,36 @@ blink=yes
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide-when-typing=yes
|
hide-when-typing=yes
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
foreground = dcd7ba
|
||||||
|
background = 1f1f28
|
||||||
|
|
||||||
|
selection-foreground = c8c093
|
||||||
|
selection-background = 2d4f67
|
||||||
|
|
||||||
|
regular0 = 090618
|
||||||
|
regular1 = c34043
|
||||||
|
regular2 = 76946a
|
||||||
|
regular3 = c0a36e
|
||||||
|
regular4 = 7e9cd8
|
||||||
|
regular5 = 957fb8
|
||||||
|
regular6 = 6a9589
|
||||||
|
regular7 = c8c093
|
||||||
|
|
||||||
|
bright0 = 727169
|
||||||
|
bright1 = e82424
|
||||||
|
bright2 = 98bb6c
|
||||||
|
bright3 = e6c384
|
||||||
|
bright4 = 7fb4ca
|
||||||
|
bright5 = 938aa9
|
||||||
|
bright6 = 7aa89f
|
||||||
|
bright7 = dcd7ba
|
||||||
|
|
||||||
|
16 = ffa066
|
||||||
|
17 = ff5d62
|
||||||
|
|
||||||
|
[csd]
|
||||||
|
color = ff1f1f28
|
||||||
|
button-color = ffdcd7ba
|
||||||
|
hide-when-maximized = yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue