Browse Source

Changed colors

master
Julio Biason 2 years ago
parent
commit
5fa34788b8
  1. 4
      nvim/init.lua
  2. 1
      nvim/pack/colors/start/PaperColor.vim

4
nvim/init.lua

@ -14,8 +14,10 @@ vim.opt.splitbelow = true -- horizontal splits open on the bottom
vim.g.mapleader = ' ' -- space is the leader character
-- commands that don't exist in lua yet
vim.g.tokyonight_enable_italic = 1
-- vim.g.tokyonight_transparent_background = 1
vim.cmd [[
color PaperColor
color tokyonight
]]
-- Keybind: use '-' to open the file explorer

1
nvim/pack/colors/start/PaperColor.vim

@ -1 +0,0 @@
Subproject commit 93c4698d89a947da17b051a8ce7f2d0cad1ec98e
Loading…
Cancel
Save