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

Commit

Permalink
Merge pull request #38 from ful1e5/dev
Browse files Browse the repository at this point in the history
refactor: colors file to `lua`
  • Loading branch information
ful1e5 authored Sep 18, 2021
2 parents 44b84cb + 5b03284 commit 86ca9be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `TSVariable` & `TSOperator` colors added inside `colors.lua`
- `cursor`, `TSProperty`, `jsonTSLabel`, `lessInclude`, `lessClass`, `cssStringQQ`, `makeIdent` colors added
- php, javascript, python, ruby, scss, bash , typescript, sql, xml, yaml syntax highlighting improved
- refactor: colors file to `lua`

### Changed

Expand Down
7 changes: 7 additions & 0 deletions colors/onedark.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- clear cache so this reloads changes.
-- useful for development
package.loaded["onedark"] = nil
package.loaded["onedark.util"] = nil
package.loaded["onedark.colors"] = nil
package.loaded["onedark.theme"] = nil
package.loaded["onedark.config"] = nil
11 changes: 0 additions & 11 deletions colors/onedark.vim

This file was deleted.

0 comments on commit 86ca9be

Please sign in to comment.