Skip to content

Commit

Permalink
added new borders
Browse files Browse the repository at this point in the history
  • Loading branch information
Rellyson Silva committed Nov 30, 2023
1 parent ede5abc commit 736d26c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roxo-theme-vscode",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "rellyson",
"description": "A low-contrast, eye-friendly, dark purple theme for vscode.",
"license": "MIT",
Expand Down
6 changes: 4 additions & 2 deletions themes/roxo-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"checkbox.foreground": "#e0def4",
"commandCenter.background": "#120d17",
"commandCenter.activeBackground": "#120d17",
"commandCenter.border": "#523b6b",
"commandCenter.border": "#1c1524",
"debugExceptionWidget.background": "#120d17",
"debugExceptionWidget.border": "#6e6a8633",
"debugIcon.breakpointCurrentStackframeForeground": "#908caa",
Expand Down Expand Up @@ -313,7 +313,7 @@
"notificationsWarningIcon.foreground": "#F7BAA2",
"notificationToast.border": "#6e6a8633",
"panel.background": "#120d17",
"panel.border": "#0000",
"panel.border": "#1c1524",
"panel.dropBorder": "#120d17",
"panelInput.border": "#120d17",
"panelSection.dropBackground": "#6e6a8633",
Expand Down Expand Up @@ -358,10 +358,12 @@
"settings.rowHoverBackground": "#120d17",
"sideBar.background": "#120d17",
"sideBar.dropBackground": "#120d17",
"sideBar.border": "#1c1524",
"sideBar.foreground": "#908caa",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#6e6a8633",
"statusBar.background": "#120d17",
"statusBar.border": "#1c1524",
"statusBar.debuggingBackground": "#b4beee",
"statusBar.debuggingForeground": "#120d17",
"statusBar.foreground": "#908caa",
Expand Down

0 comments on commit 736d26c

Please sign in to comment.