Compare commits

..

3 Commits

Author SHA1 Message Date
4b25b6a90c move bin to .local/bin 2023-09-27 09:54:32 -04:00
78adb211ce add alacritty config 2023-09-27 09:54:32 -04:00
02be49d612 add foot config 2023-09-27 09:54:29 -04:00
2 changed files with 22 additions and 21 deletions

View File

@ -46,9 +46,9 @@ window:
#
# 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.
padding:
x: 1
y: 1
#padding:
# x: 0
# y: 0
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false

View File

@ -78,24 +78,25 @@ alpha=0.95
background=fbf1c7
foreground=3c3836
# Normal/regular colors (color palette 0-7)
regular0=bdae93
regular1=cc241d
regular2=98971a
regular3=d79921
regular4=458588
regular5=b16286
regular6=689d6a
regular7=7c6f64
# Bright colors (color palette 8-15)
bright0=a89984
bright1=9d0006
bright2=79740e
bright3=b57614
bright4=076678
bright5=8f3f71
bright6=427b58
bright7=665c54
## Normal/regular colors (color palette 0-7)
regular0=bdae93 # black
regular1=cc241d # red
regular2=98971a # green
regular3=d79921 # yellow
regular4=458588 # blue
regular5=b16286 # magenta
regular6=689d6a # cyan
regular7=7c6f64 # white
## Bright colors (color palette 8-15)
bright0=a89984 # bright black
bright1=9d0006 # bright red
bright2=79740e # bright green
bright3=b57614 # bright yellow
bright4=076678 # bright blue
bright5=8f3f71 # bright magenta
bright6=427b58 # bright cyan
bright7=665c54 # bright white
## dimmed colors (see foot.ini(5) man page)
# dim0=<not set>