30 lines
812 B
Lua
30 lines
812 B
Lua
return {
|
|
mode = {
|
|
inactive = {ctermfg='170',guifg='#C678DD'},
|
|
normal = {ctermfg='170',guifg='#C678DD'},
|
|
insert = {ctermfg='170',guifg='#C678DD'},
|
|
replace = {ctermfg='170',guifg='#C678DD'},
|
|
visual = {ctermfg='170',guifg='#C678DD'},
|
|
},
|
|
low = {
|
|
active = {ctermfg='170',guifg='#C678DD'},
|
|
inactive = {ctermfg='172',guifg='#C6080D'},
|
|
},
|
|
med = {
|
|
active = {ctermfg='170',guifg='#C678DD'},
|
|
inactive = {ctermfg='172',guifg='#C6080D'},
|
|
},
|
|
high = {
|
|
active = {ctermfg='170',guifg='#C678DD'},
|
|
inactive = {ctermfg='172',guifg='#C6080D'},
|
|
},
|
|
error = {
|
|
active = {ctermfg='170',guifg='#C678DD'},
|
|
inactive = {ctermfg='172',guifg='#C6080D'},
|
|
},
|
|
warning = {
|
|
active = {ctermfg='170',guifg='#C678DD'},
|
|
inactive = {ctermfg='172',guifg='#C6080D'},
|
|
},
|
|
}
|