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