🖍️ Plugin and Theme Formatting

- Formatting cleanup
This commit is contained in:
2024-07-12 21:39:48 -04:00
parent 274617da24
commit 2807567e34
23 changed files with 38 additions and 72 deletions
+3 -12
View File
@@ -2,12 +2,7 @@
-- ---------------------------------- Style ------------------------------------
-- -----------------------------------------------------------------------------
-- Set the palette
if os.getenv("CATPPUCCIN_PALETTE") then
TMEMEPALETTE =
require("catppuccin.palettes").get_palette(os.getenv("CATPPUCCIN_PALETTE"))
end
-- Get the kitty theme
if os.getenv("KITTY_THEME") then
KITTY_THEME = os.getenv("KITTY_THEME")
end
@@ -16,9 +11,5 @@ end
vim.cmd.colorscheme(KITTY_THEME or "catppuccin-frappe")
-- Set GUI font
--vim.opt.guifont = "MonaspiceKr Nerd Font Mono:#e-subpixelantialias:h13"
vim.opt.guifont = "Iosevka:#e-subpixelantialias:h13"
vim.g.have_nerd_font = true
-- Set transparency
vim.cmd(":TransparentDisable")
vim.opt.guifont = "Iosevka:#e-subpixelantialias:h12"
vim.g.have_nerd_font = true