From 9cc5bd1766fbf67ea662ee1274f52b8f81c83f45 Mon Sep 17 00:00:00 2001 From: Hampus Date: Thu, 6 Jan 2022 09:34:02 +0100 Subject: fix: improve comment color brightness --- colors/ayu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors/ayu.vim') diff --git a/colors/ayu.vim b/colors/ayu.vim index 9158e6b..4513f1f 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -16,7 +16,7 @@ let s:palette = {} let s:palette.bg = {'dark': "#0F1419", 'light': "#FAFAFA", 'mirage': "#212733"} -let s:palette.comment = {'dark': "#5C6773", 'light': "#ABB0B6", 'mirage': "#5C6773"} +let s:palette.comment = {'dark': "#7A8999", 'light': "#ABB0B6", 'mirage': "#5C6773"} let s:palette.markup = {'dark': "#F07178", 'light': "#F07178", 'mirage': "#F07178"} let s:palette.constant = {'dark': "#FFEE99", 'light': "#A37ACC", 'mirage': "#D4BFFF"} let s:palette.operator = {'dark': "#E7C547", 'light': "#E7C547", 'mirage': "#80D4FF"} -- cgit v1.2.3-18-g5258