Skip to content

Commit

Permalink
Merge pull request #17122 from jecisc/misc/improve-background
Browse files Browse the repository at this point in the history
Update DarkBlueTheme background color
  • Loading branch information
jecisc authored Sep 18, 2024
2 parents d84197b + 67ba1f7 commit 1bc0d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DarkBlueTheme/DarkBlueThemeConfigurator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DarkBlueThemeConfigurator >> darkBaseColor [

{ #category : 'colors' }
DarkBlueThemeConfigurator >> desktopColor [
^ self backgroundColor muchDarker
^ Color fromHexString: '263238'
]

{ #category : 'colors' }
Expand Down

0 comments on commit 1bc0d71

Please sign in to comment.