start full-soy vim config, change colors a bit, general YOLO commit
This commit is contained in:
parent
4ff5fc37a6
commit
4bda92d47d
17 changed files with 439 additions and 120 deletions
|
@ -1,23 +1,53 @@
|
|||
font=Hack Nerd Font:pixelsize=12,Font Awesome 6 Free:pixelsize=12
|
||||
font=JuliaMono:pixelsize=12
|
||||
# moonfly
|
||||
# Based on https://github.com/bluz71/vim-moonfly-colors
|
||||
|
||||
[cursor]
|
||||
color=000000 ffffff
|
||||
color = 080808 9e9e9e
|
||||
|
||||
[colors]
|
||||
background=1d2021
|
||||
foreground=ebdbb2
|
||||
regular0=282828
|
||||
regular1=cc241d
|
||||
regular2=98971a
|
||||
regular3=d79921
|
||||
regular4=458588
|
||||
regular5=b16286
|
||||
regular6=689d6a
|
||||
regular7=a89984
|
||||
bright0=928374
|
||||
bright1=fb4934
|
||||
bright2=b8bb26
|
||||
bright3=fabd2f
|
||||
bright4=83a598
|
||||
bright5=d3869b
|
||||
bright6=8ec07c
|
||||
bright7=ebdbb2
|
||||
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]
|
||||
# # bright red cursor
|
||||
# color=ffffff ff0000
|
||||
# ### Default
|
||||
# [colors]
|
||||
# foreground=dcdccc
|
||||
# background=111111
|
||||
# regular0=222222
|
||||
# regular1=cc9393
|
||||
# regular2=7f9f7f
|
||||
# regular3=d0bf8f
|
||||
# regular4=6ca0a3
|
||||
# regular5=dc8cc3
|
||||
# regular6=93e0e3
|
||||
# regular7=dcdccc
|
||||
# bright0=666666
|
||||
# bright1=dca3a3
|
||||
# bright2=bfebbf
|
||||
# bright3=f0dfaf
|
||||
# bright4=8cd0d3
|
||||
# bright5=fcace3
|
||||
# bright6=b3ffff
|
||||
# bright7=ffffff
|
||||
|
|
20
foot/.config/foot/high-contrast.ini
Normal file
20
foot/.config/foot/high-contrast.ini
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
#[colors]
|
||||
#background=151515
|
||||
#foreground=aeaeae
|
||||
#regular0=4d4d4d
|
||||
#regular1=c70031
|
||||
#regular2=29cf13
|
||||
#regular3=d8e30e
|
||||
#regular4=3449d1
|
||||
#regular5=8400ff
|
||||
#regular6=0798ab
|
||||
#regular7=e2d1e3
|
||||
#bright0=5a5a5a
|
||||
#bright1=f05178
|
||||
#bright2=6ce05c
|
||||
#bright3=f3f79e
|
||||
#bright4=97a4f7
|
||||
#bright5=c495f0
|
||||
#bright6=68f2e0
|
||||
#bright7=ffffff
|
Loading…
Add table
Add a link
Reference in a new issue