Skip to content

Commit

Permalink
Update Panel (Terminal) border color (#6)
Browse files Browse the repository at this point in the history
* Update Panel (Terminal) border-color

The Panel (Terminal) border color, changed to `#393f59` for panel clarity.

* Update panel.border color hex value

* Update CHANGELOG.md
  • Loading branch information
Arian Alijani authored Mar 24, 2022
1 parent 4245512 commit 9dc333d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## v1.1.1
- Update panel border color

## v1.1.0
- Improve MarkDown file syntax highlighting

Expand Down
4 changes: 2 additions & 2 deletions themes/blueberry-dark-theme-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tab.unfocusedActiveForeground": "#a6accd",
"editorGroupHeader.tabsBackground": "#1d212f",
"editorGroup.border": "#00000030",
"panel.border": "#242938",
"panel.border": "#393f59",
"panelTitle.activeForeground": "#a6accd",
"statusBar.foreground": "#676e95",
"statusBar.background": "#1d212f",
Expand Down Expand Up @@ -922,4 +922,4 @@
}
}
]
}
}

0 comments on commit 9dc333d

Please sign in to comment.