From f6207746379d34830f6a589af50882e6a9be47cc Mon Sep 17 00:00:00 2001 From: thindil Date: Fri, 1 Nov 2024 06:43:20 +0000 Subject: [PATCH] chore: fixed nimalyzer error FossilOrigin-Name: 30e918cfe75827aac1d199c3398c6d21938241a42ffc8734f760c03a7342197b --- src/theme.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.nim b/src/theme.nim index bcaacc61..5cb4b9b4 100644 --- a/src/theme.nim +++ b/src/theme.nim @@ -47,7 +47,7 @@ type highlightText, suggestInvalid, suggestCommand, suggestYes, suggestNext, suggestAbort, promptColor, promptError, completionList ColorDescription = string - Color* {.tableName: "theme".} = ref object of Model + Color* {.tableName: "theme", ruleOff: "objects".} = ref object of Model ## Data structure for the shell's color ## ## * name - the name of the color in the shell's theme