Skip to content

Commit

Permalink
enable PharoDarkTheme in RoassalPlayground
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Jan 20, 2024
1 parent d60ff2d commit 78287d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,11 @@
cmd: mv Pharo.image RoassalPlayground.image
chdir: /home/kasm-default-profile/Pharo/images/RoassalPlayground
executable: /bin/bash
- name: Enable PharoDarkTheme in RoassalPlayground
shell:
cmd: ./pharo RoassalPlayground.image eval --save "PharoDarkTheme beCurrent"
chdir: /home/kasm-default-profile/Pharo/images/RoassalPlayground
executable: /bin/bash
- name: Load Full Roassal3 package into RoassalPlayground using Metacello
shell:
cmd: ./pharo RoassalPlayground.image eval --save "[Metacello new baseline{{ ':' }} 'Roassal3'; repository{{ ':' }} 'gitlocal{{ ':' }}//./pharo-local/iceberg/pharo-graphics/Roassal/src'; load{{ ':' }} 'Full'] on{{ ':' }} MCMergeOrLoadWarning do{{ ':' }} [:warning | warning load ]"
Expand Down

0 comments on commit 78287d7

Please sign in to comment.