From fb341a4b59ec9f285b5d995892552a879583c8b8 Mon Sep 17 00:00:00 2001 From: Hristo Karamanliev Date: Wed, 23 Apr 2025 14:05:46 +0300 Subject: [PATCH] Add unokai theme to builtins list --- lua/telescope/builtin/__internal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telescope/builtin/__internal.lua b/lua/telescope/builtin/__internal.lua index 1687401eb0..83042e6046 100644 --- a/lua/telescope/builtin/__internal.lua +++ b/lua/telescope/builtin/__internal.lua @@ -1042,7 +1042,7 @@ internal.colorscheme = function(opts) "blue", "darkblue", "default", "delek", "desert", "elflord", "evening", "habamax", "industry", "koehler", "lunaperche", "morning", "murphy", "pablo", "peachpuff", "quiet", "retrobox", "ron", "shine", "slate", - "sorbet", "torte", "vim", "wildcharm", "zaibatsu", "zellner", + "sorbet", "torte", "unokai", "vim", "wildcharm", "zaibatsu", "zellner", } colors = vim.tbl_filter(function(color) return not vim.tbl_contains(builtins, color)