diff options
| author | adamdottv <[email protected]> | 2025-06-22 15:17:18 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-22 15:17:18 -0500 |
| commit | 51623613724a3326288a43708b0aab8a4df6c3e1 (patch) | |
| tree | 62aaa9e399180fb5b04894c5287fbe97000d3f24 | |
| parent | d271b9f75b2e8d005077c2da3c423779b7103a7d (diff) | |
| download | opencode-51623613724a3326288a43708b0aab8a4df6c3e1.tar.gz opencode-51623613724a3326288a43708b0aab8a4df6c3e1.zip | |
fix(tui): color contrast fixes for nord
| -rw-r--r-- | packages/tui/internal/theme/themes/nord.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/tui/internal/theme/themes/nord.json b/packages/tui/internal/theme/themes/nord.json index e444de807..4a525382a 100644 --- a/packages/tui/internal/theme/themes/nord.json +++ b/packages/tui/internal/theme/themes/nord.json @@ -48,11 +48,11 @@ "light": "nord10" }, "text": { - "dark": "nord4", + "dark": "nord6", "light": "nord0" }, "textMuted": { - "dark": "nord3", + "dark": "#8B95A7", "light": "nord1" }, "background": { @@ -64,7 +64,7 @@ "light": "nord5" }, "backgroundElement": { - "dark": "nord1", + "dark": "nord2", "light": "nord4" }, "border": { @@ -88,11 +88,11 @@ "light": "nord11" }, "diffContext": { - "dark": "nord3", + "dark": "#8B95A7", "light": "nord3" }, "diffHunkHeader": { - "dark": "nord3", + "dark": "#8B95A7", "light": "nord3" }, "diffHighlightAdded": { @@ -148,7 +148,7 @@ "light": "nord14" }, "markdownBlockQuote": { - "dark": "nord3", + "dark": "#8B95A7", "light": "nord3" }, "markdownEmph": { @@ -160,7 +160,7 @@ "light": "nord13" }, "markdownHorizontalRule": { - "dark": "nord3", + "dark": "#8B95A7", "light": "nord3" }, "markdownListItem": { @@ -184,7 +184,7 @@ "light": "nord0" }, "syntaxComment": { - "dark": "nord3", + "dark": "#8B95A7", "light": "nord3" }, "syntaxKeyword": { |
