From dac9bf1c1349e36b1505ec76cc9a27483260c6be Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 22 Jan 2023 23:59:49 +0200 Subject: Squashed '.config/nvim/' changes from 52469dc..e18107b e18107b Changed colorscheme cb3bbf6 Add zsh own icon b94e51d Add wezterm to config find function e564f7b Comment out text width setting 9c8462c Add how to find mappings/default mappings 486b7f9 Allowed searching of gitignore private notes git-subtree-dir: .config/nvim git-subtree-split: e18107bd533a17c8a3b37fe3fc6b0b5d17d4bd30 --- lua/plugins/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/colorscheme.lua') diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 6b4e6f9..1f76a40 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -1,6 +1,6 @@ -- Colorscheme -- ayu gruvbox molokai onedark srcery everblush vscode edge nightfly doom-one -local colorscheme = "doom-one" +local colorscheme = "onedark" local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) if not status_ok then vim.notify("colorscheme " .. colorscheme .. " not found!") -- cgit v1.2.3