chore(nvim): switch theme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2024-12-03 04:13:06 +01:00
parent c39ec29b21
commit e14f088779
3 changed files with 4 additions and 3 deletions

3
nvimrc
View File

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

View File

@ -48,7 +48,7 @@ local diagnostics = {
require("lualine").setup({
options = {
icons_enabled = false,
theme = "nord",
theme = "gruxbox_dark",
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=Nord
export BAT_THEME=gruxbox-dark
# Postgres default user:
export PGUSER=postgres