I noted a few areas not colored dark
https://i.imgur.com/Mxe9Yzi.png
- Main window title background
- Tab title background
- Editor title background
- Trigger type icon background
- Trigger options areas (different colors)
edit: Yes, this is on win 10
Search found 121 matches
- Thu Apr 08, 2021 7:02 pm
- Forum: Scripts & Packages
- Topic: Dark Theme for Mudlet
- Replies: 12
- Views: 11921
- Mon Apr 05, 2021 10:43 pm
- Forum: Scripts & Packages
- Topic: Dark Theme for Mudlet
- Replies: 12
- Views: 11921
Re: Dark Theme for Mudlet
This is very nice and good looking, I can only recommend it
- Mon Apr 05, 2021 10:42 pm
- Forum: Help Forum
- Topic: Creating Alias - new and dull user ;)
- Replies: 2
- Views: 85
Re: Creating Alias - new and dull user ;)
Check out the alias intro - it shows how to succeed a very alike example with screenshots and all:
https://wiki.mudlet.org/w/Manual:Introduction#Aliases
https://wiki.mudlet.org/w/Manual:Introduction#Aliases
- Sun Mar 21, 2021 8:04 pm
- Forum: Help Forum
- Topic: Windows "Installer"
- Replies: 2
- Views: 136
Re: Windows "Installer"
Which file are you downloading exactly?
Do you find a folder "Mudlet makers" in start menu? It should have Mudlet inside as well.
Do you find a folder "Mudlet makers" in start menu? It should have Mudlet inside as well.
- Tue Mar 09, 2021 1:18 pm
- Forum: Mudlet Development
- Topic: Media Page in Mudlet Manual : Many links are dead
- Replies: 3
- Views: 219
Re: Media Page in Mudlet Manual : Many links are dead
These are the correct links: 1. Introduction to Mudlet https://www.youtube.com/watch?v=c1Llvwy0Y_Y&list=PLA40A1E6E5AEB8874 2. Mudlet aliases (1st one) https://www.youtube.com/watch?v=ZzmcfU_Ri4Q&list=PL15A249142399F3CB 5. Nexus to Mudlet https://www.youtube.com/watch?v=0-G7Wqk_5wk&list=P...
- Tue Mar 09, 2021 1:09 pm
- Forum: Scripts & Packages
- Topic: Autosave Map
- Replies: 3
- Views: 182
Re: Autosave Map
Oh yes, I must have missed that. It's declared in another script and you can basically use an empty table in its place by putting this up front: mapper = mapper or {} I was testing for changes, because I did not want 5 same versions saved to disk, eliminating the possiblity to go back before the ver...
- Tue Mar 09, 2021 1:02 pm
- Forum: Whatever
- Topic: GUI wireframing
- Replies: 1
- Views: 171
GUI wireframing
I found wireframing a quite interesting technique when planning or updating my UI. There are many tools available, online or offline, free or paid, collaborative or alone, let alone different functions included. One I found available online and with no prior sign-up required is https://wireframe.cc/...
- Mon Mar 08, 2021 7:15 pm
- Forum: Scripts & Packages
- Topic: Autosave Map
- Replies: 3
- Views: 182
Re: Autosave Map
Why not expand upon this thread and share my take on the map autosaving script in here as well for comparison: mapper = mapper or {} if not mapper.modifiedSinceBackup then echoM("Map was not modified. Skipping backup.") -- elseif not mapper.connectedToGame then -- echoM("Not connected...
- Sun Mar 07, 2021 6:54 pm
- Forum: Help Forum
- Topic: Newbie Multi-Line Trigger
- Replies: 10
- Views: 4750
Re: Newbie Multi-Line Trigger
While I was using the above trigger for many years now to great success, I recently noticed it would fail with single lines. There is a detailed description of the perceived problems and tested solutions in the github issue: https://github.com/Mudlet/Mudlet/issues/4910 Afterwards, Edru was kind enou...
- Fri Jan 08, 2021 2:29 pm
- Forum: Help Forum
- Topic: Define a variable with a trigger
- Replies: 2
- Views: 313
Re: Define a variable with a trigger
Well then welcome! :mrgreen: You can do it with text commands or by clicking the Mudlet widows. Both are explained more detailed in wiki. Here is how I would solve your request with clicking: Make a new trigger and put your given string as pattern #1 then select regex from drop down menu. In the lar...