Switch from alacritty to foot
This commit is contained in:
parent
d0261d5ae6
commit
554b62b40b
2 changed files with 24 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
[colors.bright]
|
||||
black = "#606060"
|
||||
blue = "#3f7fff"
|
||||
cyan = "#65cdcd"
|
||||
green = "#8dc73f"
|
||||
magenta = "#9f4fdf"
|
||||
red = "#ed008c"
|
||||
white = "#ffffff"
|
||||
yellow = "#f7c61d"
|
||||
|
||||
[colors.normal]
|
||||
black = "#000000"
|
||||
blue = "#3f7fff"
|
||||
cyan = "#65cdcd"
|
||||
green = "#8dc73f"
|
||||
magenta = "#9f4fdf"
|
||||
red = "#ed008c"
|
||||
white = "#f0f0f0"
|
||||
yellow = "#f7c61d"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#f0f0f0"
|
||||
|
||||
[font]
|
||||
size = 10.0
|
||||
|
||||
[font.normal]
|
||||
family = "monospace"
|
24
.config/foot/foot.ini
Normal file
24
.config/foot/foot.ini
Normal file
|
@ -0,0 +1,24 @@
|
|||
[main]
|
||||
font = monospace:size=10
|
||||
|
||||
[colors]
|
||||
bright0 = 606060
|
||||
bright1 = ed008c
|
||||
bright2 = 8dc73f
|
||||
bright3 = f7c61d
|
||||
bright4 = 3f7fff
|
||||
bright5 = 9f4fdf
|
||||
bright6 = 65cdcd
|
||||
bright7 = ffffff
|
||||
|
||||
regular0 = 000000
|
||||
regular1 = ed008c
|
||||
regular2 = 8dc73f
|
||||
regular3 = f7c61d
|
||||
regular4 = 3f7fff
|
||||
regular5 = 9f4fdf
|
||||
regular6 = 65cdcd
|
||||
regular7 = f0f0f0
|
||||
|
||||
background = 000000
|
||||
foreground = f0f0f0
|
Loading…
Add table
Reference in a new issue