Updated colorscheme

This commit is contained in:
Wryn Wagner 2021-03-03 12:29:54 -07:00
parent 4d28473e50
commit defed78fa6
3 changed files with 11 additions and 10 deletions

View File

@ -1,14 +1,14 @@
background #050500 background #050500
foreground #FF6622 foreground #3D7D58
cursor #00FF00 cursor #AAFF00
selection_background #FFFF00 selection_background #FFFF00
selection_foreground #021400 selection_foreground #000000
color0 #40A000 color0 #40A000
color8 #00DD33 color8 #00dd33
color1 #FF2200 color1 #FF2200
color9 #FF8700 color9 #FF8700
color2 #FFFF00 color2 #2AEF7C
color10 #AAAA00 color10 #5CBC84
color3 #78FF00 color3 #78FF00
color11 #008B20 color11 #008B20
color4 #00FF88 color4 #00FF88
@ -17,5 +17,5 @@ color5 #00A000
color13 #003000 color13 #003000
color6 #07FF4F color6 #07FF4F
color14 #648800 color14 #648800
color7 #909090 color7 #305830
color15 #585858 color15 #002800

View File

@ -2,10 +2,10 @@
############################## ##############################
foreground='FF6622' foreground='5CBC84'
background='051000' background='051000'
red='FF2200' red='AAFF00'
brightred='FF8700' brightred='FF8700'
green='FFFF00' green='FFFF00'

View File

@ -5,3 +5,4 @@ set t_Co=256
" transparent background " transparent background
highlight Normal guibg=NONE ctermbg=NONE highlight Normal guibg=NONE ctermbg=NONE
highlight SpellBad ctermbg=NONE ctermfg=red highlight SpellBad ctermbg=NONE ctermfg=red
highlight LineNr ctermfg=yellow