summaryrefslogtreecommitdiff
path: root/dot-config
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config')
-rw-r--r--dot-config/nvim/nvim-pack-lock.json12
-rw-r--r--dot-config/nvim/plugin/colorscheme.lua19
2 files changed, 0 insertions, 31 deletions
diff --git a/dot-config/nvim/nvim-pack-lock.json b/dot-config/nvim/nvim-pack-lock.json
index c6efdeb..47f5aaa 100644
--- a/dot-config/nvim/nvim-pack-lock.json
+++ b/dot-config/nvim/nvim-pack-lock.json
@@ -8,10 +8,6 @@
"rev": "a8458b7",
"src": "https://github.com/ibhagwan/fzf-lua"
},
- "github-nvim-theme": {
- "rev": "c106c94",
- "src": "https://github.com/projekt0n/github-nvim-theme"
- },
"gitsigns.nvim": {
"rev": "20ad441",
"src": "https://github.com/lewis6991/gitsigns.nvim"
@@ -20,10 +16,6 @@
"rev": "b4e4319",
"src": "https://github.com/m4xshen/hardtime.nvim"
},
- "jellybeans.nvim": {
- "rev": "28b8088",
- "src": "https://github.com/WTFox/jellybeans.nvim"
- },
"lualine.nvim": {
"rev": "3946f01",
"src": "https://github.com/nvim-lualine/lualine.nvim"
@@ -56,10 +48,6 @@
"rev": "b9fd522",
"src": "https://github.com/nvim-lua/plenary.nvim"
},
- "sonokai": {
- "rev": "ec07018",
- "src": "https://github.com/sainnhe/sonokai"
- },
"todo-comments.nvim": {
"rev": "411503d",
"src": "https://github.com/folke/todo-comments.nvim"
diff --git a/dot-config/nvim/plugin/colorscheme.lua b/dot-config/nvim/plugin/colorscheme.lua
index 4ff690f..18c2ac0 100644
--- a/dot-config/nvim/plugin/colorscheme.lua
+++ b/dot-config/nvim/plugin/colorscheme.lua
@@ -1,26 +1,7 @@
vim.pack.add({
- "https://github.com/sainnhe/sonokai",
- "https://github.com/WTFox/jellybeans.nvim",
- "https://github.com/projekt0n/github-nvim-theme",
"https://github.com/miikanissi/modus-themes.nvim",
})
-vim.g.sonokai_transparent_background = 2
-vim.g.sonokai_float_style = "bright"
-
-require("jellybeans").setup({
- transparent = true,
- italics = false,
- bold = false,
- flat_ui = true, -- toggles "flat UI" for pickers
-})
-
-require("github-theme").setup({
- options = {
- transparent = true,
- },
-})
-
require("modus-themes").setup({
transparent = true,
line_nr_column_background = false,