File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed
docs/manual/release-notes Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 2828[ Snoweuph] ( https://github.com/snoweuph ) :
2929
3030- Added [ tera] ( https://keats.github.io/tera/ ) language support (syntax highlighting only).
31+ - Added neovim theme ` grubber-darker ` < https://github.com/blazkowolf/gruber-darker.nvim > .
32+
3133
Original file line number Diff line number Diff line change 3737 '' ;
3838 styles = [ "dark" "darker" "cool" "deep" "warm" "warmer" ] ;
3939 } ;
40+ gruber-darker = {
41+ setup = _ :
42+ /*
43+ lua
44+ */
45+ ''
46+ require('gruber-darker').setup({
47+ -- defaults
48+ bold = true,
49+ invert = {
50+ signs = false,
51+ tabline = false,
52+ visual = false,
53+ },
54+ italic = {
55+ strings = true,
56+ comments = true,
57+ operators = false,
58+ folds = true,
59+ },
60+ undercurl = true,
61+ underline = true,
62+ })
63+ vim.cmd('colorscheme gruber-darker')
64+ '' ;
65+ styles = [ "dark" ] ;
66+ } ;
4067
4168 tokyonight = {
4269 setup = {
Original file line number Diff line number Diff line change 643643 "url" : " https://github.com/ellisonleao/glow.nvim/archive/5d5954b2f22e109d4a6eba8b2618c5b96e4ee7a2.tar.gz" ,
644644 "hash" : " 11rlis4riy1w4clnkiza8x6fs8xjwsrsgfzlz2k8z041ancmrw0a"
645645 },
646+ "gruber-darker" : {
647+ "type" : " Git" ,
648+ "repository" : {
649+ "type" : " GitHub" ,
650+ "owner" : " blazkowolf" ,
651+ "repo" : " gruber-darker.nvim"
652+ },
653+ "branch" : " main" ,
654+ "submodules" : false ,
655+ "revision" : " 98a2e141981cbd5a194a97eae024bf55af854579" ,
656+ "url" : " https://github.com/blazkowolf/gruber-darker.nvim/archive/98a2e141981cbd5a194a97eae024bf55af854579.tar.gz" ,
657+ "hash" : " 0bxv33isymnbdzf71w79pfxkwi8ylhjiq3ir9ws2as1d73nnl6lv"
658+ },
646659 "gruvbox" : {
647660 "type" : " Git" ,
648661 "repository" : {
You can’t perform that action at this time.
0 commit comments