about summary refs log tree commit diff stats
path: root/apps/tile/environment.mu
Commit message (Expand)AuthorAgeFilesLines
* 6814 - tile: backspace deletes char or wordKartik Agaram2020-09-191-0/+28
* 6813 - tile: right-cursor is now easyKartik Agaram2020-09-191-7/+22
* 6812 - tile: render cursor locationKartik Agaram2020-09-191-3/+13
* 6811 - tile: left-cursor movementKartik Agaram2020-09-191-5/+20
* 6810 - tile: adaptive column widthsKartik Agaram2020-09-191-2/+7
* 6807 - tile: render intermediate stack stateKartik Agaram2020-09-191-13/+37
* 6806 - tile: place-holder for bottom of stackKartik Agaram2020-09-191-16/+19
* 6804 - tile: render all wordsKartik Agaram2020-09-191-5/+17
* 6803 - RPN: typing a single word now worksKartik Agaram2020-09-191-25/+1
* 6801 - snapshot: RPN structured editorKartik Agaram2020-09-191-55/+126
* 6798Kartik Agaram2020-09-171-43/+7
* 6797Kartik Agaram2020-09-171-12/+10
* 6796Kartik Agaram2020-09-161-0/+153
/ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
[colours]
bkgnd=default
titlebar=blue
statusbar=blue
titlebar.text=white
titlebar.brackets=cyan
statusbar.text=white
statusbar.brackets=cyan
statusbar.active=cyan
statusbar.new=white
main.text=white
input.text=white
main.time=white
main.splash=cyan
online=green
away=cyan
chat=green
dnd=red
xa=cyan
offline=red
typing=yellow
gone=red
error=red
incoming=yellow
roominfo=yellow
me=yellow
them=green
titlebar.unencrypted=red
titlebar.encrypted=white
titlebar.untrusted=yellow
titlebar.trusted=white
otr.started.trusted=green
otr.started.untrusted=yellow
otr.ended=red
otr.trusted=green
otr.untrusted=yellow