Skip to content

Commit

Permalink
Updated the green color
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Sep 1, 2024
1 parent d733f48 commit 76fba35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FireAutomata-Model/FireAutomataModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ FireAutomataModel >> numberOfFireCells [
{ #category : 'probes' }
FireAutomataModel >> numberOfTreeCells [

<probeNamed: 'Number of tree cells' color: '00FF00'>
<probeNamed: 'Number of tree cells' color: '00b44c'>
^ theCells count: [ :cell | cell isTreeCell ]
]

Expand Down
2 changes: 1 addition & 1 deletion src/FireAutomata-Model/FireAutomataTreeState.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Class {
{ #category : 'accessing' }
FireAutomataTreeState >> color [

^ Color green
^ Color fromHexString: '00b44c'
]

{ #category : 'testing' }
Expand Down

0 comments on commit 76fba35

Please sign in to comment.