Compare commits

..

3 Commits

Author SHA1 Message Date
42c88c9eef move bin to .local/bin 2023-09-27 14:25:06 -04:00
2538eed296 add alacritty config 2023-09-27 14:25:04 -04:00
d8548f93b5 add foot config 2023-09-27 14:25:01 -04:00
2 changed files with 21 additions and 22 deletions

View File

@ -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

View File

@ -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>