feat: add youdao backend file

This commit is contained in:
JuanZoran
2023-03-16 00:03:13 +08:00
parent efec62d144
commit 978677696e
8 changed files with 146 additions and 43 deletions

View File

@@ -44,6 +44,9 @@ return {
TransFailed = {
fg = '#7aa89f',
},
TransWaitting = {
link = 'MoreMsg'
},
},
--- TODO :
@@ -91,6 +94,9 @@ return {
TransFailed = {
fg = '#f4b085',
},
TransWaitting = {
link = 'MoreMsg'
},
},
dracula = {
TransWord = {
@@ -136,5 +142,8 @@ return {
TransFailed = {
fg = '#8be9fd',
},
TransWaitting = {
link = 'MoreMsg'
},
},
}