Skip to content

Commit

Permalink
Fix #55: change line color and width (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Sidelnikov Roman <roman.sidelnikov@playgendary.com>
  • Loading branch information
Argon42 and Sidelnikov Roman committed May 9, 2023
1 parent 42b95c9 commit 47c3184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/visual_studio_code_dark_plus.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"EditorTabs": {
"selectedBackground": "#1d1d1d",
"underlinedTabBackground": "#1d1d1d",
"underlinedTabBackground": "#2080f0",
"selectedForeground": "#e6e6e6",
"inactiveMaskColor": "#2c2c2c",
"inactiveColoredFileBackground": "#2c2c2c",
"underlineHeight": 0,
"underlineHeight": 3,
"borderColor": "#323232"
},
"Panel" : {
Expand Down

0 comments on commit 47c3184

Please sign in to comment.