From 1c776d710402f8f1f418549428fb907016fe5f24 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sat, 28 Nov 2020 18:11:59 -0300 Subject: [PATCH] fix colors to work on light theme --- dotfiles/kak/colors.kak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/kak/colors.kak b/dotfiles/kak/colors.kak index e176c5d..5634517 100644 --- a/dotfiles/kak/colors.kak +++ b/dotfiles/kak/colors.kak @@ -38,14 +38,14 @@ face global Default default,default face global PrimaryCursor default,{{@@ accent @@}}+fg face global PrimaryCursorEol PrimaryCursor -face global PrimarySelection white,black+fg +face global PrimarySelection default,{{@@ bg_light @@}}+fg face global SecondaryCursor default,default+rfg face global SecondaryCursorEol SecondaryCursor -face global SecondarySelection white,black+fg +face global SecondarySelection default,{{@@ bg_light @@}}+fg -face global MenuForeground white,{{@@ accent @@}} -face global MenuBackground white,{{@@ bg_dark @@}} +face global MenuForeground default,{{@@ accent @@}} +face global MenuBackground default,{{@@ bg_dark @@}} face global MenuInfo cyan face global Information default,{{@@ bg_dark @@}}