From 9ddfac19923b7a615b29215194f7dd66fd4a431a Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Mon, 8 May 2023 14:53:54 +0530 Subject: [PATCH] doc: fixed duplicate 'colors' tag in 'gt_deprecated.txt' in lazy.nvim fixed #246 --- CHANGELOG.md | 1 + doc/gt_deprecated.txt | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1546d9..18708b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - #241 fixed - #243 fixed - #244 fixed +- #246 fixed ## [v0.0.7] - 16 January 2023 diff --git a/doc/gt_deprecated.txt b/doc/gt_deprecated.txt index 4cb133b8..0c4a468b 100644 --- a/doc/gt_deprecated.txt +++ b/doc/gt_deprecated.txt @@ -55,19 +55,19 @@ GLOBAL OPTIONS MODULES -- *'theme'* Moved to |'github-theme.group'| -- *'types'* Removed. -- *'plugins'* Removed. -- *'plugins.lualine'* Moved to |'github-theme.util.lualine'| -- *'palette.dark'* Moved to |'github-theme.palette.github_dark'| -- *'palette.dark_default'* Moved to |'github-theme.palette.github_dark_default'| -- *'palette.dimmed'* Moved to |'github-theme.palette.github_dimmed'| -- *'palette.light'* Moved to |'github-theme.palette.github_light'| -- *'palette.light_colorblind'* Moved to |'github-theme.palette.github_light_colorblind'| -- *'palette.light_default'* Moved to |'github-theme.palette.github_light_default'| -- *'colors'* Moved to |'github-theme.palette'| -- *'config.vim_config'* Removed. -- *'config.default'* Moved to |'github-theme.config'| module and accessed with |'default'| table. +- *'github-theme.theme'* Moved to |'github-theme.group'| +- *'github-theme.types'* Removed. +- *'github-theme.plugins'* Removed. +- *'github-theme.plugins.lualine'* Moved to |'github-theme.util.lualine'| +- *'github-theme.palette.dark'* Moved to |'github-theme.palette.github_dark'| +- *'github-theme.palette.dark_default'* Moved to |'github-theme.palette.github_dark_default'| +- *'github-theme.palette.dimmed'* Moved to |'github-theme.palette.github_dimmed'| +- *'github-theme.palette.light'* Moved to |'github-theme.palette.github_light'| +- *'github-theme.palette.light_colorblind' Moved to |'github-theme.palette.github_light_colorblind'| +- *'github-theme.palette.light_default'* Moved to |'github-theme.palette.github_light_default'| +- *'github-theme.colors'* Moved to |'github-theme.palette'| +- *'github-theme.config.vim_config' Removed. +- *'github-theme.config.default'* Moved to |'github-theme.config'| module and accessed with |'default'| table. FUNCTIONS