Themes for MapTool: Difference between revisions
(Copied from MapTool's GitHub wiki.) |
mNo edit summary |
||
Line 43: | Line 43: | ||
<h2>Creating Custom TinyLAF Themes</h2> | <h2>Creating Custom TinyLAF Themes</h2> | ||
You can customize and create your own TinyLAF themes by using the TinyLAF control panel. Once downloaded, <code>tinycp.jar</code> is the control panel and allows you to | You can customize and create your own TinyLAF themes by using the TinyLAF control panel. Once downloaded, <code>tinycp.jar</code> is the control panel and allows you to create and edit themes. | ||
[http://www.muntjak.de/hans/java/tinylaf/index.html TinyLAF 1.4.0 Download] | [http://www.muntjak.de/hans/java/tinylaf/index.html TinyLAF 1.4.0 Download] |
Revision as of 20:51, 15 December 2019
MapTool uses the TinyLaF look-and-feel library for the look and feel of MapTool. MapTool uses the default theme of TinyLaF by, well, default but this can be changed by placing a different default.theme file where it can be found when MapTool starts (see Theme Locations below). The preferred location is in the home directory of your user account. A theme placed there will be loaded by any version of MapTool no matter where it is installed. Alternatively you can put it in the MapTool working directory alongside the .jar
file where it will only be seen by that particular install of MapTool.
Note that the theme file must be renamed to Default.theme to be automatically loaded. Case doesn't matter on Windows but may on Linux and MacOS.
Theme Locations
User Home under Windows:
c:\users\username\
MapTool config directory under Windows:
c:\users\username\.maptool-rptools\config
Working directory for default installation under Windows
c:\users\username\appdata\local\MapTool\app
Theme Packs
TinyLaF Base Themes+
This archive has several themes that you can experiment with. Most are base theme examples of different color schemes that come with TinyLaF and there are three modified ones with larger font sizes. ThemePack_TinyLaF.zip
Default TinyLaF Themes
- Default.theme
- Forest.theme - Screenshot
- Golden.theme - Screenshot
- Nightly.theme
- Silver.theme - Screenshot
- Unicode.theme
Large Font Themes
- MyDefault16.theme - Screenshot
- Nightly14.theme
- Nightly16.theme
Takehara Themes
Includes:
- Dark_Mode.theme - Screenshot
- Flat.theme - Screenshot
Creating Custom TinyLAF Themes
You can customize and create your own TinyLAF themes by using the TinyLAF control panel. Once downloaded, tinycp.jar
is the control panel and allows you to create and edit themes.