change nvim colorscheme and lualine theme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- set colorscheme if it's installed
|
||||
local status, _ = pcall(vim.cmd, "colorscheme onenord")
|
||||
local status, _ = pcall(vim.cmd, "colorscheme nord")
|
||||
if not status then
|
||||
print("Color scheme not found!")
|
||||
return
|
||||
|
||||
@@ -31,6 +31,7 @@ return packer.startup(function(use)
|
||||
use("wbthomason/packer.nvim")
|
||||
use("nvim-lua/plenary.nvim")
|
||||
use("rmehri01/onenord.nvim")
|
||||
use("shaunsingh/nord.nvim")
|
||||
use("christoomey/vim-tmux-navigator")
|
||||
use("lewis6991/gitsigns.nvim")
|
||||
use("windwp/nvim-autopairs")
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'codedark',
|
||||
theme = 'onenord',
|
||||
component_separators = { left = '', right = ''},
|
||||
section_separators = { left = '', right = ''},
|
||||
disabled_filetypes = {
|
||||
|
||||
Reference in New Issue
Block a user