Comment on page
Preparing Configuration File
After you have prepared the image assets, now let's prepare the configuration files. Here are some configuration files that you must prepare:
- 1.persona_list.txtpersona_list.txt is a configuration file to control how our theme will be displayed. The file contains information as follows:
- Theme Directory Name
- Theme Name (will appear as a tooltip)
- Location of the preview file
- Location of the header file
- Footer file location
- Backgrond and foreground colors
The following is an example of the format of writing the information above (for example a theme created called Rainbow).rainbow;Rainbow;rainbow/preview.png;rainbow/header.png;rainbow/footer.png;;#ffffff;#000000 - 2.sofficerc sofficerc is a file that will control how splash will be displayed. The following is the contents of the sofficerc file and some explanations.[Bootstrap]CrashDirectory=${$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/crashHideEula=1Logo=1NativeProgress=falseProgressBarColor=0,0,0ProgressFrameColor=102,102,102ProgressPosition=35,153ProgressSize=444,8ProgressTextBaseline=145ProgressTextColor=0,0,0SecureUserConfig=trueSecureUserConfigCompress=trueSecureUserConfigExtensions=trueSecureUserConfigMode=1SecureUserConfigNumCopies=2URE_BOOTSTRAP=${ORIGIN}/fundamentalrcTo customize the look you only need to edit the following parameters; A. Logo Parameters to determine whether the splash is displayed or notB. NativeProgress Displays native or custom progressbarC. ProgressBarColor ProgressFrameColor determines the frame color on the progressbar, this parameter uses the RGB color valueD. ProgressPosition Determine the location of the progressbar, this parameter uses the X and Y coordinate values E. ProgressSize Determining the size of the progressbar, this parameter uses the width and height values in pixels.
Last modified 4yr ago