From 1829789ed0bda2fc65a28c0c271e2d76612d18af Mon Sep 17 00:00:00 2001 From: Steven Proctor Date: Wed, 19 Oct 2022 18:15:18 -0500 Subject: [PATCH] support solarized8 too --- nvim/.config/nvim/fnl/dotfiles/core.fnl | 6 ++++-- nvim/.config/nvim/fnl/dotfiles/plugins.fnl | 1 + tmux.conf | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/nvim/.config/nvim/fnl/dotfiles/core.fnl b/nvim/.config/nvim/fnl/dotfiles/core.fnl index 1db2f0a..e4047bc 100644 --- a/nvim/.config/nvim/fnl/dotfiles/core.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/core.fnl @@ -97,11 +97,13 @@ (a.map-indexed set-opt val-based-opts) (nvim.ex.syntax "on") -(nvim.ex.colorscheme :soluarized) +;; (nvim.ex.colorscheme :soluarized) + (nvim.ex.colorscheme :solarized8) -;(nvim.ex.autocmd "vimenter" "*" "++nested" "colorscheme" "solarized8") +;; (nvim.ex.autocmd "vimenter" "*" "++nested" "colorscheme" "soluarized") +(nvim.ex.autocmd "vimenter" "*" "++nested" "colorscheme" "solarized8") ;(nvim.ex.autocmd "vimenter" "*" "luafile" "treesitter.lua") ; ; (nvim.fn.glob "~/.vimrc.local") diff --git a/nvim/.config/nvim/fnl/dotfiles/plugins.fnl b/nvim/.config/nvim/fnl/dotfiles/plugins.fnl index e8ccf7b..ddc1340 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugins.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugins.fnl @@ -50,6 +50,7 @@ :kristijanhusak/vim-dadbod-completion {} :kristijanhusak/vim-dadbod-ui {} :L3MON4D3/LuaSnip {:mod :luasnip} + :lifepillar/vim-solarized8 {} :lukas-reineke/headlines.nvim {:mod :headlines} ; :michaelb/sniprun {:run "bash ./install.sh" :mod :sniprun} :neovim/nvim-lspconfig {:mod :lspconfig} diff --git a/tmux.conf b/tmux.conf index 0feda87..38c04fc 100644 --- a/tmux.conf +++ b/tmux.conf @@ -33,7 +33,7 @@ setw -g mouse off # set -g default-terminal "xterm-256:color" # set -g default-terminal "${TERM}" -set -s default-terminal "tmux-256color" +set -g default-terminal "tmux-256color" set -g history-limit 15000 set -g window-status-style dim @@ -47,8 +47,8 @@ set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WIND set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock # set -as terminal-overrides ',xterm-256color:RGB' -set -as terminal-features ',xterm-256color:RGB' -set-option -sa terminal-overrides ',xterm-256color:RGB' +set -as terminal-features ',tmux-256color:RGB' +set-option -sa terminal-overrides ',tmux-256color:RGB' # Undercurl set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support