Skip to content

Commit 2ad199a

Browse files
authored
fix(builtin.colorscheme): update option ignore_builtins (#3511)
Add `unokai` to the list of builtins. See vim/vim@045564d
1 parent 4d0f5e0 commit 2ad199a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/telescope/builtin/__internal.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ internal.colorscheme = function(opts)
10481048
"blue", "darkblue", "default", "delek", "desert", "elflord", "evening",
10491049
"habamax", "industry", "koehler", "lunaperche", "morning", "murphy",
10501050
"pablo", "peachpuff", "quiet", "retrobox", "ron", "shine", "slate",
1051-
"sorbet", "torte", "vim", "wildcharm", "zaibatsu", "zellner",
1051+
"sorbet", "torte", "unokai", "vim", "wildcharm", "zaibatsu", "zellner",
10521052
}
10531053
colors = vim.tbl_filter(function(color)
10541054
return not vim.tbl_contains(builtins, color)

0 commit comments

Comments
 (0)