Skip to content

Commit

Permalink
set custom titlebar color to black
Browse files Browse the repository at this point in the history
  • Loading branch information
janw4ld committed Dec 21, 2024
1 parent b594ca1 commit 2dfafef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.2.16

- Set the "custom titlebar" color to black.

## v0.2.15

- Color Haskell record wildcards to match scope modifiers.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"icon": "img/icon.png",
"publisher": "janw4ld",
"version": "0.2.15",
"version": "0.2.16",
"homepage": "https://github.com/janw4ld/lambda-black",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion themes/black-lambda.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"tab.activeBorder": "#0076bf",
"tab.activeBorderTop": "#0076bf",
"tab.border": "#000000",
"tab.inactiveBackground": "#44444494"
"tab.inactiveBackground": "#44444494",
"titleBar.activeBackground": "#000000"
},
"tokenColors": [
{
Expand Down

0 comments on commit 2dfafef

Please sign in to comment.