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

Commit

Permalink
nvim-dev-icons colors fixed #98 projekt0n/circles.nvim#6
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jan 21, 2022
1 parent 37fb78e commit 6733026
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- refactor: module renamed `extra` -> `terminal`
- docs: re-arrange heading section & plugins list
- fix: alacritty `black` color in bright section
- nvim-dev-icons colors fixed #98 projekt0n/circles.nvim#6

## [v0.0.3]- 11 Dec 2021

Expand Down
28 changes: 0 additions & 28 deletions lua/onedark/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -466,34 +466,6 @@ theme.setup = function(cfg)
ALEWarningSign = { fg = c.yellow1 },
ALEErrorSign = { fg = c.red1 },

-- DevIcons
DevIconC = { fg = c.dev_icons.blue },
DevIconClojure = { fg = c.dev_icons.green0 },
DevIconCoffee = { fg = c.dev_icons.yellow },
DevIconCs = { fg = c.dev_icons.blue },
DevIconCss = { fg = c.dev_icons.blue },
DevIconMarkdown = { fg = c.dev_icons.blue },
DevIconGo = { fg = c.dev_icons.blue },
DevIconHtm = { fg = c.dev_icons.orange },
DevIconHtml = { fg = c.dev_icons.orange },
DevIconJava = { fg = c.dev_icons.red },
DevIconJs = { fg = c.dev_icons.yellow },
DevIconJson = { fg = c.dev_icons.yellow },
DevIconLess = { fg = c.dev_icons.yellow },
DevIconMakefile = { fg = c.dev_icons.orange },
DevIconMustache = { fg = c.dev_icons.orange },
DevIconPhp = { fg = c.dev_icons.purple },
DevIconPython = { fg = c.dev_icons.blue },
DevIconErb = { fg = c.dev_icons.red },
DevIconRb = { fg = c.dev_icons.red },
DevIconSass = { fg = c.dev_icons.pink },
DevIconScss = { fg = c.dev_icons.pink },
DevIconSh = { fg = c.dev_icons.gray },
DevIconSql = { fg = c.dev_icons.pink },
DevIconTs = { fg = c.dev_icons.blue },
DevIconXml = { fg = c.dev_icons.orange },
DevIconYaml = { fg = c.dev_icons.purple },
DevIconYml = { fg = c.dev_icons.purple },
-- Cmp
CmpItemAbbrDeprecatedDefault = { fg = util.darken(c.fg0, 0.4) },
CmpItemAbbrDefault = { link = 'CmpItemAbbrDeprecatedDefault' },
Expand Down
11 changes: 0 additions & 11 deletions lua/onedark/types/palette.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
---@class od.HexColor string

---@class od.DevIconsPalette
---@field public blue od.HexColor
---@field public gray od.HexColor
---@field public green od.HexColor
---@field public orange od.HexColor
---@field public pink od.HexColor
---@field public purple od.HexColor
---@field public red od.HexColor
---@field public yellow od.HexColor

---@class od.GitPalette
---@field public add od.HexColor
---@field public change od.HexColor
Expand Down Expand Up @@ -51,7 +41,6 @@
---@field public red2 od.HexColor
---@field public yellow0 od.HexColor
---@field public yellow1 od.HexColor
---@field public dev_icons od.DevIconsPalette
---@field public c.git od.GitPalette
---@field public c.diff od.DiffPalette
---@field public c.git_signs od.GitSignPalette
Expand Down

0 comments on commit 6733026

Please sign in to comment.