diff options
author | christianchiarulli <[email protected]> | 2021-07-31 18:36:51 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-31 18:36:51 -0400 |
commit | 915603ed074bf5fe784b95508ad80a81eee24028 (patch) | |
tree | e91508a4f741e9cf319ca1a52b0b08e1eca7c252 /lua/spacegray/palette.lua | |
parent | 2b09dbf0984e836255a294d746159a68bdeb9be8 (diff) |
udpate colorscheme
Diffstat (limited to 'lua/spacegray/palette.lua')
-rw-r--r-- | lua/spacegray/palette.lua | 67 |
1 files changed, 37 insertions, 30 deletions
diff --git a/lua/spacegray/palette.lua b/lua/spacegray/palette.lua index 49e429e5..df764c81 100644 --- a/lua/spacegray/palette.lua +++ b/lua/spacegray/palette.lua @@ -1,33 +1,40 @@ local colors = { - fg = "#c8c9d1", - bg = "#212121", - alt_bg = "#2a2a2a", - accent = "#383d45", - white = "#c8c9d1", - gray = "#858585", - light_gray = "#c8c9c1", - blue = "#5486c0", - gray_blue = "#66899d", - cyan = "#65a7c5", - red = "#b04b57", - green = "#87b379", - light_green = "#b2d77c", - yellow = "#eeba5a", - orange = "#c6735a", - purple = "#bf83c1", - pale_purple = "#7199ee", - magenta = "#D16D9E", - cursor_fg = "#515052", - cursor_bg = "#AEAFAD", - sign_add = "#587c0c", - sign_change = "#0c7d9d", - sign_delete = "#94151b", - error_red = "#F44747", - warning_orange = "#ff8800", - info_yellow = "#FFCC66", - hint_blue = "#4FC1FF", - purple_test = "#ff00ff", - cyan_test = "#00ffff", + fg = "#ABB2BF", + bg = "#202020", + alt_bg = "#262626", + dark = "#222222", + accent = "#AAAAAA", + popup_back = "#2D2D30", + search_orange = "#613214", + search_blue = "#5e81ac", + white = "#D8DEE9", + gray = "#9BA1AB", + light_gray = "#c8c9c1", + blue = "#5f8ccd", + dark_blue = "#223E55", + light_blue = "#8dc0d5", + green = "#73aa7b", + cyan = "#4EC9B0", + light_green = "#B5CEA8", + red = "#D16969", + orange = "#D1866B", + light_red = "#CA535F", + yellow = "#ECCC8E", + yellow_orange = "#D7BA7D", + purple = "#BF82B4", + magenta = "#D16D9E", + cursor_fg = "#515052", + cursor_bg = "#AEAFAD", + sign_add = "#587c0c", + sign_change = "#0c7d9d", + sign_delete = "#94151b", + error_red = "#F44747", + warning_orange = "#ff8800", + info_yellow = "#FFCC66", + hint_blue = "#4FC1FF", + purple_test = "#ff007c", + cyan_test = "#00dfff", + ui_blue = "#264F78", } -return colors +return colors
\ No newline at end of file |