use truecolors
Prithu Goswami pg@prithu.dev
Thu, 19 Dec 2024 01:52:13 +0530
2 files changed,
3 insertions(+),
2 deletions(-)
M
config/nvim/lua/colors/hl.lua
→
config/nvim/lua/colors/hl.lua
@@ -2,5 +2,5 @@ local hl = vim.api.nvim_set_hl
hl(0, 'TabLine', { fg = '#7e7e7e' }) hl(0, 'TabLineSel', { bold = true }) -hl(0, 'NvimTreeNormal', { bg = '#0c0c0c' }) -hl(0, 'NvimTreeWinSeparator', { bg = '#0c0c0c', fg = '#0c0c0c' }) +hl(0, 'NvimTreeNormal', { bg = '#0f0f0f' }) +hl(0, 'NvimTreeWinSeparator', { bg = '#0f0f0f', fg = '#0f0f0f' })
M
tmux/tmux.conf
→
tmux/tmux.conf
@@ -108,3 +108,4 @@
# this allows the cursor to change when within st # https://vi.stackexchange.com/questions/22224/change-neovim-cursor-in-insert-mode-under-st-simple-terminal-and-tmux set -as terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[2 q' +set -sa terminal-overrides ",st*:Tc"