summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2024-03-17 03:26:35 +0530
committerBrahmajit Das <brahmajit.xyz@gmail.com>2024-03-17 03:26:35 +0530
commit6297907cd6e9a5fc66306d5092a3846f2001359c (patch)
treecc1dfc069993cbad8f336341ca5da1683a72c83d
parentd3cfb450d50f37854d2cb8d319b84887661e13e1 (diff)
nvim: plugins: colorscheme: for colorscheme setting
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r--lua/plugins/colorscheme.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua
new file mode 100644
index 0000000..df7f518
--- /dev/null
+++ b/lua/plugins/colorscheme.lua
@@ -0,0 +1 @@
+vim.cmd[[colorscheme jellybeans-nvim]]