Darcula color scheme
====================

Mardo's syntax highlighting colors are transcribed from the Darcula editor
color scheme of IntelliJ IDEA Community Edition.

    Copyright 2000-2013 JetBrains s.r.o.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

The full license text travels beside this notice as Apache-2.0.txt.

Upstream NOTICE.txt, reproduced as Apache-2.0 section 4(d) requires:

    This software includes code from IntelliJ IDEA Community Edition
    Copyright (C) JetBrains s.r.o.
    http://www.jetbrains.com/idea/


Source
------

    colorSchemes/src/colorSchemes/Darcula.xml
    https://android.googlesource.com/platform/tools/idea/
    commit 9b5d02ac8c92b1e71523cc15cb3d168d57fbd898
    SHA-256 501d885dcb545ad4320bde032844f081c2a3c5867d0967baadd224d87da129f0

That file carries no license header of its own; the license above is the
repository's, evidenced by the headers on its sibling sources.


Statement of changes, as Apache-2.0 section 4(b) requires
---------------------------------------------------------

No JetBrains file is redistributed. Mardo contains no copy of Darcula.xml.

What Mardo contains is a transcription of the values that file states,
generated from it by script and emitted as Swift declarations in
MardoEditor/Core/MardoDarculaScheme.swift. The transcription is complete —
327 attributes and 33 editor colors — and the values are unaltered, including
the two the scheme writes as five-digit hex.

Mardo reads fourteen of those rows and reproduces neither the scheme's font
styles, its effect types, nor its editor background. Roles Darcula leaves to
its parent scheme are recorded as inherited rather than resolved and stored,
so nothing here asserts a color JetBrains did not write.

No JetBrains code, trademark, or logo is used. "Darcula" appears as an
attribution of origin and as the name of the scheme transcribed, not as a
name for Mardo or any part of it.
