From 27f882d893842410009dd5dec44c623ab8475146 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Wed, 18 Aug 2021 00:02:31 -0500 Subject: [PATCH] dev: better fg color and white bg --- lua/catppuccino/color_schemes/catppuccino.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/catppuccino/color_schemes/catppuccino.lua b/lua/catppuccino/color_schemes/catppuccino.lua index e17fb6b..16ed8f6 100644 --- a/lua/catppuccino/color_schemes/catppuccino.lua +++ b/lua/catppuccino/color_schemes/catppuccino.lua @@ -5,7 +5,7 @@ local opts = require("catppuccino.config").options local colors = { none = "NONE", bg = "#0e171c", -- nvim bg - fg = "#fef6e3", -- fg color (text) + fg = "#abb2bf", -- fg color (text) fg_gutter = "#3b4261", black = "#393b44", gray = "#2a2e36", @@ -25,7 +25,7 @@ local colors = { blue_br = "#84CEE4", magenta_br = "#B8A1E3", cyan_br = "#59F0FF", - white_br = "#F2F2F2", + white_br = "#fef6e3", orange_br = "#F6A878", pink_br = "#DF97DB", comment = "#526175",