From 423cf830b382d281e24a3ae43351f2e394ce02a7 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Mon, 8 Jul 2024 09:31:52 +0200 Subject: [PATCH] readd theme.lua settings file --- .gitignore | 1 - lua/settings/theme.lua | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 lua/settings/theme.lua diff --git a/.gitignore b/.gitignore index 7b8b949..2b27ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ after **/.DS_Store lua/custom/secret lua/custom/configs/secret -lua/settings/theme.lua diff --git a/lua/settings/theme.lua b/lua/settings/theme.lua new file mode 100644 index 0000000..1bd4c61 --- /dev/null +++ b/lua/settings/theme.lua @@ -0,0 +1,5 @@ +-- Themery block +-- This block will be replaced by Themery. +vim.cmd("colorscheme tokyonight-storm") +vim.g.theme_id = 10 +-- end themery block