Skip to content

Commit

Permalink
added proper statusbar error background, updated screenshot
Browse files Browse the repository at this point in the history
fixed wrong panel separator color
  • Loading branch information
phisch committed Dec 19, 2023
1 parent e8f26fe commit d26e33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion themes/phocus-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"notificationToast.border": "#00000000",
"panel.background": "#0a0a0a",
"panel.border": "#00000000",
"panelSection.border": "#ff0000",
"panelSection.border": "#282828",
"panelTitle.activeBorder": "#7154F2cc",
"panelTitle.activeForeground": "#ffffffde",
"panelTitle.inactiveForeground": "#ffffff57",
Expand Down Expand Up @@ -281,6 +281,7 @@
"sideBarSectionHeader.foreground": "#ffffffde",
"sideBarTitle.foreground": "#ffffff57",
"statusBar.background": "#7154F266",
"statusBarItem.errorBackground": "#873939",
"statusBar.border": "#00000000",
"statusBar.debuggingBackground": "#da585833",
"statusBar.debuggingForeground": "#ffffffde",
Expand Down

0 comments on commit d26e33e

Please sign in to comment.