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
# by DPI and the specified value is always added at both opposing sides.
#padding:
# x: 0
# y: 0
padding:
x: 1
y: 1
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false

View File

@ -78,25 +78,24 @@ alpha=0.95
background=fbf1c7
foreground=3c3836
## 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
# 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
## dimmed colors (see foot.ini(5) man page)
# dim0=<not set>