Added tokyonight theme

Added colorscheme variable to opts file
This commit is contained in:
2023-06-24 00:10:45 +02:00
parent 5b942cb3aa
commit e8ef4f69a3
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
local g = vim.g
local o = vim.o
local opt = vim.opt
local cmd = vim.cmd
local colorscheme = "tokyonight"
cmd("colorscheme " .. colorscheme)
g.mapleader = " "