From 0eea8c715ab9b5148eb6b63957d5e4bc350a88d7 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Tue, 26 Aug 2025 15:36:10 +0200 Subject: improve colorscheme --- colors/terminal.kak | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'colors') diff --git a/colors/terminal.kak b/colors/terminal.kak index f0a081a..377d170 100644 --- a/colors/terminal.kak +++ b/colors/terminal.kak @@ -28,15 +28,15 @@ face global list red face global Default default,default face global PrimarySelection black,white+g face global SecondarySelection default,bright-blue+g -face global PrimaryCursor white,black +face global PrimaryCursor default,default+r face global SecondaryCursor default,default+fgr -face global PrimaryCursorEol default,bright-magenta+fg -face global SecondaryCursorEol default,bright-magenta+fg +face global PrimaryCursorEol default,red+fg +face global SecondaryCursorEol default,red+fg face global MenuForeground blue,default+r face global MenuBackground blue,default face global MenuInfo cyan face global Information white,default -face global Error bright-red,default+rbc +face global Error bright-red,default+bc face global DiagnosticError red+c face global DiagnosticWarning yellow+c face global StatusLine white,default @@ -45,10 +45,10 @@ face global StatusLineInfo blue face global StatusLineValue green face global StatusCursor default,bright-cyan face global Prompt yellow,default -face global BufferPadding blue,default -face global LineNumbers bright-black+d +face global BufferPadding bright-black,default+d +face global LineNumbers bright-black face global LineNumberCursor default+b face global LineNumbersWrapped white+i -face global MatchingChar default,default+b +face global MatchingChar default,default+bu face global Whitespace bright-cyan,default+fd face global WrapMarker bright-black -- cgit v1.2.3