diff options
Diffstat (limited to 'src/themes/cyborg')
| -rw-r--r-- | src/themes/cyborg/theme.json | 21 | 
1 files changed, 21 insertions, 0 deletions
| diff --git a/src/themes/cyborg/theme.json b/src/themes/cyborg/theme.json new file mode 100644 index 0000000..38ee8c0 --- /dev/null +++ b/src/themes/cyborg/theme.json @@ -0,0 +1,21 @@ +{ +    "$format": 1, +    "version": "1.0.0", +    "id": "cyborg", +    "name": "Cyborg", +    "author": "Jonas Kohl", +    "files": [ +        "../../ui/cyborg.min.css", +        "../../ui/site.css", +        [ +            ".form-control {", +            "    background: #3c3c3c;", +            "    color: #fff;", +            "}", +            ".image-attachment-image {", +            "    border-color: #888;", +            "}" +        ] +    ] +} + |