Commit graph

90 commits

Author SHA1 Message Date
Takuya Matsuyama 6f3bcf9cd9 refactor(util): Remove dead color and highlight helpers
The light style is a hand-written palette rather than an inversion of the
dark one, so the invert helpers lost their last caller. They only ever
called each other, and the same is true of syntax and highlight. lighten
had no callers at all.

Removing highlight orphans treesitter.lua, whose only consumer was the
ts.get call inside it, so the module goes too. day_brightness fed nothing
but invert_color and was already a no-op, so drop the option and its docs.

Also fix the vimdoc palette example, which called the now-removed
util.lighten with colors.bg_dark and colors.red1 -- tokyonight names that
have never existed in this fork.

All 2822 highlight groups across the dark, light and vivid styles are
byte-for-byte identical before and after, and the extras rebuild clean.
2026-08-11 14:49:45 +09:00
Takuya Matsuyama 908a110940 docs(readme): Document the vivid style and the style options
Add the vivid style to the feature list, name the light and vivid
colorschemes under Usage, and add style, light_style and vivid_brightness
to the configuration block.

style and light_style had never been documented, which is how the
generated vimdoc ended up claiming the default was `storm`.
2026-08-11 14:11:40 +09:00
Bobby Rahmanda a2a435aa0e
docs(readme): tmux config for Alacritty (#36) 2024-05-27 11:58:06 +09:00
Takuya Matsuyama d3272bc510 fix(config): update readme
correct the default value for `transparent`

fix #8
2023-12-26 09:45:10 +09:00
Takuya Matsuyama f752f54417 docs(readme): add a section about colors 2023-10-27 11:10:23 +09:00
Takuya Matsuyama 5fd413d1e3 docs(readme): remove mentions to themes 2023-10-24 11:42:46 +09:00
Takuya Matsuyama 5bb4f4bd1e docs(readme): update 2023-10-24 11:40:12 +09:00
Takuya Matsuyama c35f5a43fb fix(readme): repo url 2023-10-04 14:22:16 +09:00
Takuya Matsuyama 6dd5a21e41 chore(package): rename modules and docs 2023-10-04 14:21:37 +09:00
Takuya Matsuyama c33992c77a refactor(*): rename files and modules 2023-10-03 13:55:44 +09:00
Pato Lankenau 6c276810ea
docs: Fix wezterm configuration link (#419)
Not a contribution.

This patch fixes the configuration documentation link for Wezterm.

It appears they moved their configuration homepage from
`https://wezfurlong.org/wezterm/config` to
`https://wezfurlong.org/wezterm/config/files.html`. The old link returns
a 400.

Note it does not change `doc/tokyonight.nvim.txt` as that appears to be
managed by the Github actions bot.

Co-authored-by: Pato Lankenau Ahumada <plankenau@apple.com>
2023-08-29 18:47:48 +02:00
github-actions[bot] 24b8a238bc chore(build): auto-generate extras 2023-07-01 06:50:18 +00:00
Folke Lemaitre 394c0e489a
docs: typo 2023-07-01 08:50:05 +02:00
NAHO 7a2acd1b41
docs(readme): improve overall quality (#402)
* style(readme): wrap non-formatted and non-generated text at 80 characters

* docs(readme): add more hyperlinks

* docs(readme): improve formatting

* docs(readme): improve overall writting
2023-07-01 08:48:31 +02:00
github-actions[bot] 41381c1c0e chore(build): auto-generate extras 2023-06-21 09:14:34 +00:00
github-actions[bot] 905cede43e chore(build): auto-generate extras 2023-06-20 09:51:44 +00:00
Folke Lemaitre ec8f2efe9d
fix!: use new-style autocmds 2023-06-19 23:07:39 +02:00
github-actions[bot] d538835974 chore(build): auto-generate extras 2023-06-17 06:25:13 +00:00
github-actions[bot] 789dc36fbd chore(build): auto-generate extras 2023-05-30 14:40:36 +00:00
Mauro Locatelli fdebef082d
docs: fixed wezterm url (#391)
Fixed Wezterm url
2023-05-30 16:40:20 +02:00
Null Chilly 522c4ae8f5
docs: fix install instruction for lazy (#387) 2023-05-24 19:06:43 +02:00
github-actions[bot] e6bbac048a chore(build): auto-generate extras 2023-05-24 08:51:07 +00:00
Folke Lemaitre caeccd01e6
docs: added install instruction for lazy 2023-05-22 16:19:06 +02:00
G Roques f3723ba6e8
docs: correct brighten to lighten in README and doc code snippet (#372)
* Correct brighten to lighten in README code snippet

Add comment to explain how lighten works

* Correct brigthen as lighten in doc

---------

Co-authored-by: G Roques <g.roques@charter.com>
2023-05-07 19:16:42 +02:00
Folke Lemaitre d938435d99
docs: fix auto generated links. Fixes #366 2023-04-23 11:06:59 +02:00
Folke Lemaitre d5ff62d399
docs: added extras to docs 2023-04-22 10:30:43 +02:00
Folke Lemaitre 5f4526c795
docs: updated extras instructions 2023-04-22 09:45:57 +02:00
Folke Lemaitre d15df21384
docs: added better instructions to generate extras 2023-04-22 09:28:50 +02:00
Amirabbas Fazelinia 96fa7191e3
feat: added barbecue support (#285)
* feat: add barbecue support

* docs(readme): add barbecue to support list and provide sample config

* fix(barbecue): use Special's fg (blue1) for context_null
2022-12-29 22:42:26 +01:00
JohnServo24 5688367f1b
fix: links for default values of colors & highlights (#276) 2022-11-29 07:58:39 +01:00
Loong Wang df281cc0f1
feat: add options light_style (#231)
* feat: add options light_style

* add default and docs for light_style
2022-10-02 18:25:44 +02:00
Folke Lemaitre 96237c32b5
docs: added screenshot for moon style 2022-09-19 06:50:35 +02:00
Folke Lemaitre bd8cb17110
docs: added docs on the new moon style 2022-09-19 06:48:01 +02:00
Akaam Shamerany e67a320d1a
docs: fix spelling errors in README (#210) 2022-09-13 07:21:24 +02:00
Folke Lemaitre 467ddc3a6e
docs: added more info on how to override colors and highlihgts 2022-09-12 09:08:10 +02:00
Folke Lemaitre 25a1a77b00
feat: use new style definitions for hl groups. Keep backward compatibility for string styles 2022-09-12 07:51:08 +02:00
Folke Lemaitre 0c8064428c
docs: format 2022-09-10 19:57:44 +02:00
Ken Powers 5722269363
docs: Fix on_colors example (#197) 2022-09-07 18:26:55 +02:00
Folke Lemaitre 508d29caae
docs: added colorscheme styles to the docs 2022-09-06 15:52:10 +02:00
Sam Hobson 775854723a
docs: Added missing bracket to README (#195)
Added missing bracket to example setup options in README.
2022-09-06 15:49:55 +02:00
Folke Lemaitre 4a6bfdfa85
docs: removed additional whitespace and | in de docs. Fixes #193 2022-09-06 10:24:33 +02:00
Folke Lemaitre 805272a2f0
feat: added dim_inactive 2022-09-05 22:04:01 +02:00
Folke Lemaitre 18360573b8
docs: added borderless Telescope to examples 2022-09-05 21:41:55 +02:00
Folke Lemaitre fb47f6348a
docs!: added docs for the new settings 2022-09-05 21:02:16 +02:00
Peter Tri Ho 0786a2acd8
feat: add support for nvim-scrollbar (#141)
https://github.com/petertriho/nvim-scrollbar

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2022-09-02 08:12:22 +02:00
not 4e352f3f44
docs: fix typo (#150)
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2022-09-02 08:08:52 +02:00
typicode eaf6a7607e
feat: add color config for foot (#147)
* feat: add foot terminal template

* feat: add foot terminal template

* chore: generate foot config

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2022-09-02 08:04:52 +02:00
l0calh0st 19cb7e17e7
docs: update wrong operator in doc (#182) 2022-09-02 07:58:02 +02:00
abxh 6dfdfcbeea
docs: requires() -> require() (#184) 2022-09-02 07:57:31 +02:00
Evgeni Chasnovski 8583ca39dd
feat: Add explicit support for 'mini.nvim'. (#179) 2022-09-02 07:54:15 +02:00