Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudbuzing committed Aug 31, 2018
1 parent 60e1e7a commit a0547c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Prototypes/Prototypes.wl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ PrintTemporary["Loading prototype functions ..."];

If[ Head[$FrontEnd] === FrontEndObject,

SetOptions[ $FrontEndSession, Background -> RGBColor[0.94,0.94,0.94]];
SetOptions[$FrontEndSession, WindowStatusArea -> "Note: Prototypes` functions loaded"];

If[ $CloudConnected,
ResourceFunction["SetContextStyle"]["Prototypes`", {Darker[Green, 0.75]}];
If[ $CloudConnected, ResourceFunction["SetContextStyle"]["Prototypes`", {Darker[Green, 0.75]}];
];

];
Expand Down

0 comments on commit a0547c2

Please sign in to comment.