From f43061d2a3e351267ecbe5cef43d188adef3e850 Mon Sep 17 00:00:00 2001 From: bieniucieniu Date: Wed, 23 Apr 2025 16:17:21 +0200 Subject: [PATCH] feat: themes --- lua/plugins/{tokyonight.lua => theme.lua} | 2 ++ 1 file changed, 2 insertions(+) rename lua/plugins/{tokyonight.lua => theme.lua} (93%) diff --git a/lua/plugins/tokyonight.lua b/lua/plugins/theme.lua similarity index 93% rename from lua/plugins/tokyonight.lua rename to lua/plugins/theme.lua index 9b7cf7f2..06f4aac4 100644 --- a/lua/plugins/tokyonight.lua +++ b/lua/plugins/theme.lua @@ -10,6 +10,8 @@ return { -- You can easily change to a different colorscheme. require('tokyonight').setup { styles = { comments = { italic = false }, -- Disable italics in comments + sidebars = 'transparent', + floats = 'transparent', }, }