diff options
author | Abouzar Parvan <[email protected]> | 2021-10-02 18:04:38 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-02 18:04:38 +0330 |
commit | 1e0d0181d55abe1e4248b3aeaded94cbf3308168 (patch) | |
tree | 951ee845f7a9ffe97850e17652d2a473ddf24731 /lua/onedarker/palette.lua | |
parent | 8e3cfb77e6b2e02100b937a590dc8d55c0255ecf (diff) |
feat: make lsp highlight color configurable (#1659)
Diffstat (limited to 'lua/onedarker/palette.lua')
-rw-r--r-- | lua/onedarker/palette.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/onedarker/palette.lua b/lua/onedarker/palette.lua index ab15d392..81ea3af3 100644 --- a/lua/onedarker/palette.lua +++ b/lua/onedarker/palette.lua @@ -6,6 +6,7 @@ local colors = { dark = "#282c34", accent = "#BBBBBB", dark_gray = "#2a2f3e", + fg_gutter = "#353d46", context = "#4b5263", popup_back = "#282c34", search_orange = "#613214", |