Compare commits
3 Commits
4b25b6a90c
...
42c88c9eef
Author | SHA1 | Date | |
---|---|---|---|
42c88c9eef | |||
2538eed296 | |||
d8548f93b5 |
@ -46,9 +46,9 @@ window:
|
|||||||
#
|
#
|
||||||
# Blank space added around the window in pixels. This padding is scaled
|
# Blank space added around the window in pixels. This padding is scaled
|
||||||
# by DPI and the specified value is always added at both opposing sides.
|
# by DPI and the specified value is always added at both opposing sides.
|
||||||
#padding:
|
padding:
|
||||||
# x: 0
|
x: 1
|
||||||
# y: 0
|
y: 1
|
||||||
|
|
||||||
# Spread additional padding evenly around the terminal content.
|
# Spread additional padding evenly around the terminal content.
|
||||||
#dynamic_padding: false
|
#dynamic_padding: false
|
||||||
|
@ -78,25 +78,24 @@ alpha=0.95
|
|||||||
background=fbf1c7
|
background=fbf1c7
|
||||||
foreground=3c3836
|
foreground=3c3836
|
||||||
|
|
||||||
## Normal/regular colors (color palette 0-7)
|
# Normal/regular colors (color palette 0-7)
|
||||||
regular0=bdae93 # black
|
regular0=bdae93
|
||||||
regular1=cc241d # red
|
regular1=cc241d
|
||||||
regular2=98971a # green
|
regular2=98971a
|
||||||
regular3=d79921 # yellow
|
regular3=d79921
|
||||||
regular4=458588 # blue
|
regular4=458588
|
||||||
regular5=b16286 # magenta
|
regular5=b16286
|
||||||
regular6=689d6a # cyan
|
regular6=689d6a
|
||||||
regular7=7c6f64 # white
|
regular7=7c6f64
|
||||||
|
# Bright colors (color palette 8-15)
|
||||||
## Bright colors (color palette 8-15)
|
bright0=a89984
|
||||||
bright0=a89984 # bright black
|
bright1=9d0006
|
||||||
bright1=9d0006 # bright red
|
bright2=79740e
|
||||||
bright2=79740e # bright green
|
bright3=b57614
|
||||||
bright3=b57614 # bright yellow
|
bright4=076678
|
||||||
bright4=076678 # bright blue
|
bright5=8f3f71
|
||||||
bright5=8f3f71 # bright magenta
|
bright6=427b58
|
||||||
bright6=427b58 # bright cyan
|
bright7=665c54
|
||||||
bright7=665c54 # bright white
|
|
||||||
|
|
||||||
## dimmed colors (see foot.ini(5) man page)
|
## dimmed colors (see foot.ini(5) man page)
|
||||||
# dim0=<not set>
|
# dim0=<not set>
|
||||||
|
Loading…
Reference in New Issue
Block a user