Skip to content

Commit 96c7787

Browse files
committed
colorscheme is default now
1 parent 50be026 commit 96c7787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ opt.scrolloff = 3
4646

4747

4848
vim.cmd('filetype indent plugin on')
49-
vim.cmd('colorscheme grb-lucius')
49+
vim.cmd('colorscheme default')
5050
vim.cmd('syntax on')
5151
vim.g.mapleader = ","
5252
if vim.fn.filereadable('/usr/local/bin/python3') == 1 then

0 commit comments

Comments
 (0)