summaryrefslogtreecommitdiffstats
path: root/nvim/lua/kickstart/plugins/theme.lua
diff options
context:
space:
mode:
authorChris Patti <feoh@feoh.org>2023-06-04 16:10:59 +0000
committerChris Patti <feoh@feoh.org>2023-06-04 16:10:59 +0000
commit0b27e37a70826bb30821c6f76c231ce332292359 (patch)
treeab97deeace7bcedf002ad285b2a2467be019e1fd /nvim/lua/kickstart/plugins/theme.lua
parentef49ada08c0ff2d8c2abb41e1b5826c1b009b511 (diff)
downloaddots-0b27e37a70826bb30821c6f76c231ce332292359.tar.gz
Revert "Refactor theme and status line into their own file"
This reverts commit 4dd2f71906c4278356f80736ee7f3faaf3cdb3ca.
Diffstat (limited to 'nvim/lua/kickstart/plugins/theme.lua')
-rw-r--r--nvim/lua/kickstart/plugins/theme.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/nvim/lua/kickstart/plugins/theme.lua b/nvim/lua/kickstart/plugins/theme.lua
deleted file mode 100644
index 794aa4d..0000000
--- a/nvim/lua/kickstart/plugins/theme.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-return {
- "folke/tokyonight.nvim",
- lazy = false,
- priority = 1000,
- opts = {},
- config = function()
- vim.cmd.colorscheme 'tokyonight-storm'
- end,
-}
-