Skip to content

Commit

Permalink
vscode: Disable aggressive minimum terminal contrast
Browse files Browse the repository at this point in the history
Previously, this made colours desaturated (particularly Gruvbox's bright_red).
  • Loading branch information
huntie committed Aug 22, 2024
1 parent 3b5c40e commit 6c9f4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"terminal.integrated.fontWeightBold": "normal",
"terminal.integrated.lineHeight": 1.2,
"terminal.integrated.macOptionIsMeta": true,
"terminal.integrated.minimumContrastRatio": 1,
"terminal.integrated.profiles.osx": {
"fish": {
"path": "/bin/zsh",
Expand Down

0 comments on commit 6c9f4bb

Please sign in to comment.