some changes
This commit is contained in:
parent
a557f6ba41
commit
ce781930fa
1 changed files with 43 additions and 24 deletions
67
foot.ini
67
foot.ini
|
@ -1,11 +1,12 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# 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
|
||||
; # (or xterm-256color if built with -Dterminfo=disabled)
|
||||
# login-shell=no
|
||||
|
||||
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
|
||||
# title=foot
|
||||
app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
|
||||
title=foot
|
||||
# locked-title=no
|
||||
|
||||
font=CaskaydiaCove Nerd Font Mono:size=16
|
||||
|
@ -89,11 +90,11 @@ launch=xdg-open ${url}
|
|||
style=beam
|
||||
blink=yes
|
||||
blink-rate=500
|
||||
beam-thickness=1.5
|
||||
beam-thickness=1.2
|
||||
# underline-thickness=<font underline thickness>
|
||||
|
||||
[mouse]
|
||||
# hide-when-typing=no
|
||||
hide-when-typing=yes
|
||||
# alternate-scroll-mode=yes
|
||||
|
||||
[touch]
|
||||
|
@ -171,7 +172,7 @@ beam-thickness=1.5
|
|||
# Tango
|
||||
|
||||
[colors]
|
||||
cursor=000000 babdb6
|
||||
# cursor=000000 babdb6
|
||||
alpha=0.97
|
||||
foreground=babdb6
|
||||
background=000000
|
||||
|
@ -194,24 +195,24 @@ bright7=eeeeec
|
|||
#
|
||||
#
|
||||
## Normal/regular colors (color palette 0-7)
|
||||
# regular0=242424 # black
|
||||
# regular1=f62b5a # red
|
||||
# regular2=47b413 # green
|
||||
# regular3=e3c401 # yellow
|
||||
# regular4=24acd4 # blue
|
||||
# regular5=f2affd # magenta
|
||||
# regular6=13c299 # cyan
|
||||
# regular7=e6e6e6 # white
|
||||
|
||||
## Bright colors (color palette 8-15)
|
||||
# bright0=616161 # bright black
|
||||
# bright1=ff4d51 # bright red
|
||||
# bright2=35d450 # bright green
|
||||
# bright3=e9e836 # bright yellow
|
||||
# bright4=5dc5f8 # bright blue
|
||||
# bright5=feabf2 # bright magenta
|
||||
# bright6=24dfc4 # bright cyan
|
||||
# bright7=ffffff # bright white
|
||||
; regular0=242424 # black
|
||||
; regular1=f62b5a # red
|
||||
; regular2=47b413 # green
|
||||
; regular3=e3c401 # yellow
|
||||
; regular4=24acd4 # blue
|
||||
; regular5=f2affd # magenta
|
||||
; regular6=13c299 # cyan
|
||||
; regular7=e6e6e6 # white
|
||||
;
|
||||
; ## Bright colors (color palette 8-15)
|
||||
; bright0=616161 # bright black
|
||||
; bright1=ff4d51 # bright red
|
||||
; bright2=35d450 # bright green
|
||||
; bright3=e9e836 # bright yellow
|
||||
; bright4=5dc5f8 # bright blue
|
||||
; bright5=feabf2 # bright magenta
|
||||
; bright6=24dfc4 # bright cyan
|
||||
; bright7=ffffff # bright white
|
||||
|
||||
## dimmed colors (see foot.ini(5) man page)
|
||||
# dim0=<not set>
|
||||
|
@ -253,6 +254,24 @@ bright7=eeeeec
|
|||
[colors2]
|
||||
# Alternative color theme, see man page foot.ini(5)
|
||||
|
||||
regular0=242424 # black
|
||||
regular1=f62b5a # red
|
||||
regular2=47b413 # green
|
||||
regular3=e3c401 # yellow
|
||||
regular4=24acd4 # blue
|
||||
regular5=f2affd # magenta
|
||||
regular6=13c299 # cyan
|
||||
regular7=e6e6e6 # white
|
||||
|
||||
## Bright colors (color palette 8-15)
|
||||
bright0=616161 # bright black
|
||||
bright1=ff4d51 # bright red
|
||||
bright2=35d450 # bright green
|
||||
bright3=e9e836 # bright yellow
|
||||
bright4=5dc5f8 # bright blue
|
||||
bright5=feabf2 # bright magenta
|
||||
bright6=24dfc4 # bright cyan
|
||||
bright7=ffffff # bright white
|
||||
[csd]
|
||||
# preferred=server
|
||||
# size=26
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue