diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-06-09 08:18:36 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-06-09 08:18:36 +0200 |
commit | d5377880fa767bff124ffe2d5d6530f4d554a0fe (patch) | |
tree | 70b8e2afc534729366380d686ddcf2b783d8128f /Common/foot/foot.ini | |
parent | bb5818068337cc3e5f985123e61030298469368b (diff) | |
download | dotfiles-d5377880fa767bff124ffe2d5d6530f4d554a0fe.tar.gz dotfiles-d5377880fa767bff124ffe2d5d6530f4d554a0fe.zip |
Add small configs
Diffstat (limited to 'Common/foot/foot.ini')
-rw-r--r-- | Common/foot/foot.ini | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/Common/foot/foot.ini b/Common/foot/foot.ini index 710c0dc..6959986 100644 --- a/Common/foot/foot.ini +++ b/Common/foot/foot.ini @@ -2,6 +2,7 @@ # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) +term=xterm-256color # login-shell=no # app-id=foot @@ -69,24 +70,26 @@ pad=0x0 center # optionally append 'center' [colors] alpha=1 -background=eeeeee -foreground=0E1116 -regular0=24292f -regular1=cf222e -regular2=116329 -regular3=4d2d00 -regular4=0969da -regular5=8250df -regular6=1b7c83 -regular7=6e7781 -bright0=57606a -bright1=a40e26 -bright2=1a7f37 -bright3=633c01 -bright4=218bff -bright5=a475f9 -bright6=3192aa -bright7=8c959f +background= eeeeee +foreground= 000000 + +regular0 = 24292f +regular1 = cf222e +regular2 = 116329 +regular3 = 4d2d00 +regular4 = 0969da +regular5 = 8250df +regular6 = 1b7c83 +regular7 = 6e7781 + +bright0 = 57606a +bright1 = a40e26 +bright2 = 00d700 +bright3 = fcfc62 +bright4 = 0000ff +bright5 = a475f9 +bright6 = 3192aa +bright7 = 8c959f # foreground=dcdccc # background=111111 |