Skip to content

Commit

Permalink
Fix: Changing some colors in vsc theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyitdev authored Jan 18, 2024
1 parent 2e3f87b commit 6e40ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsc/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"editor.background": "#1b1b25",
"button.background": "#16161e",
"widget.shadow": "#16161e",
"selection.background": "#16161e",
"selection.background": "#343746",
"descriptionForeground": "#F8F8F2",
"errorForeground": "#F8F8F2",
"icon.foreground": "#F8F8F2",
Expand Down Expand Up @@ -55,4 +55,4 @@
}
},
"editor.fontSize": 16
}
}

0 comments on commit 6e40ccd

Please sign in to comment.