Commit Graph

381 Commits

Author SHA1 Message Date
8c7d5f3203 inkbones
Some checks are pending
CI / lint (push) Waiting to run
CI / docs (push) Waiting to run
CI / build (push) Waiting to run
CI / format (push) Waiting to run
CI / release (push) Blocked by required conditions
Sync remote / push (push) Waiting to run
CI / lint (pull_request) Waiting to run
CI / docs (pull_request) Waiting to run
CI / build (pull_request) Waiting to run
CI / format (pull_request) Waiting to run
CI / release (pull_request) Blocked by required conditions
2026-04-26 12:30:40 -07:00
György Andorka
205a99cc29 feat: remove custom Leap groups (#227) 2026-02-11 11:45:11 +01:00
Fredrik Averpil
3da02e553a feat: add Ghostty terminal support (#225)
Add shipwright runner for Ghostty terminal emulator with example themes.

- Add ghostty.lua runner with Ghostty-specific color format
- Update init.lua to include ghostty in runner_files
- Add zenbones_dark and zenbones_light example themes

Ghostty uses a similar format to Kitty but with `=` separators and
`palette = N=COLOR` syntax for the 16 ANSI colors.

Tested and working with Ghostty terminal.
2025-12-01 15:27:32 +01:00
blackhat-hemsworth
e3ab355fe9 feat: add randombones variants for when light / dark themes are set (#219)
* adding random options specific to set backgrounds

skeleton

checking about name

checking approach

setting to dark

light parity

* changed so colorscheme = randombones and randombones_colors_name = randomly chosen theme

* let colorscheme have _dark / _light prefix
2025-09-03 09:32:14 +02:00
Michael Chris Lopez
878601c1af feat: italic_strings option 2025-06-11 08:43:54 +02:00
Michael Chris Lopez
b6a0f6f41b fix: fzf match 2025-04-21 09:42:44 +02:00
Michael Chris Lopez
68edbb8716 fix: use blossom for snack match 2025-04-15 12:16:02 +02:00
Zheng PiaoDan
8e6b18c303 feat: support Snacks.picker (#209) 2025-03-03 02:37:03 +08:00
Michael Chris Lopez
a92d8fad34 feat: support blink.cmp 2025-02-16 16:45:13 +01:00
Michael Chris Lopez
f860d70d57 feat: more fzf-lua support
as requested #206
2025-01-09 20:50:45 +01:00
Michael Chris Lopez
21f2a3aaf9 feat: support snacks indent 2024-12-10 18:30:04 +01:00
Michael Chris Lopez
f82c02d773 feat: render markdown codeblock bg (#199) 2024-09-13 02:15:04 +08:00
Michael Chris Lopez
168593f4ad fix: improve diff 2024-08-24 14:29:04 +02:00
GBallesteros
b433225e29 fix: Leap highlight are out of date (#195) 2024-08-23 09:28:28 +02:00
Michael Chris Lopez
a041a4e7a1 fix(specs): use Constant instead of Number (#192) 2024-08-09 02:40:17 +08:00
Michael Chris Lopez
c4e1845cdc fix(specs): sync light and dark 2024-08-08 08:09:22 +02:00
Michael Chris Lopez
1ac520f7fc fix(ts): use delimiter for @constructor.lua 2024-08-08 08:04:55 +02:00
Michael Chris Lopez
0554b55153 fix: lsp inlay hint (#180) 2024-05-20 16:26:28 +08:00
Michael Chris Lopez
f74fc32727 fix: add missing fzf-lua hl (#179) 2024-05-19 19:17:40 +08:00
Michael Chris Lopez
a509e6c590 feat: support fzf-lua (#178) 2024-05-19 19:13:07 +08:00
Michael Chris Lopez
8877bb1dfc feat: support nvim 0.10 (#176) 2024-05-19 16:52:47 +08:00
Michael Chris Lopez
8fb981e8fe fix: define WinSeparator first 2024-03-24 11:11:28 +01:00
Michael Chris Lopez
3df286bc84 fix: improve help highlighting (#160) 2024-02-10 19:11:44 +08:00
github-actions[bot]
fb60cdc424 chore(build): format 2024-02-08 13:00:57 +00:00
Kyle Stevens
7abac65da3 feat: generate Alacritty files in toml instead of yaml (#158)
Newer versions of Alacritty use the toml format instead of yaml.
2024-02-08 14:00:41 +01:00
Shantanu Raj
da9c6c3404 fix(nordbones): Identifer typo 2024-02-04 01:55:08 +01:00
Shantanu Raj
52b893945e fix(coc): CocWarningVirtualText typo 2024-02-04 01:49:04 +01:00
Michael Chris Lopez
90a56c9745 fix: markup italic typo (#153) 2024-02-03 20:28:52 +01:00
Michael Chris Lopez
eed5f2d3e3 feat(treesitter)!: support nvim-treesitter@0.9.2 (#151)
Older version is no longer supported.
2024-01-20 23:38:29 +01:00
Michael Chris Lopez
c7b66be373 feat: DiagnosticOk (#142) 2023-10-30 20:23:50 +01:00
Michael Chris Lopez
a2f1b4c6a2 fix: add IblScope (#140) 2023-10-30 20:00:38 +01:00
Michael Chris Lopez
01ac6cbb1a fix: support indent-blankline v3 (#136) 2023-10-02 16:57:50 +08:00
Pete Kazmier
dd4ad1273d feat(main): support nvim-notify (#132)
Add support for nvim-notify plugin.

The plugin also provides highlight groups for the border color of
the popups in addition to the title and icon colors. However, in
the spirit of zenbones using color conservatively, I decided not
to set the border color a shade of the diagnost color.
2023-08-30 19:42:21 +08:00
Michael Chris Lopez
b46b2227c4 fix: FlashBackdrop 2023-07-02 19:47:12 +08:00
Michael Chris Lopez
f8fe7b163c fix(main): support flash.nvim 2023-07-02 19:00:16 +08:00
Michael Chris Lopez
10b299a7bd fix(build): remove neovim only plugins in compat 2023-06-27 08:16:24 +08:00
Michael Chris Lopez
729110be6e feat(main): noice support 2023-06-27 07:53:42 +08:00
Michael Chris Lopez
0cb5aff21d feat: add more lsp hl group (#121) 2023-06-10 07:18:49 +08:00
Michael Chris Lopez
519fc82156 feat: add lsp semantic tokens 2023-04-09 13:49:26 +08:00
Michael Chris Lopez
12b7478c8f fix: adjust WhichKeySeparator 2022-12-31 14:11:39 +08:00
Evan Travers
8fb00f507e Add highlight groups for TS diff (#101)
I searched around and found the groups in other themes.

Fixes #100.

References:
- a201f5fc00
- b194851ad2
2022-12-30 12:58:41 +08:00
Michael Chris Lopez
bfb2e0d43a feat!: nvim-treesitter changes 2022-10-22 09:32:57 +08:00
Michael Chris Lopez
b7031b38fb fix(ci): stylua 2022-09-23 08:01:52 +08:00
Michael Chris Lopez
e608ef16b1 fix: transparent Folded
closes #92
2022-09-18 19:37:16 +08:00
Michael Chris Lopez
b4761a288a feat!: bump min nvim version to v0.6.0 2022-09-18 17:41:48 +08:00
Michael Chris Lopez
d8a93c2566 feat!: support leap (drop lightspeed) (#94) 2022-09-18 17:35:19 +08:00
Michael Chris Lopez
30d9598356 feat: support mason.nvim 2022-08-07 11:20:19 +08:00
Jesper Ryom
e2ac0557a3 fix(coc.nvim): add highlight for MenuSel (#91) 2022-08-03 11:28:17 +08:00
Michael Chris Lopez
dc48976135 don't rely on fg = "bg" when bg is transparent
- Support nvim-0.7 WinSeparator
- nnn.nvim and nvim-tree.lua changes

close #87
close #88

Co-authored-by: Qingyao Sun <sunqingyao19970825@icloud.com>
2022-06-25 10:32:50 +08:00
Jesper Ryom
46aaa50e01 feat(hl): add CocSearch (#84) 2022-05-27 12:18:32 +08:00