Add a farmOS UI Theme module for Gin theme overrides.

This commit is contained in:
Michael Stenta 2020-11-28 00:17:04 -05:00
parent 53e84b31b9
commit cdbf7c8bb8
3 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,7 @@ function farm_modules() {
'farm_api' => t('farmOS API'),
'farm_dashboard' => t('farmOS Dashboard'),
'farm_ui_views' => t('farmOS UI Views'),
'farm_ui_theme' => t('farmOS UI Theme'),
],
'optional' => [
'farm_sensor' => t('Sensor assets'),

View File

@ -0,0 +1,3 @@
classic_toolbar: vertical
preset_accent_color: green
preset_focus_color: orange

View File

@ -0,0 +1,7 @@
name: farmOS UI Theme
description: Provides Gin theme overrides for farmOS.
type: module
package: farmOS UI
core_version_requirement: ^9
dependencies:
- config_rewrite:config_rewrite