diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-25 13:53:04 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-25 13:53:04 +0200 |
| commit | 2c49131ff00a8382db174f98e9b28a4aa1144e45 (patch) | |
| tree | 51272c61898f947a03b07567b4ccd165457f2f37 /.config/nvim/lua/user/view.lua | |
| parent | a29840b387d2c0f8601eb05320d909877788564e (diff) | |
| parent | 0e107e029372f333f64854913fa2f67bb7c4a243 (diff) | |
| download | dotfiles-2c49131ff00a8382db174f98e9b28a4aa1144e45.tar.gz dotfiles-2c49131ff00a8382db174f98e9b28a4aa1144e45.zip | |
Merge commit 'bd7ffa3f18dfc476e94bd97a2f4a2dd231656fc0'
Diffstat (limited to '.config/nvim/lua/user/view.lua')
| -rw-r--r-- | .config/nvim/lua/user/view.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/nvim/lua/user/view.lua b/.config/nvim/lua/user/view.lua index 50cea8c..4bafbd0 100644 --- a/.config/nvim/lua/user/view.lua +++ b/.config/nvim/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 |
