aboutsummaryrefslogtreecommitdiff
path: root/programs/mouse.cfg
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-03-06 15:04:04 -0500
committerAndrew Lee <alee14498@gmail.com>2019-03-06 15:04:04 -0500
commit34e25ebda57a7f5a4f28d0ff923ae27daf5c68b2 (patch)
tree1e1e4ef27a885e8602ab9941e7b98a16f3aa0d8a /programs/mouse.cfg
parentab94bab7e3d45b58084388b0cd5d247790a00005 (diff)
downloadbits-UI-34e25ebda57a7f5a4f28d0ff923ae27daf5c68b2.tar.gz
bits-UI-34e25ebda57a7f5a4f28d0ff923ae27daf5c68b2.tar.bz2
bits-UI-34e25ebda57a7f5a4f28d0ff923ae27daf5c68b2.zip
Another big change!
Diffstat (limited to 'programs/mouse.cfg')
-rw-r--r--programs/mouse.cfg60
1 files changed, 60 insertions, 0 deletions
diff --git a/programs/mouse.cfg b/programs/mouse.cfg
new file mode 100644
index 0000000..d549589
--- /dev/null
+++ b/programs/mouse.cfg
@@ -0,0 +1,60 @@
+{
+ txt = 32768,
+ back = 2048,
+}
+{
+ txt = 32768,
+ back = 256,
+}
+{
+ txt = 32768,
+ back = 512,
+}
+{
+ txt = 32768,
+ back = 256,
+}
+{
+ txt = 32768,
+ back = 2048,
+}
+{
+ txt = 32768,
+ back = 2048,
+}
+{
+ txt = 32768,
+ back = 1,
+}
+{
+ back = 256,
+ button = 128,
+ off = 128,
+}
+{
+ folder = {
+ txt = "[=]",
+ bCol = "blue",
+ tCol = "lightGray",
+ },
+ audio = {
+ txt = "(o)",
+ bCol = "red",
+ tCol = "yellow",
+ },
+ disk = {
+ txt = "[*]",
+ bCol = "green",
+ tCol = "lime",
+ },
+ file = {},
+ back = {
+ txt = " < ",
+ bCol = "blue",
+ tCol = "lightGray",
+ },
+}
+{
+ Paint = "rom/programs/color/paint",
+ Edit = "rom/programs/edit",
+}