chore(nvim): switch theme
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c39ec29b21
commit
e14f088779
3
nvimrc
3
nvimrc
|
@ -98,7 +98,8 @@ endif
|
||||||
|
|
||||||
" Colour scheme:
|
" Colour scheme:
|
||||||
packadd! nord-vim " https://github.com/arcticicestudio/nord-vim.git
|
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
|
augroup vimrc
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|
|
@ -48,7 +48,7 @@ local diagnostics = {
|
||||||
require("lualine").setup({
|
require("lualine").setup({
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = false,
|
icons_enabled = false,
|
||||||
theme = "nord",
|
theme = "gruxbox_dark",
|
||||||
component_separators = "",
|
component_separators = "",
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
},
|
},
|
||||||
|
|
2
zshenv
2
zshenv
|
@ -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
|
export GOPATH=$HOME/go
|
||||||
|
|
||||||
# BAT:
|
# BAT:
|
||||||
export BAT_THEME=Nord
|
export BAT_THEME=gruxbox-dark
|
||||||
|
|
||||||
# Postgres default user:
|
# Postgres default user:
|
||||||
export PGUSER=postgres
|
export PGUSER=postgres
|
||||||
|
|
Loading…
Reference in New Issue