You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
breaking-change: Major Changes and Deprecation of some colorschemes
In this commit, I redefined the older highlight groups and removed
support for all plugins listed in the README, including Lualine (which I
redefined in the next commits). Furthermore, all the previous color
palettes have been replaced with Primer.
The configurations `overrides` and `colors` are now deprecated. Please
use `palettes` and `specs` for color overriding as requested in feature
request #176, and use `groups` for overriding the highlight groups.
For more information, please refer to
`:h github-theme.changelog-23042023`.
Additionally, the example has been updated in the README.
| options.darken.floats |`false`| Float windows like the lsp diagnostics windows get a darker background. |
167
181
| options.darken.sidebars.enable |`true`| Sidebar like windows like `NvimTree` get a darker background |
168
182
| options.darken.sidebars.list |`{}`| Set a darker background on sidebar-like windows. For example: `{"qf", "vista_kind", "terminal", "packer"}`|
169
-
| colors |`{}`| You can override specific color groups to use other groups or a hex color |
170
-
| overrides |`function`| Override specific highlight groups. The function accpet colors as argument. You can also add a non-exists highlight by enabling the `dev` mode. |
183
+
| palettes |`{}`| You can override specific color groups to use other groups or a hex color |
184
+
| specs |`{}`| You can override specific spec color groups to use other groups or a hex color |
185
+
| groups |`{}`| Override specific highlight groups. The function accpet colors as argument. You can also add a non-exists highlight by enabling the `dev` mode. |
0 commit comments