Skip to content

Commit

Permalink
chore: fixed nimalyzer error
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 30e918cfe75827aac1d199c3398c6d21938241a42ffc8734f760c03a7342197b
  • Loading branch information
thindil committed Nov 1, 2024
1 parent c58b8d4 commit f620774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f620774

Please sign in to comment.