Omega-Numworks / Omega-Themes

Theme engine for Omega
Other
13 stars 10 forks source link

Added other accent color options #22

Closed TomVdt closed 4 years ago

TomVdt commented 4 years ago

Created new themes with different accent colors, as the current options are quite limited (red & yellow). I only changed the icons and the toolbar color.

Green: image

Blue: image

Orange: image

Magenta: image

Purple: image

quentinguidee commented 4 years ago

Hello! First of all, thank you for these themes!

In Omega 1.20, we introduced "3rd party themes". Here's how it works:


To make your own theme, you can use our 3rd party theme system :

To install your new theme, use these flags during the compilation:

make THEME_REPO={your repository url} THEME_NAME={Your theme name}

Example:

make THEME_REPO=https://github.com/Omega-Numworks/Omega-Theme-Example.git THEME_NAME=omega_blue

If you have any questions about this, feel free to ask!