diff options
author | Hampus <hampus@hampusmat.com> | 2022-01-06 09:34:02 +0100 |
---|---|---|
committer | Hampus <hampus@hampusmat.com> | 2022-01-06 09:34:02 +0100 |
commit | 9cc5bd1766fbf67ea662ee1274f52b8f81c83f45 (patch) | |
tree | 638ac5d73a60f26aa4290ecd15ac2f9e1603b58a | |
parent | ef25424ef975dab24a8db7be59982d53a75ff039 (diff) |
fix: improve comment color brightness
-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"} |