Skip to content

Commit

Permalink
fix terminal colors
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJMah committed Dec 29, 2023
1 parent 0ae5203 commit 36e359d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ryan-vscode-theme",
"displayName": "Ryan VSCode Theme",
"description": "My personal vscode theme",
"version": "1.0.0",
"version": "2.0.0",
"engines": {
"vscode": "^1.80.0"
},
Expand Down
4 changes: 2 additions & 2 deletions themes/dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@
"panel.background": "#343035",
"panel.border": "#282629",
"panel.dropBackground": "#1a191bbf",
"panelTitle.activeBorder": "#fce87a",
"panelTitle.activeForeground": "#fce87a",
"panelTitle.activeBorder": "#ff668c",
"panelTitle.activeForeground": "#fcfcfa",
"panelTitle.inactiveForeground": "#8b888f",
"peekView.border": "#282629",
"peekViewEditor.background": "#343035",
Expand Down
4 changes: 2 additions & 2 deletions themes/darker-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@
"panel.background": "#363537",
"panel.border": "#222222",
"panel.dropBackground": "#191919bf",
"panelTitle.activeBorder": "#fce87a",
"panelTitle.activeForeground": "#fce87a",
"panelTitle.activeBorder": "#fc5e8b",
"panelTitle.activeForeground": "#f6f8fa",
"panelTitle.inactiveForeground": "#8b888f",
"peekView.border": "#222222",
"peekViewEditor.background": "#363537",
Expand Down

0 comments on commit 36e359d

Please sign in to comment.