all repos — dotfiles @ f2509758433000541a38cdd0cb3a23ff040743fc

my *nix dotfiles

nvim: colors
Anirudh Oppiliappan x@icyphox.sh
Fri, 24 Jun 2022 16:49:21 +0530
commit

f2509758433000541a38cdd0cb3a23ff040743fc

parent

3a6c38bffd2f463c5bb914e426066acbdbc02201

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

jump to
M config/nvim/colors/plain.vimconfig/nvim/colors/plain.vim

@@ -205,7 +205,7 @@ call s:h("CursorColumn", {"bg": s:bg_very_subtle})

call s:h("CursorLine", {"bg": s:cursor_line}) call s:h("ColorColumn", {"bg": s:bg_subtle}) -call s:h("MatchParen", {"bg": s:pink, "fg": s:norm}) +call s:h("MatchParen", {"bg": s:bg_very_subtle, "fg": s:norm, "cterm": "bold"}) hi link qfLineNr secondAccent hi link qfFileName firstAccent
M config/nvim/lua/settings.luaconfig/nvim/lua/settings.lua

@@ -1,5 +1,3 @@

-local u = require('utils') - local o = vim.opt local autocmd = vim.api.nvim_create_autocmd local g = vim.g