Skip to content

Commit

Permalink
fix: fixed clipping from termina.ansiwhite transparency (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleckslu authored Mar 11, 2024
1 parent 61332e1 commit ff83bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/vitesse-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"terminal.ansiGreen": "#4d9375",
"terminal.ansiMagenta": "#d9739f",
"terminal.ansiRed": "#cb7676",
"terminal.ansiWhite": "#dbd7caee",
"terminal.ansiWhite": "#dbd7ca",
"terminal.ansiYellow": "#e6cc77",
"gitDecoration.addedResourceForeground": "#4d9375",
"gitDecoration.modifiedResourceForeground": "#6394bf",
Expand Down

0 comments on commit ff83bc8

Please sign in to comment.