๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update lualine catppuccin colors

kacaii c955ccc9 245e13c1

+19 -1
+18
.config/nvim/lua/plugins/colorscheme.lua
··· 61 61 }, 62 62 }, 63 63 64 + integrations = { 65 + lualine = { 66 + all = function(colors) 67 + return { 68 + normal = { 69 + a = { bg = colors.lavender }, 70 + b = { fg = colors.lavender }, 71 + }, 72 + 73 + insert = { 74 + a = { bg = colors.flamingo }, 75 + b = { fg = colors.flamingo }, 76 + }, 77 + } 78 + end, 79 + }, 80 + }, 81 + 64 82 custom_highlights = function(colors) 65 83 return { 66 84
+1 -1
.config/nvim/lua/plugins/lualine.lua
··· 13 13 opts = { 14 14 sections = { lualine_c = { jj_msg } }, 15 15 options = { 16 - section_separators = { left = "๎‚ด", right = "๎‚ถ" }, 16 + section_separators = { left = "โ–’", right = "โ–’" }, 17 17 component_separators = { left = "", right = "" }, 18 18 }, 19 19 },