Skip to content

Making custom theme pack

Johanna edited this page Jun 12, 2026 · 11 revisions

Customizing colour pallette

Screenshot_20260613_001043_Continuum Explorer
1.  "tabActiveBackground":      //Tab Active Background (The background of the active tab)
2.  "textColor":                //Text colour (File names, folder names, ... etc)
3.  "menuBackground":           //Context Menu (When you right click on a file or folder)
4.  "fileViewBackground":       //Content View (Where the files and folders are)
5.  "background":               //Background
6.  "commandPanelBackground":
7.  "folderIcon":               //Folder Icon
8.  "sidebarBackground":        //Sidebar Background
9.  "topBarBackground":         //Top Bar (Search bar, nav buttons, search... etc)
10. "navButtonBackground":      //Nav Buttons background (Back, Forward, Up)
11. "tabBarBackground":         //Tab Bar (Where the tabs are)
12. "sidebarIcons":             //Sidebar Icons (Not predefined icon colouring, but the icons that are in the sidebar)
13. "primary":                  //Primary (The main colour of the theme, used for highlights, ... etc)
14. "statusBarColor":           //Status bar (Battery, time, ... etc)
15. "navigationBarColor":       //Three button navigation bar or gesture navigation (Back, Home, Recent)

Icons:

"imageIcon":                //File icon
"videoIcon":                //File icon
"audioIcon":                //File icon
"musicIcon":                //File icon
"galleryIcon":              //Sidebar icon
"recentIcon":               //Sidebar icon
"downloadsIcon":            //Sidebar icon
"documentsIcon":            //Sidebar icon
"gameIcon":                 //Sidebar icon
"recycleBinIcon":           //Sidebar icon
"zipIcon":                  //File icon
"pdfIcon":                  //File icon
"xlsIcon":                  //File icon
"docxIcon":                 //File icon
"txtIcon":                  //File icon
"terminalIcon":             //File icon

Clone this wiki locally