Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 6733026

Browse files
committed
nvim-dev-icons colors fixed #98 projekt0n/circles.nvim#6
1 parent 37fb78e commit 6733026

File tree

3 files changed

+1
-39
lines changed

3 files changed

+1
-39
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545
- refactor: module renamed `extra` -> `terminal`
4646
- docs: re-arrange heading section & plugins list
4747
- fix: alacritty `black` color in bright section
48+
- nvim-dev-icons colors fixed #98 projekt0n/circles.nvim#6
4849

4950
## [v0.0.3]- 11 Dec 2021
5051

lua/onedark/theme.lua

-28
Original file line numberDiff line numberDiff line change
@@ -466,34 +466,6 @@ theme.setup = function(cfg)
466466
ALEWarningSign = { fg = c.yellow1 },
467467
ALEErrorSign = { fg = c.red1 },
468468

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 },
497469
-- Cmp
498470
CmpItemAbbrDeprecatedDefault = { fg = util.darken(c.fg0, 0.4) },
499471
CmpItemAbbrDefault = { link = 'CmpItemAbbrDeprecatedDefault' },

lua/onedark/types/palette.lua

-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
---@class od.HexColor string
22

3-
---@class od.DevIconsPalette
4-
---@field public blue od.HexColor
5-
---@field public gray od.HexColor
6-
---@field public green od.HexColor
7-
---@field public orange od.HexColor
8-
---@field public pink od.HexColor
9-
---@field public purple od.HexColor
10-
---@field public red od.HexColor
11-
---@field public yellow od.HexColor
12-
133
---@class od.GitPalette
144
---@field public add od.HexColor
155
---@field public change od.HexColor
@@ -51,7 +41,6 @@
5141
---@field public red2 od.HexColor
5242
---@field public yellow0 od.HexColor
5343
---@field public yellow1 od.HexColor
54-
---@field public dev_icons od.DevIconsPalette
5544
---@field public c.git od.GitPalette
5645
---@field public c.diff od.DiffPalette
5746
---@field public c.git_signs od.GitSignPalette

0 commit comments

Comments
 (0)