Skip to content

Commit 2c671a7

Browse files
committed
I just prefer rose-pine for now!
1 parent 387164f commit 2c671a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,14 @@ require('lazy').setup({
249249
local schemes = {
250250
-- 'everforest',
251251
-- 'tokyodark',
252-
'material',
252+
-- 'material',
253253
'rose-pine',
254-
'tokyonight-night',
254+
-- 'tokyonight-night',
255255
}
256256

257257
math.randomseed(os.time())
258258

259-
local random_scheme = schemes[math.random(#schemes)]
259+
local random_scheme = schemes[math.random(#schemes)] -- #schemes gets the length of the schemes table
260260

261261
local ok, _ = pcall(vim.cmd.colorscheme, random_scheme)
262262
if not ok then

0 commit comments

Comments
 (0)