From 62497155cfb0605e193cde22d7860aed91273777 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 24 Oct 2023 22:29:13 +0200 Subject: Changed colorscheme to bamboo --- lua/user/view.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/user/view.lua b/lua/user/view.lua index 50cea8c..4bafbd0 100644 --- a/lua/user/view.lua +++ b/lua/user/view.lua @@ -4,12 +4,13 @@ vim.opt.termguicolors = true -- Available colorschemes: --- [[ nightfly ayu onedark doom-one nvimgelion github_dark tokyonight ]] +-- [[ nightfly ayu onedark doom-one nvimgelion github_dark tokyonight bamboo ]] require('tokyonight').setup({ style = 'night', transparent = true, transparent_sidebar = true, + dim_inactive = false, styles = { sidebars = 'transparent', floats = 'transparent', @@ -17,7 +18,7 @@ require('tokyonight').setup({ }) -- Define default color scheme -local default_colorscheme = 'tokyonight' +local default_colorscheme = 'bamboo' local fallback_colorscheme = 'desert' -- Attempt to set the default color scheme -- cgit v1.2.3