Ver Fonte

style(tui): distinguish markdown h1 headings (#27814)

Kit Langton há 4 meses atrás
pai
commit
c0a8b509c7
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/opencode/src/cli/cmd/tui/context/theme.tsx

+ 1 - 0
packages/opencode/src/cli/cmd/tui/context/theme.tsx

@@ -962,6 +962,7 @@ function getSyntaxRules(theme: Theme) {
       style: {
       style: {
         foreground: theme.markdownHeading,
         foreground: theme.markdownHeading,
         bold: true,
         bold: true,
+        underline: true,
       },
       },
     },
     },
     {
     {