diff options
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/metakr.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org index 6d58cc6..81ecf8e 100644 --- a/gui/conf/metakr.org +++ b/gui/conf/metakr.org @@ -260,6 +260,10 @@ For quick iteration all colors are stored in a table. :foreground @link :underline t :inherit fixed-pitch) + (org-roam-link-invalid + :foreground @link + :underline t + :inherit fixed-pitch) (org-table :inherit fixed-pitch :background @org-table) @@ -379,4 +383,3 @@ This block resolves the =@=-prefixed variables of the theme structure using a gi (process structure))))) #+END_SRC - |