chore: switch to Nord

This commit is contained in:
Rob Watson 2025-04-26 07:32:30 +02:00
parent 68acd1fcac
commit 6bdeb01963
3 changed files with 3 additions and 3 deletions

2
nvimrc
View File

@ -98,7 +98,7 @@ endif
" Colour scheme:
packadd! nord-vim " https://github.com/arcticicestudio/nord-vim.git
packadd! gruvbox-material " https://github.com/sainnhe/gruvbox-material.git
colorscheme gruvbox-material
colorscheme nord
augroup vimrc
autocmd!

View File

@ -48,7 +48,7 @@ local diagnostics = {
require("lualine").setup({
options = {
icons_enabled = false,
theme = "gruvbox_dark",
theme = "nord",
component_separators = "",
section_separators = { left = "", right = "" },
},

2
zshenv
View File

@ -19,7 +19,7 @@ export LS_COLORS="di=1;38;2;38;139;210:mi=1;38;2;220;50;47;48;2;238;232;213:ln=1
export GOPATH=$HOME/go
# BAT:
export BAT_THEME=gruvbox-dark
export BAT_THEME=Nord
# Postgres default user:
export PGUSER=postgres