From b26cdb2b8ea2bf06d27f1bb254e8f027e259f74f Mon Sep 17 00:00:00 2001 From: j-hui Date: Fri, 8 Dec 2023 18:03:39 -0500 Subject: [PATCH] doc: report correct colorscheme for demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3accde7..fa2c624 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Visible elements: - Terminal + font: [Kitty](https://sw.kovidgoyal.net/kitty/) + [Comic Shanns Mono](https://github.com/shannpersand/comic-shanns) - Editor: [Neovim v0.9.4](https://github.com/neovim/neovim/tree/v0.9.4) -- Theme: [folke/twilight.nvim](https://github.com/folke/twilight.nvim) +- Theme: [catppuccin/nvim (mocha, dark)](https://github.com/catppuccin/nvim) - Status line: [nvim-lualine/lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) - Color columns: `:set colorcolumn=81,121,+1,+2` (sorry) - Scrollbar: [petertriho/nvim-scrollbar](https://github.com/petertriho/nvim-scrollbar)