addet colorschemes
This commit is contained in:
parent
b7f5a88018
commit
a557f6ba41
1 changed files with 82 additions and 27 deletions
109
foot.ini
109
foot.ini
|
@ -1,7 +1,7 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
||||
term=foot # (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
|
||||
|
@ -110,34 +110,89 @@ beam-thickness=1.5
|
|||
# moonfly
|
||||
# Based on https://github.com/bluz71/vim-moonfly-colors
|
||||
|
||||
[colors]
|
||||
alpha=0.9
|
||||
cursor = 080808 9e9e9e
|
||||
foreground = b2b2b2
|
||||
background = 080808
|
||||
|
||||
# selection-foreground = 080808
|
||||
# selection-background = b2ceee
|
||||
|
||||
regular0 = 323437
|
||||
regular1 = ff5454
|
||||
regular2 = 8cc85f
|
||||
regular3 = e3c78a
|
||||
regular4 = 80a0ff
|
||||
regular5 = d183e8
|
||||
regular6 = 79dac8
|
||||
regular7 = c6c6c6
|
||||
|
||||
bright0 = 949494
|
||||
bright1 = ff5189
|
||||
bright2 = 36c692
|
||||
bright3 = c2c292
|
||||
bright4 = 74b2ff
|
||||
bright5 = ae81ff
|
||||
bright6 = 85dc85
|
||||
bright7 = e4e4e4
|
||||
; [colors]
|
||||
; alpha=0.9
|
||||
; cursor = 080808 9e9e9e
|
||||
; foreground = b2b2b2
|
||||
; background = 080808
|
||||
;
|
||||
; # selection-foreground = 080808
|
||||
; # selection-background = b2ceee
|
||||
;
|
||||
; regular0 = 323437
|
||||
; regular1 = ff5454
|
||||
; regular2 = 8cc85f
|
||||
; regular3 = e3c78a
|
||||
; regular4 = 80a0ff
|
||||
; regular5 = d183e8
|
||||
; regular6 = 79dac8
|
||||
; regular7 = c6c6c6
|
||||
;
|
||||
; bright0 = 949494
|
||||
; bright1 = ff5189
|
||||
; bright2 = 36c692
|
||||
; bright3 = c2c292
|
||||
; bright4 = 74b2ff
|
||||
; bright5 = ae81ff
|
||||
; bright6 = 85dc85
|
||||
; bright7 = e4e4e4
|
||||
# cursor=<inverse foreground/background>
|
||||
#
|
||||
# -*- conf -*-
|
||||
# Rosé Pine Moon
|
||||
|
||||
# [colors]
|
||||
# cursor=232136 e0def4
|
||||
# alpha=0.97
|
||||
# background=232136
|
||||
# foreground=e0def4
|
||||
#
|
||||
# regular0=393552 # black (Overlay)
|
||||
# regular1=eb6f92 # red (Love)
|
||||
# regular2=9ccfd8 # green (Foam)
|
||||
# regular3=f6c177 # yellow (Gold)
|
||||
# regular4=3e8fb0 # blue (Pine)
|
||||
# regular5=c4a7e7 # magenta (Iris)
|
||||
# regular6=ea9a97 # cyan (Rose)
|
||||
# regular7=e0def4 # white (Text)
|
||||
#
|
||||
# bright0=5c5776 # bright black (lighter Overlay)
|
||||
# bright1=ff98ba # bright red (lighter Love)
|
||||
# bright2=c5f9ff # bright green (lighter Foam)
|
||||
# bright3=ffeb9e # bright yellow (lighter Gold)
|
||||
# bright4=6ab7d9 # bright blue (lighter Pine)
|
||||
# bright5=eed0ff # bright magenta (lighter Iris)
|
||||
# bright6=ffc3bf # bright cyan (lighter Rose)
|
||||
# bright7=fefcff # bright white (lighter Text)
|
||||
#
|
||||
# flash=f6c177 # yellow (Gold)
|
||||
|
||||
# -*- conf -*-
|
||||
# Tango
|
||||
|
||||
[colors]
|
||||
cursor=000000 babdb6
|
||||
alpha=0.97
|
||||
foreground=babdb6
|
||||
background=000000
|
||||
regular0=2e3436
|
||||
regular1=cc0000
|
||||
regular2=4e9a06
|
||||
regular3=c4a000
|
||||
regular4=3465a4
|
||||
regular5=75507b
|
||||
regular6=06989a
|
||||
regular7=d3d7cf
|
||||
bright0=555753
|
||||
bright1=ef2929
|
||||
bright2=8ae234
|
||||
bright3=fce94f
|
||||
bright4=729fcf
|
||||
bright5=ad7fa8
|
||||
bright6=34e2e2
|
||||
bright7=eeeeec
|
||||
#
|
||||
#
|
||||
## Normal/regular colors (color palette 0-7)
|
||||
# regular0=242424 # black
|
||||
# regular1=f62b5a # red
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue