Skip to content

Commit

Permalink
refactor: make macOS tabs looks like native one
Browse files Browse the repository at this point in the history
  • Loading branch information
gquittet committed Oct 31, 2024
1 parent ef6edfd commit d57f5fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions generateFlavours/ui.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,19 @@
"background": "crust",
"inactiveBackground": "panelBackground"
},
"MainWindow": {
"Tab": {
"background": "panelBackground",
"borderColor": "panelBackground",
"foreground": "{{opacityWithHex primaryForeground 0.5}}",
"hoverBackground": "{{opacityWithHex panelBackground 0.7}}",
"hoverForeground": "{{opacityWithHex primaryForeground 0.5}}",
"selectedBackground": "primaryBackground",
"selectedForeground": "primaryForeground",
"selectedInactiveBackground": "panelBackground",
"separatorColor": "panelBackground"
}
},
"MemoryIndicator": {
"allocatedBackground": "surface0",
"usedBackground": "surface1"
Expand Down

0 comments on commit d57f5fa

Please sign in to comment.