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