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 # 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: 1 # x: 0
y: 1 # y: 0
# 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,24 +78,25 @@ 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 regular0=bdae93 # black
regular1=cc241d regular1=cc241d # red
regular2=98971a regular2=98971a # green
regular3=d79921 regular3=d79921 # yellow
regular4=458588 regular4=458588 # blue
regular5=b16286 regular5=b16286 # magenta
regular6=689d6a regular6=689d6a # cyan
regular7=7c6f64 regular7=7c6f64 # white
# Bright colors (color palette 8-15)
bright0=a89984 ## Bright colors (color palette 8-15)
bright1=9d0006 bright0=a89984 # bright black
bright2=79740e bright1=9d0006 # bright red
bright3=b57614 bright2=79740e # bright green
bright4=076678 bright3=b57614 # bright yellow
bright5=8f3f71 bright4=076678 # bright blue
bright6=427b58 bright5=8f3f71 # bright magenta
bright7=665c54 bright6=427b58 # bright cyan
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>