Commit Graph

271 Commits

Author SHA1 Message Date
Michael Chris Lopez
63386c6b9e chore: format 2021-12-28 07:05:45 +08:00
Thuan Pham
0bf9c5a489 feat(windows terminal): supported (#68)
* feat(windows terminal): hello world

* fix(windows terminal): magenta

* fix(windows_terminal): wrong bright black var, missing dir (close #67)

* fix(windows_terminal): cursor color

* ref(windowns terminal): order by content, no comment

* Update lua/zenbones/shipwright/runners/windows_terminal.lua

Co-authored-by: Michael Chris Lopez <hello@michaelchris.space>

* fix(windows_terminal): theme name

Co-authored-by: Michael Chris Lopez <hello@michaelchris.space>
2021-12-28 07:03:53 +08:00
Michael Chris Lopez
8a36b0494d bring non-treesitter markdown closer 2021-12-18 13:02:15 +08:00
Evan Travers
ef6ba32526 Add Markdown TreeSitter groups 2021-12-17 21:02:12 -06:00
Michael Chris Lopez
2d8e1eafb5 rename colorschemes.json -> zenbones.json 2021-12-04 08:57:11 +08:00
Michael Chris Lopez
20dac6d4ab adjust lightline contrast
to be the same as lualine
2021-12-03 18:43:20 +08:00
Michael Chris Lopez
5f691f0e42 adjust light statusline 2021-12-03 18:35:49 +08:00
Michael Chris Lopez
d2d111fe42 slightly reduce contrast for lualine 2021-12-02 19:17:42 +08:00
Michael Chris Lopez
0deecb8e22 refactor lualine resolution
- create util to determine theme just by the name
- read config from colorschemes.json
2021-12-02 18:47:45 +08:00
Michael Chris Lopez
34bed10a7b use default 2021-12-02 16:59:25 +08:00
Michael Chris Lopez
e1be7965a8 lualine runner for each ness 2021-12-02 16:57:07 +08:00
Michael Chris Lopez
be40f6b9e3 provide ness variant specs to runners 2021-12-02 16:44:18 +08:00
Michael Chris Lopez
b73474c1b4 adjust statusline contrast
and other relative hl groups
2021-12-01 14:59:12 +08:00
Michael Chris Lopez
b133f53f7e give colorschemes descriptions 2021-11-14 14:12:06 +08:00
Michael Chris Lopez
1b5fb60a0f complete DiagnosticVirtualText hl groups 2021-11-14 11:56:46 +08:00
Michael Chris Lopez
588a59c501 breaking: DiagnosticUnderline does not colorize fg anymore
use `colorize_diagnostic_underline_text = true` to bring back the
previous behavior.
2021-11-14 11:50:18 +08:00
Michael Chris Lopez
16f4532d53 colorize only the underline/undercurl in DiagnosticUnderline 2021-11-14 11:39:29 +08:00
Michael Chris Lopez
806495f7ba adjust DiagnosticVirtualText* bg saturation 2021-11-14 11:38:44 +08:00
Michael Chris Lopez
90f9865af3 remove bold from SpecialComment
rustdoc doesn't look good
2021-11-12 13:49:41 +08:00
Michael Chris Lopez
7f9f04e46e breaking: require base_bg in util functions 2021-11-12 12:50:27 +08:00
Michael Chris Lopez
062885f6de convert autoload structure to single colors file 2021-11-11 15:08:32 +08:00
Michael Chris Lopez
7dc1515116 add function annotations to utils 2021-11-08 17:47:14 +08:00
Michael Chris Lopez
75ab2a5d5b breaking: colors_map return a map-like table instead of list 2021-11-08 17:26:17 +08:00
github-actions[bot]
f6bda6f47a chore: format 2021-11-07 01:31:50 +00:00
Michael Chris Lopez
1173a78236 move coloscheme configs/list to json 2021-11-07 08:51:24 +08:00
Michael Chris Lopez
5c8701019b fix(runners): ignore undefined globals 2021-11-07 08:16:33 +08:00
Michael Chris Lopez
6eea2a95c6 fix: sort italic override specs 2021-11-06 17:25:53 +08:00
Michael Chris Lopez
4af87ff7ba feat: disable italics when not supported 2021-11-06 17:21:36 +08:00
github-actions[bot]
e7b41a0277 chore: format 2021-11-06 06:20:30 +00:00
Michael Chris Lopez
b8cab8f17d reorganize generated vimscript 2021-11-06 14:06:48 +08:00
Michael Chris Lopez
c623e9ff93 replace util interpolation with shipwright 2021-11-06 13:06:54 +08:00
Michael Chris Lopez
897a0559a6 exclude mechanism 2021-11-06 12:13:13 +08:00
Michael Chris Lopez
036ade08d4 cleanup trailing line 2021-11-06 12:11:18 +08:00
Michael Chris Lopez
0473b25a05 fix lint errors 2021-11-06 12:04:23 +08:00
Michael Chris Lopez
8185f46dcd remove old build system 2021-11-06 11:49:28 +08:00
Michael Chris Lopez
ab274926e0 add iterm runner 2021-11-06 11:49:16 +08:00
Michael Chris Lopez
3b02baf926 add vim runner 2021-11-06 11:37:55 +08:00
Michael Chris Lopez
29340b7e22 add tmux runner 2021-11-06 11:37:47 +08:00
Michael Chris Lopez
4674c87cf8 use make_env merge 2021-11-06 11:36:59 +08:00
Michael Chris Lopez
de8f1bdad8 no need to manually convert to hex 2021-11-06 11:03:27 +08:00
Michael Chris Lopez
72959ba515 add all colorschemes to shipwright pipeline 2021-11-05 17:09:24 +08:00
Michael Chris Lopez
e7b8f8f44a add runner for lightline 2021-11-05 17:03:11 +08:00
Michael Chris Lopez
aa31123d22 add lualine transform 2021-11-05 16:52:55 +08:00
Michael Chris Lopez
6afa5a2750 add wezterm runner 2021-11-05 15:55:49 +08:00
Michael Chris Lopez
f6d1b0e169 conditional light/dark background builder 2021-11-05 15:14:42 +08:00
Michael Chris Lopez
3ef0de509c initial shipwright integration 2021-11-05 14:43:28 +08:00
Michael Chris Lopez
a9de21b769 Merge branch 'main' into refactor-build
Conflicts:
	README.md
	autoload/zenbones_dark.vim
	colors/zenbones.vim
	doc/zenbones.md
	lua/zenflesh/init.lua
2021-11-04 10:11:44 +08:00
Michael Chris Lopez
b3cda0abb3 feat: CursorLine contrast option 2021-11-03 16:18:28 +08:00
Michael Chris Lopez
cd109e0cf7 feat: transparent background option 2021-11-03 15:59:41 +08:00
Michael Chris Lopez
47170c2a2c breaking: deprecate zenflesh and allow zenbones bg=dark
This is an interim change to prepare removing zenflesh. Please make use
of zenbones and set bg=dark to get the zenflesh colors.
2021-11-01 13:13:01 +08:00