mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 08:20:54 -07:00
use cyan color for DevIconDart highlight group
This commit is contained in:
parent
cb012feef7
commit
a88ada931f
1 changed files with 2 additions and 1 deletions
|
|
@ -33,5 +33,6 @@ return {
|
|||
DevIconTSX = {fg = colors.blue},
|
||||
DevIconJSX = {fg = colors.blue},
|
||||
DevIconSvelte = {fg = colors.red},
|
||||
DevIconJava = {fg = colors.orange}
|
||||
DevIconJava = {fg = colors.orange},
|
||||
DevIconDart = {fg = colors.cyan}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue