Skip to content

Commit

Permalink
fix: unapplied theme on 2023.3 EAP (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee authored Oct 31, 2023
1 parent 60beef9 commit ebf9ee8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
### Removed

### Fixed
- Fix build on 2023.3 EAP

### Security

Expand Down
70 changes: 35 additions & 35 deletions generateFlavours/ui.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,41 +42,6 @@
"borderColor": "{{borderColor}}",
"separatorColor": "{{separatorColor}}"
},
"icons": {
"ColorPalette": {
"Actions.Blue": "{{blue}}",
"Actions.Green": "{{green}}",
"Actions.Grey": "{{overlay0}}",
"Actions.GreyInline": "{{blue}}",
"Actions.GreyInline.Dark": "{{blue}}",
"Actions.Red": "{{red}}",
"Actions.Yellow": "{{yellow}}",
"Objects.BlackText": "{{surface0}}",
"Objects.Blue": "{{blue}}",
"Objects.Green": "{{green}}",
"Objects.Grey": "{{overlay0}}",
"Objects.Pink": "{{pink}}",
"Objects.Purple": "{{mauve}}",
"Objects.Red": "{{red}}",
"Objects.RedStatus": "{{red}}",
"Objects.Yellow": "{{yellow}}",
"Objects.YellowDark": "{{flamingo}}",
"Checkbox.Background.Default": "{{surface0}}",
"Checkbox.Background.Default.Dark": "{{surface0}}",
"Checkbox.Background.Disabled": "{{surface0}}",
"Checkbox.Background.Disabled.Dark": "{{surface0}}",
"Checkbox.Background.Selected": "{{overlay0}}",
"Checkbox.Background.Selected.Dark": "{{surface1}}",
"Checkbox.Border.Default": "{{surface0}}",
"Checkbox.Border.Disabled": "{{surface0}}",
"Checkbox.Border.Selected": "{{surface0}}",
"Checkbox.Foreground.Disabled": "{{overlay0}}",
"Checkbox.Foreground.Disabled.Dark": "{{overlay0}}",
"Checkbox.Foreground.Selected": "{{accentColor}}",
"Checkbox.Foreground.Selected.Dark": "{{accentColor}}",
"Tree.iconColor": "{{text}}"
}
},
"ui": {
"*": {
"arc": "7",
Expand Down Expand Up @@ -505,5 +470,40 @@
},
"separatorColor": "separatorColor"
}
},
"icons": {
"ColorPalette": {
"Actions.Blue": "{{blue}}",
"Actions.Green": "{{green}}",
"Actions.Grey": "{{overlay0}}",
"Actions.GreyInline": "{{blue}}",
"Actions.GreyInline.Dark": "{{blue}}",
"Actions.Red": "{{red}}",
"Actions.Yellow": "{{yellow}}",
"Objects.BlackText": "{{surface0}}",
"Objects.Blue": "{{blue}}",
"Objects.Green": "{{green}}",
"Objects.Grey": "{{overlay0}}",
"Objects.Pink": "{{pink}}",
"Objects.Purple": "{{mauve}}",
"Objects.Red": "{{red}}",
"Objects.RedStatus": "{{red}}",
"Objects.Yellow": "{{yellow}}",
"Objects.YellowDark": "{{flamingo}}",
"Checkbox.Background.Default": "{{surface0}}",
"Checkbox.Background.Default.Dark": "{{surface0}}",
"Checkbox.Background.Disabled": "{{surface0}}",
"Checkbox.Background.Disabled.Dark": "{{surface0}}",
"Checkbox.Background.Selected": "{{overlay0}}",
"Checkbox.Background.Selected.Dark": "{{surface1}}",
"Checkbox.Border.Default": "{{surface0}}",
"Checkbox.Border.Disabled": "{{surface0}}",
"Checkbox.Border.Selected": "{{surface0}}",
"Checkbox.Foreground.Disabled": "{{overlay0}}",
"Checkbox.Foreground.Disabled.Dark": "{{overlay0}}",
"Checkbox.Foreground.Selected": "{{accentColor}}",
"Checkbox.Foreground.Selected.Dark": "{{accentColor}}",
"Tree.iconColor": "{{text}}"
}
}
}

0 comments on commit ebf9ee8

Please sign in to comment.