Skip to content

Commit

Permalink
fix(UI): theme macOS project tabs (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
gquittet authored Nov 1, 2024
1 parent ef6edfd commit 526b87b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@

### Fixed

- (Scala): Make predefined types (Int, Double, etc) distinguishable from unused
- (Scala): Make predefined types (Int, Double, etc) distinguishable from unused.
- (UI): Theme informational text.
- (UI): Theme macOS project tabs.

### Security

Expand Down
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 526b87b

Please sign in to comment.