diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 13:37:32 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 13:37:32 -0500 |
| commit | 621e13d8bed7215a076e505eba998c7a0ec38519 (patch) | |
| tree | 46a8be63ce5fe3c5a38bfbdce6ec269382f39c01 /programs/mouse.cfg | |
| parent | bed8f884aa3acbca1bc5a0772c73d17c373be77e (diff) | |
| download | bits-UI-621e13d8bed7215a076e505eba998c7a0ec38519.tar.gz bits-UI-621e13d8bed7215a076e505eba998c7a0ec38519.tar.bz2 bits-UI-621e13d8bed7215a076e505eba998c7a0ec38519.zip | |
New program system; Capitalized folders
Diffstat (limited to 'programs/mouse.cfg')
| -rw-r--r-- | programs/mouse.cfg | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/programs/mouse.cfg b/programs/mouse.cfg deleted file mode 100644 index d549589..0000000 --- a/programs/mouse.cfg +++ /dev/null @@ -1,60 +0,0 @@ -{ - 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", -} |
