From 27759b9f577bc6cfb7c663f1cc1340cdaa7f9b9d Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sun, 1 Aug 2021 16:49:14 +0200 Subject: better docstring and readme for custom theme --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b1c2a79..de5f62b 100644 --- a/README.md +++ b/README.md @@ -143,21 +143,21 @@ You can also provide your own theme if you do not like syncing nor like the defa ```emacs-lisp (setq org-roam-ui-custom-theme (list - (bg . '#1E2029') - (bg-alt . '#282a36') - (fg . '#f8f8f2') - (fg-alt . '#6272a4') - (red . '#ff5555') - (orange . '#f1fa8c') - (yellow .'#ffb86c') - (green . '#50fa7b') - (cyan . '#8be9fd') - (blue . '#ff79c6') - (violet . '#8be9fd') - (magenta . '#bd93f9'))) + (bg . "#1E2029") + (bg-alt . "#282a36") + (fg . "#f8f8f2") + (fg-alt . "#6272a4") + (red . "#ff5555") + (orange . "#f1fa8c") + (yellow ."#ffb86c") + (green . "#50fa7b") + (cyan . "#8be9fd") + (blue . "#ff79c6") + (violet . "#8be9fd") + (magenta . "#bd93f9"))) ``` -You can optionally provide `(base1 . '#XXXXXX')` arguments after the last one to also set the background shades, otherwise ORUI will guess based on the provides bg and fg. +You can optionally provide `(base1 . "#XXXXXX")` arguments after the last one to also set the background shades, otherwise ORUI will guess based on the provides bg and fg. ## Disclaimers ‼ -- cgit v1.2.3