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 fdbf236 commit 160fa9c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions 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.9",
"version": "0.0.10",
"publisher": "Typper",
"icon": "icon.png",
"engines": {
Expand All @@ -20,7 +20,7 @@
},
{
"label": "Typper Light",
"uiTheme": "vs-dark",
"uiTheme": "vs",
"path": "./themes/typper-light-color-theme.json"
}
]
Expand Down
2 changes: 1 addition & 1 deletion themes/typper-dark-color-theme.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Typper Dark",
"name": "Typper Dark Color Theme",
"colors": {
"editor.background": "#10142C",
"editor.foreground": "#FBFFF6",
Expand Down
23 changes: 13 additions & 10 deletions themes/typper-light-color-theme.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Typper Light",
"name": "Typper Light Color Theme",
"colors": {
"editor.background": "#FBFFF6",
"editor.foreground": "#10142C",
"editor.lineHighlightBackground": "#7BD90533",
"editor.lineHighlightBackground": "#7BD90550",
"activityBar.background": "#FBFFF6",
"activityBar.foreground": "#10142C",
"sideBar.background": "#FBFFF6",
Expand All @@ -16,19 +16,22 @@
"button.foreground": "#FBFFF6",
"button.hoverBackground": "#0047FDCC",
"editorCursor.foreground": "#0047FD",
"editor.selectionBackground": "#0047FD60",
"editorLineNumber.foreground": "#10142C99",
"editor.selectionBackground": "#0047FD30",
"editorLineNumber.foreground": "#00000088",
"editorLineNumber.activeForeground": "#10142C",
"editorWhitespace.foreground": "#10142C1A",
"editorGroupHeader.tabsBackground": "#FBFFF6",
"tab.inactiveBackground": "#FBFFF6",
"tab.activeBackground": "#FBFFF6",
"tab.hoverBackground": "#FBFFF6",
"tab.activeBackground": "#F0F0F0",
"tab.hoverBackground": "#f0f0f0",
"tab.unfocusedHoverBackground": "#FBFFF6",
"editorWidget.background": "#FBFFF6",
"editorWidget.border": "#0047FD",
"tab.inactiveForeground": "#10142C99",
"tab.activeForeground": "#10142C"
"tab.inactiveForeground": "#10142C66",
"tab.activeForeground": "#10142C",
"tab.hoverBorder": "#0047FD",
"tab.activeBorder": "#0047FD",
"tab.unfocusedActiveBorder": "#FBFFF6"
},
"tokenColors": [
{
Expand All @@ -40,13 +43,13 @@
{
"scope": "constant",
"settings": {
"foreground": "#FFABC7"
"foreground": "#005cc5"
}
},
{
"scope": "entity",
"settings": {
"foreground": "#FFABC7"
"foreground": "#d7005f"
}
},
{
Expand Down

0 comments on commit 160fa9c

Please sign in to comment.