From 544427829651ba4ae551cb72bd9b30ca11c49ea5 Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Mon, 6 Mar 2023 05:22:36 +0700 Subject: [PATCH] Updated 6. Configurasi (markdown) --- 6.-Configurasi.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/6.-Configurasi.md b/6.-Configurasi.md index d7e2ba3..190b787 100644 --- a/6.-Configurasi.md +++ b/6.-Configurasi.md @@ -196,6 +196,23 @@ M.dashboard = { -- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox vim.g.pcode_colorscheme = "gruvbox-baby" ``` +# Custom Treansparent Background +- Cari file lua/custom/default.lua +```lua +-- custom transparent mode +-- only support +-- gruvbox-baby, +-- tokyonight, +-- sonokai, +-- material +-- onedark +-- catppuccin +-- nord +-- dracula +-- nightfox +-- 0 =off 1= on +vim.g.pcode_transparent_mode = 0 +``` # Custom Null-ls - cari file lua/custom/default.lua - tambahkan pada bagian berikut