Themes

1.Summary #

Details Coming Soon

2.Making Your Own Theme #

 

We tried our hardest to get the sexiest themes available to our users, but there are always those people with their own preferences, so we made sure to allow users to be easily able to create their own custom themes and load them live into the editor.

 

By going to the File Directory where The Game Pencil IDE is located, simply go to to "themes" folder and then traverse into the "custom" folder and proceed to add your own template files there.

 

Template color values are stored as r,g,b[No Spaces].

 

Here is the template code for a nice green template[Made by the Great Chase]

 

MainBackground=48,80,56
SubBackground=48,48,51
MainBoxHighlighted=40,138,65
MainBoxHighlightedOutline=33,99,33
MainBoxHighlightedAlt=88,206,118
MainBoxBackground=88,206,118
MainBoxOutline=0,0,0
MainBoxFont=247,247,247
MainBoxFontHighlighted=247,247,247
MainBoxFontFaded=247,247,247

PopUpBox=80,177,98
PopUpBoxHighlighted=59,155,83
PopUpBoxOutline=247,247,247
PopUpBoxFont=255,255,255
PopUpBoxFontHighlighted=247,247,247
PopUpBoxFontFaded=247,247,247

TextBox=27,27,29
TextBoxFont=247,247,247
TextBoxOutline=247,247,247
TextBoxHighlighted=36,62,42
textFontHighlighted=247,247,247
textFontComment=247,247,247

errorFont=228,16,16
warningFont=16,16,228
suggestionFont=16,228,16

 

 

Help Guide Powered by Documentor
Suggest Edit