Feat: Add Color Configuration (#82)
This MR adds the ability to customize colors for the discussion tree
This commit is contained in:
committed by
GitHub
parent
6b7e67b325
commit
9742b5b229
@@ -59,6 +59,13 @@ M.settings = {
|
||||
},
|
||||
go_server_running = false,
|
||||
is_gitlab_project = false,
|
||||
colors = {
|
||||
discussion_tree = {
|
||||
username = "Keyword",
|
||||
date = "Comment",
|
||||
chevron = "Comment",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
-- Merges user settings into the default settings, overriding them
|
||||
|
||||
Reference in New Issue
Block a user