change nvim colorscheme and lualine theme

This commit is contained in:
2024-10-29 12:41:53 -04:00
parent e95b7cf431
commit abf7ecad11
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -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 -1
View File
@@ -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 = {