about summary refs log tree commit diff stats
path: root/themes/spawn
blob: 0b4039050de456b0f697bdd9632cb531c86c6c24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[colours]
bkgnd=default
titlebar=red
statusbar=red
titlebar.text=yellow
titlebar.brackets=green
statusbar.text=yellow
statusbar.brackets=green
statusbar.active=white
statusbar.new=green
main.text=white
input.text=green
main.time=red
main.splash=red
online=green
away=yellow
chat=green
dnd=green
xa=yellow
offline=grey
typing=green
gone=red
error=red
incoming=yellow
roominfo=green
roommention=red
me=green
them=yellow
titlebar.unencrypted=red
titlebar.encrypted=green
titlebar.untrusted=red
titlebar.trusted=green
otr.started.trusted=green
otr.started.untrusted=red
otr.ended=yellow
otr.trusted=green
otr.untrusted=red
html/fork.mu.html?h=main&id=859f35fbe2f6a78157b875e12eb7dc8cd95c1152'>^
c5ffb6e1 ^

4690ce81 ^
d009e158 ^
f5465e12 ^



c5ffb6e1 ^

4690ce81 ^
f5465e12 ^



c5ffb6e1 ^



a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51



                                                                                          
                           

                                                
                                   

                                                                                         

                       
                                                                                                 
                                                                                            
                                      

                              


                              

        





                               

       
                         

                                                                         
                                        
                       



                                           

 
                                           



                                           



       
                                     
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Mu - fork.mu</title>
<meta name="Generator" content="Vim/7.4">
<meta name="plugin-version" content="vim7.4_v2">
<meta name="syntax" content="none">
<meta name="settings" content="use_css,pre_wrap,no_foldcolumn,expand_tabs,prevent_copy=">
<meta name="colorscheme" content="minimal">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; }
body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; }
* { font-size: 12pt; font-size: 1em; }
.Constant { color: #00a0a0; }
.muControl { color: #c0a020; }
.Comment { color: #9090ff; }
.Delimiter { color: #800080; }
.muRecipe { color: #ff8700; }
-->
</style>

<script type='text/javascript'>
<!--

-->
</script>
</head>
<body>
<pre id='vimCodeElement'>
<span class="Comment"># example program: running multiple routines</span>

<span class="muRecipe">def</span> main [
  start-running thread2
  <span class="Delimiter">{</span>
    $print <span class="Constant">34</span>
    <span class="muControl">loop</span>
  <span class="Delimiter">}</span>
]

<span class="muRecipe">def</span> thread2 [
  <span class="Delimiter">{</span>
    $print <span class="Constant">35</span>
    <span class="muControl">loop</span>
  <span class="Delimiter">}</span>
]
</pre>
</body>
</html>
<!-- vim: set foldmethod=manual : -->