summaryrefslogtreecommitdiff
path: root/after/plugin/colors.lua
diff options
context:
space:
mode:
authortalha <talha@talhaamir.xyz>2025-12-06 15:08:59 +0500
committertalha <talha@talhaamir.xyz>2025-12-06 15:08:59 +0500
commit75b48fc3247b412bb1580c47e96022cffdc8ba9a (patch)
tree20f615aae971834ebc1490b41cecdc3d0e9c4a7d /after/plugin/colors.lua
parent26161cefcda38711c7c8e166ccca7478bcaf18f4 (diff)
Updated config structureHEADmain
Diffstat (limited to 'after/plugin/colors.lua')
-rw-r--r--after/plugin/colors.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/after/plugin/colors.lua b/after/plugin/colors.lua
deleted file mode 100644
index 6757b21..0000000
--- a/after/plugin/colors.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-vim.o.background = "dark"
-
-vim.cmd("colorscheme vscode")