bump opentui to v0.1.58, fixing diff color issues in light themes
This commit is contained in:
parent
7a6cb85617
commit
1e7d78a215
4 changed files with 19 additions and 12 deletions
|
|
@ -572,6 +572,12 @@ function generateSubtleSyntax(theme: Theme) {
|
|||
|
||||
function getSyntaxRules(theme: Theme) {
|
||||
return [
|
||||
{
|
||||
scope: ["default"],
|
||||
style: {
|
||||
foreground: theme.text,
|
||||
},
|
||||
},
|
||||
{
|
||||
scope: ["prompt"],
|
||||
style: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue