diff options
-rw-r--r-- | colors/ayu.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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"} |