Skip to content

Commit

Permalink
Fix the tool window header and editor tab for GitHub Dark Contrast #196
Browse files Browse the repository at this point in the history
… (#197)
  • Loading branch information
peterschmidt85 authored Aug 4, 2024
1 parent 9b23f7f commit b41ca1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/GitHub_Dark_High_Contrast.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"separatorForeground": "#30363d",
"separatorColor": "#30363d",
"lineSeparatorColor": "#30363d"
},
"ToolWindow.Header.inactiveBackground": "#0d1118",
"EditorTabs": {
"underlinedTabBackground": "#0d1116"
}
}
}

0 comments on commit b41ca1b

Please sign in to comment.