From 859a7d4283df923b491fa1cf397afd4797c264ca Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Mon, 6 Mar 2023 05:20:54 +0700 Subject: [PATCH] Updated 6. Configurasi (markdown) --- 6.-Configurasi.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/6.-Configurasi.md b/6.-Configurasi.md index 3609a05..d7e2ba3 100644 --- a/6.-Configurasi.md +++ b/6.-Configurasi.md @@ -177,9 +177,27 @@ M.dashboard = { ``` - Link Generate Dasboard https://patorjk.com/software/taag/ - +# Custom Colorschema +- cari file lua/custom/default , pilih colorscheme sesuai keinginan +```lua +-- custom colorscheme +-- colorscheme ready : +-- tokyonight, tokyonight-night, tokyonight-storm, tokyonight-day, tokyonight-moon +-- gruvbox-baby (default) +-- sonokai, sonokai_atlantis, +-- sonokai_andromeda,sonokai_shusia,sonokai_maia,sonokai_espresso +-- material, material_deepocean, material_palenight, material_lighter, material_darker +-- onedark, onedark_darker, onedark_cool, onedark_deep,onedark_warm, +-- onedark_warmer, onedark_light +-- lunar +-- nord +-- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha +-- dracula +-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox +vim.g.pcode_colorscheme = "gruvbox-baby" +``` # Custom Null-ls -- cari file lua/custom/null-ls.lua +- cari file lua/custom/default.lua - tambahkan pada bagian berikut ```lua local m = {