blob: e236fad36a6f558a7726646ad0e58e8e87d9b38f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# foot configuration file
#
# See `/etc/xdg/foot/foot.ini` and `man 5 foot.ini`
# Use `foot --check-config` to verify the configuration
[main]
shell=/usr/bin/tmux
term=foot
login-shell=no
app-id=foot
title=foot
locked-title=no
# https://github.com/source-foundry/Hack
font=Hack Nerd Font Mono:style=Regular:size=9
initial-color-theme=dark
initial-window-size-chars=130x40
initial-window-mode=windowed
include=~/.config/foot/local.ini
[scrollback]
lines=1000
[key-bindings]
fullscreen=F11
color-theme-toggle=F10
clipboard-paste=Alt+v
# Tokyo Night — https://github.com/folke/tokyonight.nvim
[colors-dark]
background=1a1b26
foreground=c0caf5
regular0=15161e
regular1=f7768e
regular2=9ece6a
regular3=e0af68
regular4=7aa2f7
regular5=bb9af7
regular6=7dcfff
regular7=a9b1d6
bright0=414868
bright1=f7768e
bright2=9ece6a
bright3=e0af68
bright4=7aa2f7
bright5=bb9af7
bright6=7dcfff
bright7=c0caf5
[colors-light]
background=e1e2e7
foreground=3760bf
regular0=b4b5b9
regular1=f52a65
regular2=587539
regular3=8c6c3e
regular4=2e7de9
regular5=9854f1
regular6=007197
regular7=6172b0
bright0=a1a6c5
bright1=f52a65
bright2=587539
bright3=8c6c3e
bright4=2e7de9
bright5=9854f1
bright6=007197
bright7=3760bf
# vim: ft=dosini
|