Skip to content

Commit

Permalink
docs: removed lua table assignment from vim example (related to p…
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Sep 25, 2021
1 parent e24dc28 commit c68e922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Search` highlight enhanced for `transparent` mode
- `LineNr` highlight enhanced for `transparent` mode
- refactor: `git_signs` & `dev_icons` colors
- docs: removed `lua` table assignment from `vim` example (related to #89 #77)

## [v0.0.2] - 15 Sep 2021

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ require('github-theme').setup()
let g:github_function_style = "italic"
let g:github_sidebars = ["qf", "vista_kind", "terminal", "packer"]
" Change the "hint" color to the "orange" color, and make the "error" color bright red
let g:github_colors = [hint = "orange", error = "#ff0000"]
" Load the colorscheme
colorscheme github_dark
```
Expand Down

0 comments on commit c68e922

Please sign in to comment.