Skip to content

Commit

Permalink
Update package.json and Typper-color-theme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao208 committed Feb 3, 2024
1 parent 68d2cfe commit 6d243f2
Show file tree
Hide file tree
Showing 2 changed files with 12 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-theme",
"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.4",
"version": "0.0.5",
"publisher": "Typper",
"icon": "icon.png",
"engines": {
Expand Down
13 changes: 11 additions & 2 deletions themes/Typper-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@
"titleBar.activeForeground": "#FBFFF6",
"button.background": "#0047FD",
"button.foreground": "#FBFFF6",
"button.hoverBackground": "#FFABC7",
"button.hoverBackground": "#0139CB",
"editorCursor.foreground": "#0047FD",
"editor.selectionBackground": "#0047FD60",
"editorLineNumber.foreground": "#FBFFF699",
"editorLineNumber.activeForeground": "#FBFFF6",
"editorWhitespace.foreground": "#FBFFF61A"
"editorWhitespace.foreground": "#FBFFF61A",
"editorGroupHeader.tabsBackground": "#10142C",
"tab.inactiveBackground": "#10142C",
"tab.activeBackground": "#2A2B57",
"tab.hoverBackground": "#2A2B57",
"tab.unfocusedHoverBackground": "#2A2B57",
"editorWidget.background": "#10142C",
"editorWidget.border": "#0047FD",
"tab.inactiveForeground": "#FBFFF699",
"tab.activeForeground": "#FBFFF6"
},
"tokenColors": [
{
Expand Down

0 comments on commit 6d243f2

Please sign in to comment.