Themes
Where to Get Themes¶
There is a registry for these themes that are hosted by the original Mechvibes. You may check it out by going here.
You can pick a theme there, then click on its respective button.
Then in the new page click button to download the theme.
Note
You will have to extract the contents to a folder then put that folder under theme.theme_dir
, not the zip (or archive) file that you downloaded.
Where to Put Them¶
Once you have downloaded your themes, create a theme directory somewhere and
point theme.theme_dir
from the configuration
file to that directory.
Then point theme.folder_name
to a theme under theme.theme_dir
that you want to activate/use.
Sample Theme Folders
themes/eg-oreo/
├── config.json
└── oreo.ogg
1 directory, 2 files
themes/
(path) is theme.theme_dir
, and eg-oreo
(directory name) is theme.folder_name
themes/nk-cream/
├── a.wav
├── backspace.wav
├── b.wav
├── caps lock.wav
├── config.json
├── c.wav
├── d.wav
├── enter.wav
├── e.wav
├── f.wav
...
├── w.wav
├── x.wav
├── y.wav
└── z.wav
1 directory, 35 files
themes/
(path) is theme.theme_dir
, and nk-cream
(directory name) is theme.folder_name