Skip to content

Commit

Permalink
use tokyonight theme
Browse files Browse the repository at this point in the history
  • Loading branch information
remcobol committed Apr 14, 2023
1 parent d3fc8fe commit 2ab4ad4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
@@ -113,20 +113,21 @@ require('lazy').setup({
},

{ -- Theme inspired by Atom
'navarasu/onedark.nvim',
'folke/tokyonight.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'onedark'
vim.cmd.colorscheme 'tokyonight-night'
end,
},

{ -- Set lualine as statusline
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = false,
theme = 'onedark',
theme = 'tokyonight',
component_separators = '|',
section_separators = '',
},

0 comments on commit 2ab4ad4

Please sign in to comment.