diff --git a/src/_h5ai/conf/options.json b/src/_h5ai/conf/options.json
index 42e7f5c2..de2a0a8e 100644
--- a/src/_h5ai/conf/options.json
+++ b/src/_h5ai/conf/options.json
@@ -77,7 +77,7 @@ Options
"modeToggle": false,
"setParentFolderLabels": true,
"sizes": [20, 40, 60, 80, 100, 140, 180, 220, 260, 300],
- "theme": "",
+ "theme": "comity",
"unmanaged": ["index.html", "index.htm", "index.php"],
"unmanagedInNewWindow": false
},
@@ -268,7 +268,6 @@ Options
"types": {
"txt": "fixed",
"txt-authors": "fixed",
- "txt-license": "fixed",
"txt-c": "c",
"txt-cpp": "cpp",
"txt-css": "css",
@@ -276,18 +275,20 @@ Options
"txt-h": "c",
"txt-hpp": "cpp",
"txt-install": "fixed",
- "txt-log": "fixed",
"txt-java": "java",
- "txt-scala": "scala",
"txt-js": "javascript",
"txt-json": "javascript",
+ "txt-less": "css",
+ "txt-license": "fixed",
+ "txt-log": "fixed",
"txt-makefile": "fixed",
"txt-md": "markdown",
// "txt-php": "php",
"txt-py": "python",
- "txt-readme": "fixed",
"txt-rb": "ruby",
+ "txt-readme": "fixed",
"txt-rtf": "fixed",
+ "txt-scala": "scala",
"txt-script": "bash",
"txt-xml": "fixed"
}
diff --git a/src/_h5ai/conf/types.json b/src/_h5ai/conf/types.json
index 0e611574..7c912523 100644
--- a/src/_h5ai/conf/types.json
+++ b/src/_h5ai/conf/types.json
@@ -37,7 +37,7 @@ File types mapped to file extensions
"txt-build": ["*.pom", "build.xml", "pom.xml"],
"txt-c": ["*.c"],
"txt-cpp": ["*.cpp"],
- "txt-css": ["*.css", "*.less"],
+ "txt-css": ["*.css"],
"txt-diff": ["*.diff", "*.patch"],
"txt-h": ["*.h"],
"txt-html": ["*.htm", "*.html", "*.shtml", "*.xhtml"],
@@ -46,6 +46,7 @@ File types mapped to file extensions
"txt-scala": ["*.scala"],
"txt-js": ["*.js"],
"txt-json": ["*.json"],
+ "txt-less": ["*.less"],
"txt-log": ["*.log", "changelog*"],
"txt-md": ["*.markdown", "*.md"],
"txt-php": ["*.php"],
diff --git a/src/_h5ai/public/images/themes/comity/ar-apk.svg b/src/_h5ai/public/images/themes/comity/ar-apk.svg
new file mode 100644
index 00000000..57a55a02
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/ar-apk.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/ar-deb.svg b/src/_h5ai/public/images/themes/comity/ar-deb.svg
new file mode 100644
index 00000000..f1efae92
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/ar-deb.svg
@@ -0,0 +1,16 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/ar-rpm.svg b/src/_h5ai/public/images/themes/comity/ar-rpm.svg
new file mode 100644
index 00000000..4146098b
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/ar-rpm.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/txt-css.svg b/src/_h5ai/public/images/themes/comity/txt-css.svg
new file mode 100644
index 00000000..487a535d
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/txt-css.svg
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/txt-html.svg b/src/_h5ai/public/images/themes/comity/txt-html.svg
new file mode 100644
index 00000000..356e8550
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/txt-html.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/txt-js.svg b/src/_h5ai/public/images/themes/comity/txt-js.svg
new file mode 100644
index 00000000..d924b767
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/txt-js.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/txt-less.svg b/src/_h5ai/public/images/themes/comity/txt-less.svg
new file mode 100644
index 00000000..8a987b4b
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/txt-less.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/txt-md.svg b/src/_h5ai/public/images/themes/comity/txt-md.svg
new file mode 100644
index 00000000..15ed12fc
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/txt-md.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/txt-php.svg b/src/_h5ai/public/images/themes/comity/txt-php.svg
new file mode 100644
index 00000000..84e1e22a
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/txt-php.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/txt-py.svg b/src/_h5ai/public/images/themes/comity/txt-py.svg
new file mode 100644
index 00000000..d5dc0033
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/txt-py.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/comity/txt-script.svg b/src/_h5ai/public/images/themes/comity/txt-script.svg
new file mode 100644
index 00000000..f8704e84
--- /dev/null
+++ b/src/_h5ai/public/images/themes/comity/txt-script.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/src/_h5ai/public/images/themes/default/ar.svg b/src/_h5ai/public/images/themes/default/ar.svg
index 8a4f8af5..e25cdedd 100644
--- a/src/_h5ai/public/images/themes/default/ar.svg
+++ b/src/_h5ai/public/images/themes/default/ar.svg
@@ -1,3 +1,3 @@
-