themes in a weird way3

This commit is contained in:
aliaksandrkotau 2023-12-16 14:31:05 +01:00
parent 70c995ec24
commit 985b6f94aa
2 changed files with 4 additions and 2 deletions

View File

@ -5,14 +5,16 @@ vim.g.maplocalleader = ' '
vim.g.quickui_border_style = 3
vim.g.quickui_color_scheme = 'gruvbox'
ACTIVE_THEME = 'onedark'
ACTIVE_THEME = 'nightfox'
-- THEME Choicess:
local themes_choices = {
onedark = {repo = 'navarasu/onedark.nvim', name = 'onedark'},
sonokai = {repo = 'sainnhe/sonokai', name = 'sonokai'},
oceanic = {repo = 'mhartington/oceanic-next', name = 'OceanicNext'},
nightfox = {repo = 'EdenEast/nightfox.nvim', name = 'nightfox'},
}
_G.THEME_REPO, _G.THEME_NAME = themes_choices[ACTIVE_THEME].repo, themes_choices[ACTIVE_THEME].name
-- These to Global values are used below
-- [[ Install `lazy.nvim` plugin manager ]]
-- https://github.com/folke/lazy.nvim

View File

@ -16,6 +16,7 @@
"mason.nvim": { "branch": "main", "commit": "41e75af1f578e55ba050c863587cffde3556ffa6" },
"neo-tree.nvim": { "branch": "v3.x", "commit": "230ff118613fa07138ba579b89d13ec2201530b9" },
"neodev.nvim": { "branch": "main", "commit": "c4ce017bd4bacf60bf59330cec9e93c5d5e104a6" },
"nightfox.nvim": { "branch": "main", "commit": "44154e1596e801ed669fe9371c34ece0e635eaa5" },
"nui.nvim": { "branch": "main", "commit": "c9b4de623d19a85b353ff70d2ae9c77143abe69c" },
"nvim-autopairs": { "branch": "master", "commit": "0f04d78619cce9a5af4f355968040f7d675854a1" },
"nvim-cmp": { "branch": "main", "commit": "41d7633e4146dce1072de32cea31ee31b056a131" },
@ -24,7 +25,6 @@
"nvim-treesitter": { "branch": "master", "commit": "78d75bce03f218ee30aedb6e24e3ec1189a3e9ff" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "ec1c5bdb3d87ac971749fa6c7dbc2b14884f1f6a" },
"nvim-web-devicons": { "branch": "master", "commit": "8b2e5ef9eb8a717221bd96cb8422686d65a09ed5" },
"oceanic-next": { "branch": "master", "commit": "09833f72d5ba23de2e8bcae18f479f326f5f677a" },
"plenary.nvim": { "branch": "master", "commit": "55d9fe89e33efd26f532ef20223e5f9430c8b0c0" },
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6c921ca12321edaa773e324ef64ea301a1d0da62" },
"telescope.nvim": { "branch": "0.1.x", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" },