summaryrefslogtreecommitdiff
path: root/after/plugin/colors.lua
diff options
context:
space:
mode:
authortalha <talha@talhaamir.xyz>2024-01-03 19:34:10 +0500
committertalha <talha@talhaamir.xyz>2024-01-03 19:34:10 +0500
commitd17d01afef784a5277fa99b26bf7a9ba2ffa6357 (patch)
tree3b6703ee148d5830a6d279ff5a4eacdf1ec92729 /after/plugin/colors.lua
parentdb929434fa2f29e5674a5f24d71901b4fa458363 (diff)
Updated colorscheme, added ctags
Diffstat (limited to 'after/plugin/colors.lua')
-rw-r--r--after/plugin/colors.lua27
1 files changed, 2 insertions, 25 deletions
diff --git a/after/plugin/colors.lua b/after/plugin/colors.lua
index b32344f..6757b21 100644
--- a/after/plugin/colors.lua
+++ b/after/plugin/colors.lua
@@ -1,26 +1,3 @@
-require("gruvbox").setup({
- terminal_colors = true, -- add neovim terminal colors
- undercurl = true,
- underline = true,
- bold = true,
- italic = {
- strings = true,
- emphasis = true,
- comments = true,
- operators = false,
- folds = true,
- },
- strikethrough = true,
- invert_selection = false,
- invert_signs = false,
- invert_tabline = false,
- invert_intend_guides = false,
- inverse = true, -- invert background for search, diffs, statuslines and errors
- contrast = "", -- can be "hard", "soft" or empty string
- palette_overrides = {},
- overrides = {},
- dim_inactive = false,
- transparent_mode = false,
-})
+vim.o.background = "dark"
-vim.cmd("colorscheme nightfly")
+vim.cmd("colorscheme vscode")