Ethosa 3 years ago
parent
commit
9d4437953e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/nodesnim/core/themes.nim

+ 0 - 2
src/nodesnim/core/themes.nim

@@ -62,8 +62,6 @@ proc changeTheme*(name: string) =
 macro `~`*(theme: ThemeRef, field: untyped): untyped =
   ## Alternative usage of `[]` proc.
   ##
-  runnableExamples:
-    var theme_background = current_theme~background
   let fname = $field
   result = quote do:
     `theme`[`fname`]