-
Notifications
You must be signed in to change notification settings - Fork 2
/
gin.info
executable file
·39 lines (33 loc) · 1.3 KB
/
gin.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name = Gin
type = theme
description = Admin theme with a strong focus on improving the Editorial Experience.
backdrop = 1.x
; Add custom CSS files.
stylesheets[all][] = dist/css/theme/variables.css
; stylesheets[all][] = dist/css/theme/accent.css
stylesheets[all][] = dist/css/theme/font.css
stylesheets[all][] = dist/css/base/gin.css
stylesheets[all][] = dist/css/components/gin_dialog.css
; stylesheets[all][] = dist/css/component/ckeditor.css
stylesheets[all][] = dist/css/components/breadcrumb.css
stylesheets[all][] = dist/css/components/tabs.css
stylesheets[all][] = dist/css/components/toolbar_secondary.css
; Add print-specific CSS files.
; stylesheets[print][] = css/gin_print.css
; Add CKEditor-specific CSS files.
ckeditor_stylesheets[] = dist/css/theme/accent.css
ckeditor_stylesheets[] = dist/css/theme/variables.css
ckeditor_stylesheets[] = dist/css/theme/ckeditor.css
; Remove unwanted core CSS files.
; stylesheets[all][] = system.theme.css
; Add custom JavaScript files.
; scripts[] = js/libs/once.js
scripts[] = dist/js/tabs.js
; Default settings.
settings[enable_darkmode] = auto
settings[edit_form_sidebar] = true
settings[sticky_action_buttons] = true
settings[preset_accent_color] = blue
settings[preset_focus_color] = gin
settings[layout_density] = default
settings[show_description_toggle] = false