diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-24 22:29:13 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-24 22:29:13 +0200 |
| commit | 62497155cfb0605e193cde22d7860aed91273777 (patch) | |
| tree | 20e7f43bbd15354903d1caef586a63682730ca18 /lua/user | |
| parent | 467f06fd58b1be64023241cd6a138b9c81baf96e (diff) | |
| download | dotfiles-62497155cfb0605e193cde22d7860aed91273777.tar.gz dotfiles-62497155cfb0605e193cde22d7860aed91273777.zip | |
Changed colorscheme to bamboo
Diffstat (limited to 'lua/user')
| -rw-r--r-- | lua/user/view.lua | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
