Skip to content

Commit

Permalink
Update package.json and color themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao208 committed Feb 3, 2024
1 parent e4d21f8 commit d1b2b65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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": "typper-theme",
"displayName": "Typper Themes",
"description": "The Typper theme for VS Code is a sleek representation of the innovative AI startup Typper, offering a modern color palette that complements their vibrant branding. Optimized for clarity, the theme enhances productivity and aesthetic pleasure for developers.",
"version": "0.0.13",
"version": "0.0.14",
"publisher": "Typper",
"icon": "icon.png",
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion themes/typper-dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"editorWidget.background": "#10142C",
"editorWidget.border": "#0047FD",
"tab.inactiveForeground": "#FBFFF699",
"tab.activeForeground": "#FBFFF6"
"tab.activeForeground": "#FBFFF6",
"input.background": "#10142C",
"input.border": "#0047FD"
},
"tokenColors": [
{
Expand Down
4 changes: 3 additions & 1 deletion themes/typper-light-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"tab.activeBorder": "#0047FD",
"tab.unfocusedActiveBorder": "#FBFFF6",
"editor.selectionBackground": "#D3D3D360",
"editor.lineHighlightBackground": "#00000010"
"editor.lineHighlightBackground": "#00000010",
"input.background": "#FBFFF6",
"input.border": "#0047FD"
},
"tokenColors": [
{
Expand Down

0 comments on commit d1b2b65

Please sign in to comment.