all repos — dotfiles @ 474a6f1e6a98f8fb35ab3af29f4eb746f7a6d592

linux dotfiles

use truecolors
Prithu Goswami pg@prithu.dev
Thu, 19 Dec 2024 01:52:13 +0530
commit

474a6f1e6a98f8fb35ab3af29f4eb746f7a6d592

parent

5cba583f93d4af60d2f763e5d3790ec452684bf2

2 files changed, 3 insertions(+), 2 deletions(-)

jump to
M config/nvim/lua/colors/hl.luaconfig/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.conftmux/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"