Skip to content

Commit

Permalink
adding shStyleTableName
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Apr 19, 2019
1 parent 81ba44b commit 6352f30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/DarkMetalTheme/DarkMetalTheme.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ DarkMetalTheme >> selectionColor [
^ self class baseSelectionColor
]

{ #category : #defaults }
DarkMetalTheme >> shStyleTableName [

^ #solarizedDarkStyleTable
]

{ #category : #'fill-styles' }
DarkMetalTheme >> windowInactiveFillStyleFor: aWindow [
"We do not want the lighting effect when the window goes inactive"
Expand Down

0 comments on commit 6352f30

Please sign in to comment.