switch from hx to nvim, use rose pine theme
This commit is contained in:
@@ -86,8 +86,8 @@ resize-delay-ms=0
|
||||
# regex-copy=[your-fancy-name] Control+Alt+Shift+q
|
||||
|
||||
[cursor]
|
||||
style=beam
|
||||
blink=yes
|
||||
style=block
|
||||
blink=no
|
||||
# blink-rate=500
|
||||
# beam-thickness=1.5
|
||||
# underline-thickness=<font underline thickness>
|
||||
@@ -99,75 +99,33 @@ hide-when-typing=yes
|
||||
[touch]
|
||||
# long-press-delay=400
|
||||
|
||||
# -*- conf -*-
|
||||
# Rosé Pine
|
||||
|
||||
[colors]
|
||||
alpha=1.0
|
||||
# alpha-mode=default # Can be `default`, `matching` or `all`
|
||||
background=000000
|
||||
# foreground=ffffff
|
||||
# flash=7f7f00
|
||||
# flash-alpha=0.5
|
||||
cursor=191724 e0def4
|
||||
background=191724
|
||||
foreground=e0def4
|
||||
|
||||
# cursor=<inverse foreground/background>
|
||||
regular0=26233a # black (Overlay)
|
||||
regular1=eb6f92 # red (Love)
|
||||
regular2=9ccfd8 # green (Foam)
|
||||
regular3=f6c177 # yellow (Gold)
|
||||
regular4=31748f # blue (Pine)
|
||||
regular5=c4a7e7 # magenta (Iris)
|
||||
regular6=ebbcba # cyan (Rose)
|
||||
regular7=e0def4 # white (Text)
|
||||
|
||||
## 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
|
||||
bright0=47435d # bright black (lighter Overlay)
|
||||
bright1=ff98ba # bright red (lighter Love)
|
||||
bright2=c5f9ff # bright green (lighter Foam)
|
||||
bright3=ffeb9e # bright yellow (lighter Gold)
|
||||
bright4=5b9ab7 # bright blue (lighter Pine)
|
||||
bright5=eed0ff # bright magenta (lighter Iris)
|
||||
bright6=ffe5e3 # bright cyan (lighter Rose)
|
||||
bright7=fefcff # bright white (lighter Text)
|
||||
|
||||
## 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>
|
||||
# ...
|
||||
# dim7=<not-set>
|
||||
|
||||
## The remaining 256-color palette
|
||||
# 16 = <256-color palette #16>
|
||||
# ...
|
||||
# 255 = <256-color palette #255>
|
||||
|
||||
## Sixel colors
|
||||
# sixel0 = 000000
|
||||
# sixel1 = 3333cc
|
||||
# sixel2 = cc2121
|
||||
# sixel3 = 33cc33
|
||||
# sixel4 = cc33cc
|
||||
# sixel5 = 33cccc
|
||||
# sixel6 = cccc33
|
||||
# sixel7 = 878787
|
||||
# sixel8 = 424242
|
||||
# sixel9 = 545499
|
||||
# sixel10 = 994242
|
||||
# sixel11 = 549954
|
||||
# sixel12 = 995499
|
||||
# sixel13 = 549999
|
||||
# sixel14 = 999954
|
||||
# sixel15 = cccccc
|
||||
|
||||
## Misc colors
|
||||
# selection-foreground=<inverse foreground/background>
|
||||
# selection-background=<inverse foreground/background>
|
||||
# jump-labels=<regular0> <regular3> # black-on-yellow
|
||||
# scrollback-indicator=<regular0> <bright4> # black-on-bright-blue
|
||||
# search-box-no-match=<regular0> <regular1> # black-on-red
|
||||
# search-box-match=<regular0> <regular3> # black-on-yellow
|
||||
# urls=<regular3>
|
||||
|
||||
[colors2]
|
||||
# Alternative color theme, see man page foot.ini(5)
|
||||
flash=f6c177 # yellow (Gold)
|
||||
|
||||
[csd]
|
||||
# preferred=server
|
||||
@@ -216,7 +174,7 @@ background=000000
|
||||
# unicode-input=Control+Shift+u
|
||||
# color-theme-switch-1=none
|
||||
# color-theme-switch-2=none
|
||||
# color-theme-toggle=none
|
||||
color-theme-toggle=Control+Shift+p
|
||||
# noop=none
|
||||
# quit=none
|
||||
|
||||
|
Reference in New Issue
Block a user