Skip to content

Commit

Permalink
(nvim) Switch back to nord colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
emilford committed Dec 17, 2021
1 parent 190a9f5 commit 7477c98
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1482,4 +1482,4 @@ map kitty_mod+f6 debug_config

#: }}}

include ~/.config/kitty/themes/everforest.conf
include ~/.config/kitty/themes/nord.conf
2 changes: 0 additions & 2 deletions .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ require "em.lsp"
vim.g["everforest_background"] = "hard"
vim.g["everforest_enable_italic"] = 1
vim.g["everforest_transparent_background"] = 1
-- vim.g["everforest_sign_column_background"] = "none"
vim.cmd "colorscheme everforest"
2 changes: 1 addition & 1 deletion .config/nvim/lua/em/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ return require("packer").startup(function()
use {"kristijanhusak/vim-dadbod-completion"}
use {"AndrewRadev/splitjoin.vim"}
use {"SirVer/ultisnips"}
use {"arcticicestudio/nord-vim"}
use {"christoomey/vim-sort-motion"}
use {"christoomey/vim-system-copy"}
use {"christoomey/vim-tmux-runner"}
Expand Down Expand Up @@ -50,7 +51,6 @@ return require("packer").startup(function()
use {"qalshidi/vim-bettergrep"}
use {"ray-x/lsp_signature.nvim"}
use {"ryvnf/readline.vim"}
use {"shaunsingh/nord.nvim"}
use {"sheerun/vim-polyglot"}
use {"shumphrey/fugitive-gitlab.vim"}
use {"tommcdo/vim-exchange"}
Expand Down
3 changes: 3 additions & 0 deletions .config/nvim/plugin/nord-vim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vim.g.nord_italic = 1

vim.cmd[[colorscheme nord]]
3 changes: 1 addition & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ set-option -g window-status-format "#{window_index} - #{window_name} |"
set-option -g window-status-current-format "* #{window_index} - #{window_name} |"
set-option -ga update-environment "KITTY_LISTEN_ON"

source-file ~/.everforest.tmux.conf

# set-option -g @plugin "arcticicestudio/nord-tmux"
set-option -g @plugin "arcticicestudio/nord-tmux"
set-option -g @plugin "christoomey/vim-tmux-navigator"
set-option -g @plugin "tmux-plugins/tpm"

Expand Down

0 comments on commit 7477c98

Please sign in to comment.