@@ -466,34 +466,6 @@ theme.setup = function(cfg)
466
466
ALEWarningSign = { fg = c .yellow1 },
467
467
ALEErrorSign = { fg = c .red1 },
468
468
469
- -- DevIcons
470
- DevIconC = { fg = c .dev_icons .blue },
471
- DevIconClojure = { fg = c .dev_icons .green0 },
472
- DevIconCoffee = { fg = c .dev_icons .yellow },
473
- DevIconCs = { fg = c .dev_icons .blue },
474
- DevIconCss = { fg = c .dev_icons .blue },
475
- DevIconMarkdown = { fg = c .dev_icons .blue },
476
- DevIconGo = { fg = c .dev_icons .blue },
477
- DevIconHtm = { fg = c .dev_icons .orange },
478
- DevIconHtml = { fg = c .dev_icons .orange },
479
- DevIconJava = { fg = c .dev_icons .red },
480
- DevIconJs = { fg = c .dev_icons .yellow },
481
- DevIconJson = { fg = c .dev_icons .yellow },
482
- DevIconLess = { fg = c .dev_icons .yellow },
483
- DevIconMakefile = { fg = c .dev_icons .orange },
484
- DevIconMustache = { fg = c .dev_icons .orange },
485
- DevIconPhp = { fg = c .dev_icons .purple },
486
- DevIconPython = { fg = c .dev_icons .blue },
487
- DevIconErb = { fg = c .dev_icons .red },
488
- DevIconRb = { fg = c .dev_icons .red },
489
- DevIconSass = { fg = c .dev_icons .pink },
490
- DevIconScss = { fg = c .dev_icons .pink },
491
- DevIconSh = { fg = c .dev_icons .gray },
492
- DevIconSql = { fg = c .dev_icons .pink },
493
- DevIconTs = { fg = c .dev_icons .blue },
494
- DevIconXml = { fg = c .dev_icons .orange },
495
- DevIconYaml = { fg = c .dev_icons .purple },
496
- DevIconYml = { fg = c .dev_icons .purple },
497
469
-- Cmp
498
470
CmpItemAbbrDeprecatedDefault = { fg = util .darken (c .fg0 , 0.4 ) },
499
471
CmpItemAbbrDefault = { link = ' CmpItemAbbrDeprecatedDefault' },
0 commit comments