add: config color scheme

This commit is contained in:
asep komarudin 2024-03-12 20:25:12 +07:00
parent 6f68c8d7b0
commit ba219f1e96
5 changed files with 192 additions and 189 deletions

View file

@ -1,4 +1,5 @@
return {
{ "navarasu/onedark.nvim", enabled = false },
{ "folke/tokyonight.nvim", enabled = false },
{
"olimorris/onedarkpro.nvim",
@ -23,14 +24,15 @@ return {
colors = {
onedark = {
green = "#99c379",
gray = "#8094b4",
gray = "#abb2bf",
red = "#e06c75",
purple = "#c678dd",
yellow = "#e5c07a",
yellow = "#e5c07b",
blue = "#61afef",
cyan = "#56b6c2",
bg_statusline = "#282c34",
indentline = "#3b4261",
float_bg = "#282c34",
},
},
options = {